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)
commit03582eb669494cb778ebea7b0fe3b1b841335750
tree086d9e7da708724abdd9695e905937e6d6b7fb05
parent86d83bd9bd69e2129f4e4e8397f1c7e223685e2f
Implement ECDSA sign and verify operations.

Very basic at the moment, doesn't hash the input first,
and uses OpenSSL's DER encoded signature as output.
src/openssl/ecdsa.c