openssl/ssl
Matt Caswell d1247df266 Ensure that memory allocated for the ticket is freed
If a call to EVP_DecryptUpdate fails then a memory leak could occur.
Ensure that the memory is freed appropriately.

Issue reported by Guido Vranken.

Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-03-18 11:52:22 +00:00
..
record Fix building without multiblock support 2016-03-08 08:52:45 +00:00
statem Deprecate the use of version-specific methods 2016-03-09 19:45:05 +01:00
bio_ssl.c Convert CRYPTO_LOCK_BIO to new multi-threading API 2016-03-08 11:10:34 -05:00
build.info Update build.info files for auto-init/de-init 2016-02-09 15:11:38 +00:00
d1_lib.c Remove Netware and OS/2 2016-03-17 17:06:57 -04:00
d1_msg.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
d1_srtp.c Add new DTLS-SRTP protection profiles from RFC 7714 2016-02-04 22:52:21 +00:00
Makefile.in Always build library object files with shared library cflags 2016-02-20 16:51:31 +01:00
methods.c Deprecate the use of version-specific methods 2016-03-09 19:45:05 +01:00
packet_locl.h Refactor ClientHello extension parsing 2016-03-03 13:53:26 +01:00
pqueue.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
s3_cbc.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
s3_enc.c Lazily initialise the compression buffer 2016-03-07 21:39:27 +00:00
s3_lib.c Sort cipher-list at runtime. 2016-03-16 22:21:25 -04:00
s3_msg.c Implement write pipeline support in libssl 2016-03-07 21:39:27 +00:00
ssl_asn1.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
ssl_cert.c Constify security callbacks 2016-03-09 19:10:28 +01:00
ssl_ciph.c Report TLS 1.0 as backwards-compatible TLSv1 2016-03-17 15:38:48 -04:00
ssl_conf.c Remove outdated DEBUG flags. 2016-02-18 17:14:50 -05:00
ssl_err.c Implement write pipeline support in libssl 2016-03-07 21:39:27 +00:00
ssl_init.c Swap the init code to use CRYPTO_ONCE 2016-03-07 17:17:21 +00:00
ssl_lib.c Report TLS 1.0 as backwards-compatible TLSv1 2016-03-17 15:38:48 -04:00
ssl_locl.h Sort cipher-list at runtime. 2016-03-16 22:21:25 -04:00
ssl_mcnf.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
ssl_rsa.c fix no-ec build 2016-03-03 13:27:34 +00:00
ssl_sess.c Convert CRYPTO_LOCK_SSL_* to new multi-threading API 2016-03-08 18:48:38 -05:00
ssl_stat.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00
ssl_txt.c Add support for minimum and maximum protocol version supported by a cipher 2016-03-09 19:10:28 +01:00
ssl_utst.c Fix build-break 2016-02-15 10:17:12 -05:00
t1_enc.c Lazily initialise the compression buffer 2016-03-07 21:39:27 +00:00
t1_ext.c Adds CT validation to SSL connections 2016-03-04 10:50:10 -05:00
t1_lib.c Ensure that memory allocated for the ticket is freed 2016-03-18 11:52:22 +00:00
t1_reneg.c Remove outdated DEBUG flags. 2016-02-18 17:14:50 -05:00
t1_trce.c Adds CT validation to SSL connections 2016-03-04 10:50:10 -05:00
tls_srp.c Remove /* foo.c */ comments 2016-01-26 16:40:43 -05:00