openssl/crypto/dh
Matt Caswell 6aa8dab2bb Fix dh_pub_encode
The return value from ASN1_STRING_new() was not being checked which could
lead to a NULL deref in the event of a malloc failure. Also fixed a mem
leak in the error path.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-03-12 09:22:56 +00:00
..
dh.h OPENSSL_NO_xxx cleanup: many removals 2015-01-27 10:06:22 -05:00
dh192.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
dh512.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
dh1024.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
dh2048.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
dh4096.pem Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
dh_ameth.c Fix dh_pub_encode 2015-03-12 09:22:56 +00:00
dh_asn1.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
dh_check.c Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srp 2015-02-03 11:20:56 -05:00
dh_depr.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
dh_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
dh_gen.c Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srp 2015-02-03 11:20:56 -05:00
dh_kdf.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
dh_key.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
dh_lib.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
dh_pmeth.c Unchecked malloc fixes 2015-03-05 09:09:57 +00:00
dh_prn.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
dh_rfc5114.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
dhtest.c clang on Linux x86_64 complains about unreachable code. 2015-01-29 01:54:09 +01:00
example Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
generate Import of old SSLeay release: SSLeay 0.8.1b 1998-12-21 10:52:47 +00:00
Makefile Implement internally opaque bn access from dh 2014-12-08 21:40:32 +00:00