openssl/crypto/dsa
Matt Caswell 1ff7425d61 Fix a missing NULL check in dsa_builtin_paramgen
We should check the last BN_CTX_get() call to ensure that it isn't NULL
before we try and use any of the allocated BIGNUMs.

Issue reported by Shi Lei.

Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-09-21 13:32:30 +01:00
..
build.info
dsa_ameth.c Constify private key decode. 2016-08-17 12:01:29 +01:00
dsa_asn1.c
dsa_depr.c
dsa_err.c
dsa_gen.c Fix a missing NULL check in dsa_builtin_paramgen 2016-09-21 13:32:30 +01:00
dsa_key.c
dsa_lib.c Add DSA_bits() function. 2016-08-01 19:37:42 +01:00
dsa_locl.h
dsa_meth.c
dsa_ossl.c
dsa_pmeth.c
dsa_prn.c
dsa_sign.c
dsa_vrf.c