From: Guus Sliepen Date: Thu, 7 Jul 2011 20:27:17 +0000 (+0200) Subject: Implement ECDSA sign and verify operations. X-Git-Tag: release-1.1pre2~24 X-Git-Url: https://www.tinc-vpn.org/git/browse?a=commitdiff_plain;h=03582eb669494cb778ebea7b0fe3b1b841335750;hp=03582eb669494cb778ebea7b0fe3b1b841335750;p=tinc 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. ---