hostap/src/crypto
Ayala Beker dda091cf51 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>
2016-02-06 01:14:43 +02:00
..
.gitignore
aes-cbc.c Add TEST_FAIL() condition to aes_128_cbc_encrypt/decrypt() 2015-11-28 20:46:36 +02:00
aes-ccm.c
aes-ctr.c
aes-eax.c
aes-encblock.c
aes-gcm.c
aes-internal-dec.c
aes-internal-enc.c
aes-internal.c
aes-omac1.c
aes-siv.c
aes-unwrap.c
aes-wrap.c
aes.h
aes_i.h
aes_siv.h
aes_wrap.h
crypto.h crypto: Add CRYPTO_HASH_ALG_SHA384 and CRYPTO_HASH_ALG_SHA512 2015-11-29 18:21:08 +02:00
crypto_gnutls.c
crypto_internal-cipher.c
crypto_internal-modexp.c
crypto_internal-rsa.c
crypto_internal.c crypto: Add CRYPTO_HASH_ALG_SHA384 and CRYPTO_HASH_ALG_SHA512 2015-11-29 18:21:08 +02:00
crypto_libtomcrypt.c
crypto_module_tests.c tests: Move EAP-SIM PRF module test into the hwsim framework 2015-11-24 00:00:21 +02:00
crypto_none.c
crypto_openssl.c OpenSSL: Clean up openssl_digest_vector() to use a single implementation 2016-01-15 14:17:16 +02:00
des-internal.c
des_i.h
dh_group5.c Fix memory leak on NFC DH generation error path 2015-11-29 20:53:20 +02:00
dh_group5.h
dh_groups.c Fix memory leak on NFC DH generation error path 2015-11-29 20:53:20 +02:00
dh_groups.h
fips_prf_internal.c
fips_prf_openssl.c BoringSSL: Support new SHA_CTX definition for EAP-SIM PRF 2015-12-04 11:30:36 +02:00
Makefile Add SHA384 and SHA512 implementations from LibTomCrypt library 2015-11-29 18:19:32 +02:00
md4-internal.c Add TEST_FAIL() support for internal hash functions 2015-11-29 21:01:33 +02:00
md5-internal.c Add TEST_FAIL() support for internal hash functions 2015-11-29 21:01:33 +02:00
md5.c
md5.h
md5_i.h
milenage.c
milenage.h
ms_funcs.c
ms_funcs.h
random.c
random.h
rc4.c
sha1-internal.c Remove unnecessary cleanup assignment in SHA1Final() 2015-12-28 18:12:03 +02:00
sha1-pbkdf2.c
sha1-prf.c
sha1-tlsprf.c
sha1-tprf.c
sha1.c
sha1.h
sha1_i.h
sha256-internal.c Add TEST_FAIL() support for internal hash functions 2015-11-29 21:01:33 +02:00
sha256-kdf.c
sha256-prf.c
sha256-tlsprf.c
sha256.c
sha256.h
sha256_i.h
sha384-internal.c Add SHA384 and SHA512 implementations from LibTomCrypt library 2015-11-29 18:19:32 +02:00
sha384-prf.c
sha384.h
sha384_i.h Add SHA384 and SHA512 implementations from LibTomCrypt library 2015-11-29 18:19:32 +02:00
sha512-internal.c Add SHA384 and SHA512 implementations from LibTomCrypt library 2015-11-29 18:19:32 +02:00
sha512_i.h Add SHA384 and SHA512 implementations from LibTomCrypt library 2015-11-29 18:19:32 +02:00
tls.h EAP-FAST: Enable AES256-based TLS cipher suites with OpenSSL 2015-12-31 20:52:58 +02:00
tls_gnutls.c Add ocsp=3 configuration parameter for multi-OCSP 2015-12-24 00:54:30 +02:00
tls_internal.c TLS client: Multi-OCSP check to cover intermediate CAs 2015-12-24 00:54:30 +02:00
tls_none.c
tls_openssl.c OpenSSL: Fix server side PKCS#12 processing with extra certificates 2016-02-06 01:14:43 +02:00
tls_openssl.h BoringSSL: Move OCSP implementation into a separate file 2015-12-04 20:08:31 +02:00
tls_openssl_ocsp.c OpenSSL: Fix possible null pointer dereference on an OCSP error path 2016-02-06 00:58:32 +02:00