Share a common helper function for restarting sched_scan
[mech_eap.git] / src / crypto / crypto_openssl.c
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-23 Jouni MalinenOpenSSL: Pull in header files to check function prototypes
2016-05-13 Jouni MalinenOpenSSL: Make dh5_init() match the generic implementation
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-02-16 Jouni MalinenOpenSSL: Fix memory leak in HMAC_CTX compatibility...
2016-02-15 Jouni MalinenOpenSSL: Fix memory leak with EVP_CIPHER_CTX_new()
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...
2015-12-31 Jouni MalinenOpenSSL: Drop support for OpenSSL 0.9.8
2015-12-10 Jouni MalinenOpenSSL: Support new API for HMAC/EVP_MD_CTX in OpenSSL...
2015-11-28 Jouni MalinenAdd TEST_FAIL() condition to aes_128_cbc_encrypt/decrypt()
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-08-17 Jouni MalinenBoringSSL: Allow internal AES key wrap to be used with...
2015-08-02 Jouni MalinenAdd build option to remove all internal RC4 uses
2015-08-02 Jouni MalinenOpenSSL: Remove md4_vector() from CONFIG_FIPS=y builds
2015-08-01 Jouni MalinenOpenSSL: Remove md5_vector() from CONFIG_FIPS=y builds
2015-08-01 Jouni MalinenOpenSSL: Implement aes_wrap/aes_unwrap through EVP...
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-03-29 Jouni MalinenOpenSSL: Implement AES-128 CBC using EVP API
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-06 Jouni Malinencrypto: Clear temporary heap allocations before freeing
2015-01-05 Jouni MalinenOpenSSL: Fix pbkdf2_sha1() wrapper
2014-10-06 Adam LangleySupport building with BoringSSL
2014-09-07 Masashi Honmaopenssl: Fix memory leak in openssl ec deinit
2014-07-24 Florent DaigniereOpenSSL: Use EC_POINT_clear_free instead of EC_POINT_free
2014-07-24 Florent DaigniereOpenSSL: Use BN_clear_free instead of BN_free
2014-02-15 Jouni MalinenRemove unused crypto_bignum_rshift()
2013-12-31 Jouni MalinenOpenSSL: Include sha1/sha256 header files to verify...
2013-01-12 Jouni MalinenSAE: Replace comparison to one with crypto_bignum wrapper
2013-01-12 Jouni MalinenSAE: Store commit scalars as bignum instead of octet...
2013-01-12 Jouni MalinenSAE: Use more generic random bignum generation
2013-01-12 Jouni MalinenAdd more crypto_bignum_*() wrappers
2013-01-12 Jouni MalinenSAE: Add support for ECC group 21 (521-bit random ECP...
2013-01-12 Jouni MalinenSAE: Add support for additional ECC groups
2013-01-12 Jouni MalinenSAE: Use EC group context to get the group prime
2013-01-12 Jouni MalinenSAE: Store the group order in EC context data
2013-01-12 Jouni Malinencrypto: Add wrappers for OpenSSL BIGNUM and EC_POINT
2012-08-19 Jouni MalinenFIPS: Remove md5-non-fips.c
2012-08-16 Jouni MalinenOpenSSL: Silence a compiler warning with OpenSSL 0.9.7
2012-08-16 Jouni MalinenOpenSSL: Implement SHA256 HMAC functions using HMAC API
2012-08-16 Jouni MalinenFIPS: Use OpenSSL CMAC implementation instead of aes...
2012-08-16 Jouni MalinenFIPS: Mix in OpenSSL RAND_bytes() into random_get_bytes()
2012-08-16 Jouni MalinenOpenSSL: Fix crypto_hash_init() to initialize HMAC...
2012-08-16 Jouni MalinenOpenSSL: Implement SHA1 HMAC functions using HMAC API
2012-08-16 Jouni MalinenOpenSSL: Use library function for PBKDF2 passphrase...
2012-08-16 Jouni MalinenOpenSSL: Convert low level AES API use to EVP
2012-07-07 Jouni MalinenOpenSSL: Add support for HMAC functions with 0.9.8...
2012-07-02 Jouni MalinenOpenSSL: Add support for crypto_hash_{init,update,finish}()
2012-06-27 Jouni MalinenAdd dh5_init_fixed() to allow fixed DH parameters to...
2012-02-11 Jouni MalinenRemove the GPL notification from files contributed...
2010-06-27 Jouni MalinenOpenSSL: Fix public key length in DH group 5 operations
2009-11-24 Jouni MalinenResolve some sparse warnings
2009-10-16 Jouni Malinenopenssl: Allow build with OpenSSL 0.9.7
2009-10-16 Jouni Malinenopenssl: Mark openssl_digest_vector() static
2009-10-11 Jouni MalinenAllow the internal DH implementation to be overridden
2009-08-16 Jouni MalinenFix crypto_cipher_init() EVP initialization
2009-08-16 Jouni MalinenUse OpenSSL for RC4 instead of internal implementation
2009-08-16 Jouni MalinenFix build with non-FIPS capable OpenSSL
2009-08-16 Jouni MalinenAllow non-FIPS MD5 to be used with TLS PRF even in...
2009-08-16 Jouni MalinenOpenSSL: Use library version of SHA256
2009-08-16 Jouni MalinenOpenSSL: Use EVP_Digest*() functions
2009-08-16 Jouni MalinenMake hash functions return error value
2009-08-11 Johannes BergCrypto build cleanup: remove NEED_FIPS186_2_PRF
2009-02-07 Jouni MalinenAvoid memory leak on error path in crypto_cipher_init()
2008-02-28 Jouni MalinenRe-initialize hostapd/wpa_supplicant git repository...