Add build option to remove all internal RC4 uses
[mech_eap.git] / src / crypto / crypto_openssl.c
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...