openssl/ssl
Matt Caswell 312e9387fd Fix a memory leak on an error path
A leak of an SSL_SESSION object can occur when decoding a psk extension on
an error path when using TLSv1.3

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2843)
2017-03-04 16:20:13 +00:00
..
record Don't attempt to write more early_data than we know the server will accept 2017-03-02 17:44:15 +00:00
statem Fix a memory leak on an error path 2017-03-04 16:20:13 +00:00
bio_ssl.c Remove some #if 0 code in ssl, crypto/bio 2017-02-28 09:32:41 -05:00
build.info
d1_lib.c Code health: Stop using timeb.h / ftime() (VMS only) 2017-02-28 15:32:01 +01:00
d1_msg.c Remove some obsolete/obscure internal define switches: 2017-03-01 10:44:49 +01:00
d1_srtp.c
methods.c
packet_locl.h Miscellaneous style tweaks based on feedback received 2017-01-30 10:18:23 +00:00
packet.c Use for loop in WPACKET_fill_lengths instead of do...while 2017-01-30 10:18:24 +00:00
pqueue.c
s3_cbc.c Clean up references to FIPS 2017-02-28 15:26:25 +01:00
s3_enc.c
s3_lib.c Remove some commented out code in libssl 2017-02-28 16:02:11 +00:00
s3_msg.c Provide functions to write early data 2017-03-02 17:44:14 +00:00
ssl_asn1.c Only accept early_data if the negotiated ALPN is the same 2017-03-02 17:44:15 +00:00
ssl_cert.c Tidy up certificate type handling. 2017-02-24 01:23:38 +00:00
ssl_ciph.c Remove some obsolete/obscure internal define switches: 2017-03-01 10:44:49 +01:00
ssl_conf.c
ssl_err.c Set specific error is we have no valid signature algorithms set 2017-03-03 22:02:39 +00:00
ssl_init.c
ssl_lib.c Update early data API for writing to unauthenticated clients 2017-03-02 17:44:16 +00:00
ssl_locl.h Update early data API for writing to unauthenticated clients 2017-03-02 17:44:16 +00:00
ssl_mcnf.c
ssl_rsa.c
ssl_sess.c Add a SSL_SESSION_get_max_early_data() function 2017-03-02 17:44:15 +00:00
ssl_stat.c
ssl_txt.c
ssl_utst.c
t1_enc.c Remove some TLSv1.3 TODOs that are no longer relevant 2017-03-02 17:44:15 +00:00
t1_ext.c Rework error handling of custom_ext_meth_add towards strong exception safety. 2017-02-15 08:37:52 -05:00
t1_lib.c Set specific error is we have no valid signature algorithms set 2017-03-03 22:02:39 +00:00
t1_trce.c Construct the early_data extension 2017-03-02 17:44:14 +00:00
tls13_enc.c Silence some more clang warnings 2017-03-03 00:05:57 +00:00
tls_srp.c