]> git.ipfire.org Git - thirdparty/openssl.git/commit
Combined patch against master branch for the following issues:
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Wed, 1 Feb 2017 17:29:47 +0000 (18:29 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 3 Feb 2017 19:39:52 +0000 (20:39 +0100)
commit83b4049ab75e9da1815e9c854a9297bca3d4af6b
tree35e657e8100ec911f851e3ecb09daf0093a0c173
parent21f198ec4874f7e2780a0afd0bdd3c038f69ed11
Combined patch against master branch for the following issues:

Fixed a memory leak in ASN1_digest and ASN1_item_digest.
Reworked error handling in asn1_item_embed_new.
Fixed error handling in int_ctx_new and EVP_PKEY_CTX_dup.
Fixed a memory leak in CRYPTO_free_ex_data.
Reworked error handing in x509_name_ex_d2i, x509_name_encode and x509_name_canon.
Check for null pointer in tls_process_cert_verify.

Fixes #2103 #2104 #2105 #2109 #2111 #2115

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2342)
crypto/asn1/a_digest.c
crypto/asn1/tasn_new.c
crypto/evp/pmeth_lib.c
crypto/ex_data.c
crypto/x509/x_name.c
ssl/statem/statem_lib.c