Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pki_crypto.c: plug ecdsa_sig->[r,s] bignum leaks | Jon Simons | 2014-12-05 | 1 | -0/+1 |
| | | | | | | | | | | | Per ecdsa(3ssl), ECDSA_SIG_new does allocate its 'r' and 's' bignum fields. Fix a bug where the initial 'r' and 's' bignums were being overwritten with newly-allocated bignums, resulting in a memory leak. BUG: https://red.libssh.org/issues/175 Signed-off-by: Jon Simons <jon@jonsimons.org> Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | ||||
* | bignums: detach bignum-related functions from dh.c. | Aris Adamantiadis | 2014-08-06 | 1 | -0/+32 |
Reviewed-by: Andreas Schneider <asn@samba.org> |