openssl/crypto/dh
Matt Caswell 563fc239d2 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>
(cherry picked from commit 6aa8dab2bb)
2015-03-12 09:29:48 +00:00
..
.cvsignore Add emacs cache files to .cvsignore. 2005-04-11 14:17:07 +00:00
dh.h Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
dh192.pem
dh512.pem
dh1024.pem
dh2048.pem
dh4096.pem
dh_ameth.c Fix dh_pub_encode 2015-03-12 09:29:48 +00:00
dh_asn1.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
dh_check.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
dh_depr.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
dh_err.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
dh_gen.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
dh_kdf.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
dh_key.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
dh_lib.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
dh_pmeth.c Unchecked malloc fixes 2015-03-05 09:15:08 +00:00
dh_prn.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
dh_rfc5114.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
dhtest.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
example
generate
Makefile make update 2013-12-01 23:09:44 +00:00
p192.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
p512.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
p1024.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00