openssl/ssl
Matt Caswell d73ca3efa7 Remove an NULL ptr deref in an error path
The |passwd| variable in the code can be NULL if it goes to the err label.
Therefore we cannot call strlen on it without first checking that it is non
NULL.

Reviewed-by: Kurt Roeckx <kurt@openssl.org>
2015-11-17 11:17:37 +00:00
..
record Standardise our style for checking malloc failures 2015-11-09 22:48:41 +00:00
statem Don't alow TLS v1.0 ciphersuites for SSLv3 2015-11-14 00:06:32 +00:00
bio_ssl.c Handle SSL_ERROR_WANT_X509_LOOKUP 2015-09-20 14:19:49 +01:00
d1_lib.c Standardise our style for checking malloc failures 2015-11-09 22:48:41 +00:00
d1_msg.c Move in_handshake into STATEM 2015-10-30 08:39:47 +00:00
d1_srtp.c
install-ssl.com
Makefile More state machine reorg 2015-10-30 08:38:18 +00:00
methods.c Ensure the dtls1_get_*_methods work with DTLS_ANY_VERSION 2015-11-05 15:05:58 +00:00
packet_locl.h Avoid undefined behaviour in PACKET_buf_init 2015-10-21 16:13:53 +01:00
s3_cbc.c
s3_enc.c
s3_lib.c Don't alow TLS v1.0 ciphersuites for SSLv3 2015-11-14 00:06:32 +00:00
s3_msg.c Remove redundant code 2015-10-30 08:38:18 +00:00
ssl_algs.c
ssl_asn1.c
ssl_cert.c Standardise our style for checking malloc failures 2015-11-09 22:48:41 +00:00
ssl_ciph.c Add "TLSv1.0" cipher alias. 2015-11-14 00:06:33 +00:00
ssl_conf.c Standardise our style for checking malloc failures 2015-11-09 22:48:41 +00:00
ssl_err2.c
ssl_err.c Rebuild error source files. 2015-11-05 15:48:37 +00:00
ssl_lib.c Fix SSL_use_certificate_chain_file 2015-11-10 23:02:44 +00:00
ssl_locl.h Don't alow TLS v1.0 ciphersuites for SSLv3 2015-11-14 00:06:32 +00:00
ssl_rsa.c Fix SSL_use_certificate_chain_file 2015-11-10 23:02:44 +00:00
ssl_sess.c Standardise our style for checking malloc failures 2015-11-09 22:48:41 +00:00
ssl_stat.c Change SSL_state_string return strings to start with a T 2015-10-30 08:39:47 +00:00
ssl_txt.c Remove BIO_s_file_internal macro. 2015-10-02 14:22:05 -04:00
ssl_utst.c
ssl-lib.com
t1_enc.c
t1_ext.c
t1_lib.c Don't alow TLS v1.0 ciphersuites for SSLv3 2015-11-14 00:06:32 +00:00
t1_reneg.c
t1_trce.c
tls_srp.c Remove an NULL ptr deref in an error path 2015-11-17 11:17:37 +00:00