Implement ECDSA sign and verify operations.
authorGuus Sliepen <guus@tinc-vpn.org>
Thu, 7 Jul 2011 20:27:17 +0000 (22:27 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 7 Jul 2011 20:27:17 +0000 (22:27 +0200)
Very basic at the moment, doesn't hash the input first,
and uses OpenSSL's DER encoded signature as output.


No differences found