Add the brainpoolp512r1 curve and use it.
[tinc] / src / openssl / ecdh.c
2013-09-15 Guus SliepenAdd the brainpoolp512r1 curve and use it.
2013-05-01 Guus SliepenUse conditional compilation for cryptographic functions.
2012-10-14 Guus SliepenUpdate copyright notices.
2012-10-10 Guus SliepenFix whitespace.
2012-09-30 Guus SliepenMerge branch 'master' into 1.1
2012-07-27 Guus SliepenMerge branch 'master' into 1.1
2012-07-14 Guus SliepenMerge branch 'master' into 1.1
2012-06-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-04-15 Sven-Haegar Kochecdh & ecdsa: avoid some possible memory leaks in error...
2012-03-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-03-08 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-26 Guus SliepenAllow log messages to be captured by tincctl.
2012-02-26 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-25 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-23 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2012-02-22 Guus SliepenMerge branch 'master' of git://tinc-vpn.org/tinc into 1.1
2011-07-20 Guus SliepenDon't abort() on low-level crypto errors, just return...
2011-07-16 Guus SliepenUse ECDSA to sign ECDH key exchange for UDP session...
2011-07-03 Guus SliepenCleanups in ECDH code.
2011-07-03 Guus SliepenNo need to keep around pointers to EC_GROUP.
2011-06-27 Guus SliepenPreliminary implementation of Elliptic Curve Diffie...