]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Fix server side PKCS#12 processing with extra certificates
authorAyala Beker <ayala.beker@intel.com>
Mon, 25 Jan 2016 10:28:47 +0000 (12:28 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 5 Feb 2016 23:14:43 +0000 (01:14 +0200)
commitdda091cf5159e7614259c2ccb2c017c01acc5522
tree17f05f9b3b71a6939157310e5b4136b1819c4125
parent443c8e18de801b974f57c59ce90c80b3a391ee06
OpenSSL: Fix server side PKCS#12 processing with extra certificates

Fix a possible null pointer dereference in tls_parse_pkcs12() when
loading a PKCS#12 file for the server keys and the file includes extra
certificates.

Signed-off-by: Ayala Beker <ayala.beker@intel.com>
src/crypto/tls_openssl.c