tests: Secure mesh network setup failing due to wpa_init() OOM
[mech_eap.git] / src / crypto /
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
2015-08-01 Jouni MalinenOpenSSL: Implement aes_wrap/aes_unwrap through EVP...
2015-08-01 Jouni MalinenOpenSSL: Comment out openssl_get_keyblock_size() if...
2015-08-01 Jouni Malinentests: Comment out TLS PRF test from CONFIG_FIPS=y...
2015-07-28 Jouni MalinenOpenSSL: Remove EAP-FAST TLSv1.0 only workaround for...
2015-07-28 Jouni MalinenOpenSSL: Drop security level to 0 if needed for EAP...
2015-07-28 Jouni MalinenOpenSSL: Add SHA256 support in openssl_tls_prf() for...
2015-07-28 Jouni MalinenOpenSSL: Implement openssl_tls_prf() for OpenSSL 1.1.0
2015-07-28 Jouni MalinenOpenSSL: Implement SSL_set_session_secret_cb() callback...
2015-07-28 Jouni MalinenOpenSSL: Implement tls_connection_get_keys() for OpenSS...
2015-07-28 Jouni MalinenOpenSSL: Include openssl/engine.h and openssl/dsa.h...
2015-07-28 Jouni MalinenOpenSSL: Remove extra BIO_write() call on TLS client
2015-07-08 Jouni MalinenMake TLS version number available in STATUS command
2015-07-08 Jouni MalinenOpenSSL: Add option to disable use of TLSv1.0
2015-06-30 Jouni MalinenOpenSSL: Merge error returns
2015-06-30 Jouni MalinenTLS: Remove unused tls_capabilities()
2015-06-29 Jouni Malinenms_funcs: Merge similar return cases
2015-06-26 Jouni MalinenOpenSSL: Handle EC_POINT_is_on_curve() error case
2015-06-26 Jouni Malinencrypto: Add functions for computing the Legendre symbol...
2015-06-26 Jouni MalinenOpenSSL: Add support for Brainpool Elliptic Curves
2015-06-23 Jouni MalinenAdd crypto_ec_point_cmp()
2015-06-23 Jouni MalinenOpenSSL: Remove SSL_CTX_{get,set}_app_data() compatibil...
2015-06-18 Ben RosenfeldOpenSSL: Fix memory leak on an openssl_tls_prf() error...
2015-06-06 MAYANK HAARITOpenSSL: Fix build iwth OpenSSL 0.9.8
2015-04-25 Mikael KanstrupDeclare all read only data structures as const
2015-04-25 Mike GerowOpenSSL: Try to ensure we don't throw away the PIN...
2015-04-22 Jouni MalinenOpenSSL: Clean up TLS PRF implementation
2015-04-13 Nick KralevichUpdates for stricter automatic memcpy bounds checking
2015-04-01 Jouni MalinenTLS: Fix memory leaks on tls_connection_set_params...
2015-04-01 Jouni MalinenMake tls_connection_get_keyblock_size() internal to...
2015-03-31 Jouni MalinenRemove master key extraction from tls_connection_get_keys()
2015-03-31 Jouni MalinenUse tls_connection_prf() for all EAP TLS-based key...
2015-03-29 Jouni Malinenms_funcs: Make challenge_hash() non-static
2015-03-29 Jouni MalinenOpenSSL: Implement AES-128 CBC using EVP API
2015-03-29 Jouni MalinenExplicitly clear temporary stack buffers in tls_prf_sha...
2015-03-29 Jouni MalinenExplicitly clear temporary stack buffer in sha1_t_prf()
2015-03-29 Jouni MalinenExplicitly clear temporary stack buffer in hmac_sha256_...
2015-03-18 Jouni MalinenRemove SChannel support
2015-03-07 Rohit AgrawalOpenSSL: Always accept pinned certificates
2015-02-19 Jouni MalinenFix OCSP debug messages
2015-02-19 Jouni MalinenOpenSSL: Fix OCSP error path
2015-02-04 Jouni MalinenOpenSSL: Use SSL_cache_hit() when available
2015-02-03 Jouni MalinenOpenSSL: Use library wrapper functions to access cert...
2015-01-28 Jouni MalinenOpenSSL: Implement aes_wrap() and aes_unwrap()
2015-01-28 Jouni MalinenOpenSSL: Remove support for versions older than 0.9.8
2015-01-28 Jouni MalinenOpenSSL: Use a common helper function for HMAC
2015-01-28 Jouni MalinenOpenSSL: Replace internal HMAC-MD5 implementation
2015-01-26 Jouni MalinenAdd HMAC-SHA384
2015-01-24 Jouni MalinenExtend AES-CMAC routines to support 256-bit keys
2015-01-14 Jouni MalinenAdd domain_match network profile parameter
2015-01-14 Jouni MalinenAdd peer certificate alt subject name information to...
2015-01-11 Jouni MalinenGnuTLS: Add TLS event callbacks for chain success/failu...
2015-01-11 Jouni MalinenGnuTLS: Add support for OCSP stapling as a client
2015-01-11 Jouni MalinenGnuTLS: Verify that server certificate EKU is valid...
2015-01-11 Jouni MalinenGnuTLS: Fix tls_disable_time_checks=1 processing
2015-01-11 Jouni MalinenGnuTLS: Add support for private_key and client_cert...
2015-01-11 Jouni MalinenGnuTLS: Fix DER encoding certificate parsing
2015-01-11 Jouni Malinentests: Fix crypto module test build without EAP-FAST
2015-01-11 Jouni MalinenAdd "GET tls_library" to provide information on TLS...
2015-01-11 Jouni MalinenGnuTLS: Add event callbacks
2015-01-11 Jouni MalinenGnuTLS: Add support for domain_suffix_match
2015-01-11 Jouni MalinenGnuTLS: Check for any unknown verification failure
2015-01-11 Jouni MalinenGnuTLS: Add more debug prints for version and session...
2015-01-11 Jouni MalinenGnuTLS: Move peer certificate validation into callback...
2015-01-11 Jouni MalinenGnuTLS: Remove support for versions older than 2.12.x
2015-01-11 Jouni MalinenGnuTLS: Remove old version number checks for 1.3.2
2015-01-11 Jouni MalinenGnuTLS: Remove GNUTLS_INTERNAL_STRUCTURE_HACK
2015-01-10 Jouni MalinenGnuTLS: Add support for ca_cert as a blob
2015-01-10 Jouni MalinenTLS: Reject openssl_ciphers parameter in non-OpenSSL...
2015-01-10 Jouni MalinenRemove Network Security Service (NSS) support
2015-01-10 Jouni Malinenschannel: Reject subject_match, altsubject_match, suffi...
2015-01-10 Jouni MalinenTLS: Reject subject_match, altsubject_match, suffix_match
2015-01-10 Jouni MalinenGnuTLS: Reject subject_match, altsubject_match, suffix_...
2015-01-06 Jouni Malinencrypto: Clear temporary stack buffers after use
next