Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New key API: refactor key-related functions to be more library-like, | 2014-06-24 | 1 | -109/+123 | |
* | fix memory leak; ECDSA_SIG_new() allocates 'r' and 's' for us, unlike | 2014-02-03 | 1 | -4/+1 | |
* | convert memset of potentially-private data to explicit_bzero() | 2014-02-02 | 1 | -4/+4 | |
* | Introduce digest API and use it to perform all hashing operations | 2014-01-09 | 1 | -16/+26 | |
* | make the original RSA and DSA signing/verification code look more like | 2013-12-27 | 1 | -5/+7 | |
* | bye, bye xfree(); ok markus@ | 2013-05-17 | 1 | -5/+5 | |
* | Fix memory leak in ssh_ecdsa_verify(); from Loganaden Velvindron, ok markus@ | 2012-01-08 | 1 | -1/+2 | |
* | fix ident | 2010-09-10 | 1 | -1/+1 | |
* | ECDH/ECDSA compliance fix: these methods vary the hash function they use | 2010-09-09 | 1 | -2/+4 | |
* | decl before code for compiler compatibility | 2010-09-06 | 1 | -1/+1 | |
* | Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and | 2010-08-31 | 1 | -0/+160 |