openssl/ssl
Matt Caswell bceae201b4 EVP_MD_size() can return an error
Fix some instances where we weren't checking the error return.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6373)
2018-05-31 10:39:13 +01:00
..
record Mark DTLS records as read when we have finished with them 2018-05-11 14:20:56 +01:00
statem EVP_MD_size() can return an error 2018-05-31 10:39:13 +01:00
bio_ssl.c
build.info
d1_lib.c
d1_msg.c
d1_srtp.c
methods.c
packet_locl.h
packet.c Update copyright year 2018-04-17 15:18:40 +02:00
pqueue.c Use void in all function definitions that do not take any arguments 2018-05-11 14:37:48 +02:00
s3_cbc.c
s3_enc.c
s3_lib.c Fix no-psk 2018-05-14 17:43:19 +01:00
s3_msg.c
ssl_asn1.c
ssl_cert_table.h
ssl_cert.c
ssl_ciph.c
ssl_conf.c Allow configuation of the number of TLSv1.3 session tickets via SSL_CONF 2018-05-17 16:48:25 +01:00
ssl_err.c Fix last(?) batch of malloc-NULL places 2018-04-26 14:02:24 -04:00
ssl_init.c Add a config option to disable automatic config loading 2018-04-17 16:33:15 +02:00
ssl_lib.c Enable SSL_MODE_AUTO_RETRY by default 2018-05-22 22:45:28 +02:00
ssl_locl.h Bugfix: GOST2012 certificates for GOST ciphersuites were broken. 2018-05-30 09:14:04 +01:00
ssl_mcnf.c
ssl_rsa.c
ssl_sess.c Fix array bounds violation in ssl_session_dup 2018-05-25 08:06:55 +02:00
ssl_stat.c
ssl_txt.c Update copyright year 2018-05-29 13:16:04 +01:00
ssl_utst.c
t1_enc.c
t1_lib.c Send GOST SignatureAlgorithms when TLS 1.2 in use 2018-05-30 09:14:04 +01:00
t1_trce.c Suport TLSv1.3 draft 28 2018-05-15 10:02:59 +01:00
tls13_enc.c EVP_MD_size() can return an error 2018-05-31 10:39:13 +01:00
tls_srp.c