Handle NULL return from os_zalloc() in sta_track_add()
[mech_eap.git] / src / crypto /
2016-08-13 David BenjaminOpenSSL: Fix OpenSSL 1.1.0 compatibility functions
2016-07-15 Jouni MalinenOpenSSL: Fix OpenSSL 1.1.0 DH operation
2016-06-24 Jouni MalinenOpenSSL: Update to match the modified DH_get0_key(...
2016-06-24 Jouni MalinenOpenSSL: Silence sparse warnings in fips186_2_prf()
2016-06-23 Jouni Malinentests: Declare module test functions in a header file
2016-06-23 Jouni Malinentests: Mark some module test arrays static
2016-06-23 Jouni MalinenOpenSSL: Pull in header files to check function prototypes
2016-06-11 David WoodhouseOpenSSL: Initialise PKCS#11 engine even if found with...
2016-05-23 David BenjaminOpenSSL: Comment out tls_connection_get_eap_fast_key...
2016-05-23 David BenjaminTLS: Split tls_connection_prf() into two functions
2016-05-23 David BenjaminOpenSSL: Remove two more accesses of ssl_ctx->cert_store
2016-05-13 Jouni MalinenOpenSSL: Make dh5_init() match the generic implementation
2016-05-10 David BenjaminOpenSSL: BoringSSL has SSL_get_client_random(), etc.
2016-04-19 Jouni MalinenOpenSSL: Support OpenSSL 1.1.0 DH opacity
2016-03-27 Jouni Malinentests: Add TEST_FAIL() calls into OpenSSL bignum operations
2016-03-27 Jouni MalinenSAE: Check SHA256-PRF operation result
2016-03-16 Jouni MalinenBoringSSL: Keep static analyzers happier with X509_get0...
2016-02-16 Jouni MalinenOpenSSL: Fix PKCS#12 parsing of extra certificates...
2016-02-16 Jouni MalinenOpenSSL: Fix memory leak in PKCS12 additional certifica...
2016-02-16 Jouni MalinenOpenSSL: Fix memory leak in HMAC_CTX compatibility...
2016-02-15 Jouni MalinenOpenSSL: Fix memory leak in OCSP parsing
2016-02-15 Jouni MalinenOpenSSL: Do not use library init/deinit functions with...
2016-02-15 Jouni MalinenOpenSSL: Fix memory leak in subjectAltName parsing
2016-02-15 Jouni MalinenOpenSSL: Fix memory leak with EVP_CIPHER_CTX_new()
2016-02-15 Jouni MalinenOpenSSL: Fix memory leak on error path
2016-02-05 Ayala BekerOpenSSL: Fix server side PKCS#12 processing with extra...
2016-02-05 Ayala BekerOpenSSL: Fix possible null pointer dereference on an...
2016-02-05 Rubin XuAndroid: Support multiple CA certs when connecting...
2016-01-15 Jouni MalinenOpenSSL: Clean up openssl_digest_vector() to use a...
2016-01-15 Jouni MalinenOpenSSL: Clean up crypto_hash_*() to use a single imple...
2016-01-15 Jouni MalinenLibreSSL: Fix build with LibreSSL
2016-01-14 Jouni Malinentests: aes_encrypt_init() and aes_decrypt_init() to...
2016-01-14 Jouni MalinenOpenSSL: Use EVP_CIPHER_CTX_new() to work with OpenSSL...
2016-01-14 Jouni MalinenOpenSSL: Update session_secret callback to match OpenSS...
2016-01-07 Jouni MalinenOpenSSL: Fix client certificate chain building after...
2015-12-31 Jouni MalinenEAP-FAST: Enable AES256-based TLS cipher suites with...
2015-12-31 Jouni MalinenOpenSSL: Share a single openssl_tls_prf() implementation
2015-12-31 Jouni MalinenOpenSSL: Clean up function to fetch client/server random
2015-12-31 Jouni MalinenOpenSSL: Drop support for OpenSSL 1.0.0
2015-12-31 Jouni MalinenOpenSSL: Drop support for OpenSSL 0.9.8
2015-12-28 Jouni MalinenRemove unnecessary cleanup assignment in SHA1Final()
2015-12-23 Jouni MalinenTLS client: Multi-OCSP check to cover intermediate CAs
2015-12-23 Jouni MalinenAdd ocsp=3 configuration parameter for multi-OCSP
2015-12-22 Jouni MalinenTLS server: OCSP stapling with ocsp_multi option (RFC...
2015-12-22 Jouni MalinenServer configuration for OCSP stapling with ocsp_multi...
2015-12-22 Jouni MalinenTLS server: OCSP stapling
2015-12-22 Jouni MalinenGnuTLS: OCSP stapling on the server side
2015-12-12 Jouni MalinenEAP peer: External server certificate chain validation
2015-12-10 Jouni MalinenOpenSSL: Support new API for HMAC/EVP_MD_CTX in OpenSSL...
2015-12-04 Jouni MalinenBoringSSL: Move OCSP implementation into a separate...
2015-12-04 Jouni MalinenBoringSSL: Support new SHA_CTX definition for EAP-SIM PRF
2015-12-03 Jouni MalinenOpenSSL: Fix build with current OpenSSL master branch...
2015-11-29 Jouni MalinenFix tls_connection_prf() regression with CONFIG_TLS...
2015-11-29 Jouni MalinenAdd TEST_FAIL() support for internal hash functions
2015-11-29 Jouni MalinenFix memory leak on NFC DH generation error path
2015-11-29 Jouni MalinenTLS client: Use TLS_CONN_* flags
2015-11-29 Jouni MalinenTLS: Add support for tls_get_version()
2015-11-29 Jouni MalinenTLS client: Add support for server certificate probing
2015-11-29 Jouni Malinencrypto: Add CRYPTO_HASH_ALG_SHA384 and CRYPTO_HASH_ALG_...
2015-11-29 Pali RohárAdd SHA384 and SHA512 implementations from LibTomCrypt...
2015-11-28 Jouni MalinenAdd TEST_FAIL() condition to aes_128_cbc_encrypt/decrypt()
2015-11-23 Jouni Malinentests: Move EAP-SIM PRF module test into the hwsim...
2015-11-22 Marek BehúnCheck for LIBRESSL_VERSION_NUMBER in tls_openssl.c
2015-10-31 Jouni MalinenTLS: Fix memory leak with multiple TLS server instances
2015-10-25 Jouni Malinentests: Fix build without CONFIG_ERP=y
2015-10-17 Jouni Malinentests: Add TEST_FAIL() condition to omac1_aes_vector()
2015-10-11 Jouni MalinenOpenSSL: Add TEST_FAIL() checks to allow error path...
2015-10-11 Jouni MalinenOpenSSL: Make msg_callback debug prints easier to read
2015-10-11 Jouni MalinenOpenSSL: Recognize special write_p == 2 in msg_callback
2015-10-10 Jouni Malinentests: Module test for hmac_sha256_kdf() maximum output...
2015-10-10 Jouni MalinenFix MSCHAP UTF-8 to UCS-2 conversion check for three...
2015-10-09 Jouni MalinenBoringSSL: Implement support for OCSP stapling
2015-10-06 Adam LangleyAndroid: Fix keystore-backed keys with BoringSSL
2015-08-27 Jouni MalinenFix key derivation for Suite B 192-bit AKM to use SHA384
2015-08-24 Jouni MalinenOpenSSL: Write PKCS#12 extra cert errors into debug log
2015-08-24 Jouni MalinenOpenSSL: Enable support for server side TLS session...
2015-08-23 Jouni MalinenTLS: Add functions for managing cached session state
2015-08-23 Jouni MalinenEAP server: Add tls_session_lifetime configuration
2015-08-23 Jouni MalinenOpenSSL: Allow server connection parameters to be confi...
2015-08-23 Jouni MalinenTLS: Add new arguments to tls_connection_set_verify()
2015-08-23 Jouni MalinenOpenSSL: Add wrapper struct for tls_init() result
2015-08-18 Jouni Malinentests: Allow AES-WRAP-192 test cases to be commented...
2015-08-17 Jouni MalinenOpenSSL: Reject OCSP-required configuration if no OCSP...
2015-08-17 Jouni MalinenBoringSSL: Fix PKCS12_parse() segfault when used withou...
2015-08-17 Jouni MalinenOpenSSL: Handshake completion and resumption state...
2015-08-17 Jouni MalinenBoringSSL: Fix session resumption
2015-08-17 Jouni MalinenBoringSSL: Make SSL_set_ssl_method() conditional on...
2015-08-17 Jouni MalinenBoringSSL: Comment out SSL_build_cert_chain() call
2015-08-17 Jouni MalinenBoringSSL: Allow internal AES key wrap to be used with...
2015-08-10 Jouni MalinenOpenSSL: Use connection certificate chain with PKCS...
2015-08-10 Jouni MalinenOpenSSL: Fix PKCS#12 extra certificate handling
2015-08-02 Jouni MalinenAdd build option to remove all internal RC4 uses
2015-08-02 Jouni MalinenOpenSSL: Fix FIPS mode enabling in dynamic interface...
2015-08-02 Jouni MalinenOpenSSL: Remove md4_vector() from CONFIG_FIPS=y builds
2015-08-02 Jouni Malinentests: Skip ms_funcs module tests in CONFIG_FIPS=y...
2015-08-02 Jouni MalinenRename tls_connection_get_keys() to tls_connection_get_...
2015-08-02 Jouni MalinenOpenSSL: Allow server/client random to be fetched in...
2015-08-01 Jouni Malinenrandom: Fix random_get_bytes() with CONFIG_FIPS=y
2015-08-01 Jouni MalinenOpenSSL: Remove md5_vector() from CONFIG_FIPS=y builds
2015-08-01 Jouni Malinentests: Skip MD5 module tests in CONFIG_FIPS=y builds
next