summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh-ecdsa.c
AgeCommit message (Expand)Author
2014-02-03fix memory leak; ECDSA_SIG_new() allocates 'r' and 's' for us, unlikeDamien Miller
2014-02-02convert memset of potentially-private data to explicit_bzero()Damien Miller
2014-01-09Introduce digest API and use it to perform all hashing operationsDamien Miller
2013-12-27make the original RSA and DSA signing/verification code look more likeDamien Miller
2013-05-17bye, bye xfree(); ok markus@Damien Miller
2012-01-08Fix memory leak in ssh_ecdsa_verify(); from Loganaden Velvindron, ok markus@Miod Vallat
2010-09-10fix identDamien Miller
2010-09-09ECDH/ECDSA compliance fix: these methods vary the hash function they useDamien Miller
2010-09-06decl before code for compiler compatibilityTheo de Raadt
2010-08-31Implement Elliptic Curve Cryptography modes for key exchange (ECDH) andDamien Miller