1
1
libssh/include
Jon Simons 4745d652b5 pki_crypto.c: plug ecdsa_sig->[r,s] bignum leaks
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>
2014-12-05 10:42:32 +01:00
..
libssh pki_crypto.c: plug ecdsa_sig->[r,s] bignum leaks 2014-12-05 10:42:32 +01:00
CMakeLists.txt Don't require C++ compiler. 2009-03-17 22:04:16 +00:00