Make channel parameters available in set_ap() driver operation
[mech_eap.git] / src / crypto /
2014-04-09 Jouni MalinenOpenSSL: Detect and prevent TLS heartbeat attack
2014-03-16 Jouni MalinenTLS testing: Add new test cases for RSA-DHE primes
2014-03-11 Jouni MalinenUse internal FIPS 186-2 PRF if needed
2014-03-09 Jouni MalinenTLS testing: Allow hostapd to be used as a TLS testing...
2014-03-09 Jouni MalinenRADIUS server: Allow TLS implementation add log entries
2014-03-02 Jouni MalinenOpenSSL: Avoid never-used analyzer warning
2014-02-20 Dmitry ShmidtTLS: Add tls_disable_tlsv1_1 and tls_disable_tlsv1_2...
2014-02-19 Jouni MalinenRevert "OpenSSL: Do not accept SSL Client certificate...
2014-02-15 Jouni MalinenFix MSCHAP UTF-8 to UCS-2 conversion for three-byte...
2014-02-15 Jouni MalinenRemove unused crypto_bignum_rshift()
2014-02-13 Eytan Lifshitzwpa_supplicant: Fix NULL dereference in tls_verify_cb()
2013-12-31 Jouni MalinenOpenSSL: Include sha1/sha256 header files to verify...
2013-12-31 Jouni MalinenDeclare wpa_debug_* variables in src/utils/wpa_debug.h
2013-12-26 Jouni MalinenOpenSSL: Do not accept SSL Client certificate for server
2013-12-26 Jouni MalinenOpenSSL: Use certificates from TLS authentication in...
2013-11-24 Jouni MalinenAdd CONFIG_CODE_COVERAGE=y option for gcov
2013-11-20 Jouni MalinenFix and work around some MinGW compilation issues
2013-11-20 Jouni MalinenFix compiler warning for OpenSSL without HAVE_OCSP
2013-11-08 Kenny RootAndroid: Switch keystore to binder
2013-11-08 Kenny RootAndroid: Remove obsolete keystore path
2013-11-08 Kenny RootAndroid: Use keystore ENGINE for private key operations
2013-10-26 Jouni MalinenUse ARRAY_SIZE() macro
2013-10-26 Jouni MalinenOpenSSL: Fix memory leak on error path
2013-10-18 Jouni MalinenAdd AAA server domain name suffix matching constraint
2013-10-18 Jouni MalinenOpenSSL: Fix code indentation in OCSP processing
2013-09-25 Jouni MalinenOpenSSL: Split OCSP peer_cert/peer_issuer debug output...
2013-06-30 Jouni MalinenFix build with older OpenSSL versions
2013-06-29 Jouni MalinenAdd support for OCSP stapling to validate server certif...
2013-05-09 Paul Stewarttls_openssl: Store TLS context per-connection
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 Diffie-Hellman group definitions for MODP groups...
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-11-11 Jouni MalinenHide strict-aliasing warning with gcc 4.7
2012-09-09 Jouni MalinenMove AES-CCM implementation into src/crypto
2012-09-09 Jouni MalinenFix AES block size handling for internal cipher
2012-09-09 Jouni MalinenShare common GCM-AE and GCM-AD functionality
2012-09-09 Jouni MalinenAdd aes_gmac() as a wrapper for AES GMAC operations...
2012-09-09 Jouni MalinenAdd support for using 192-bit and 256-bit keys with...
2012-09-08 Jouni MalinenSupport arbitrary IV length with AES-GCM
2012-09-08 Jouni MalinenMove AES-GCM implementation into src/crypto
2012-08-22 Jouni MalinenAdd sha256-prf.tls into libcrypto build
2012-08-19 Jouni MalinenOpenSSL: Make fips186_2_prf() easier for static analyzers
2012-08-19 Jouni MalinenFIPS: Remove md5-non-fips.c
2012-08-17 Jouni MalinenFix EAP-FAST with OpenSSL 1.0.1
2012-08-17 Jouni MalinenOpenSSL: Add mechanism for disabling TLS Session Ticket...
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 MalinenMove SHA256-based PRF function into a separate C file
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 MalinenMove SHA1-based PRF function into a separate C file
2012-08-16 Jouni MalinenOpenSSL: Use library function for PBKDF2 passphrase...
2012-08-16 Jouni MalinenDo not export TLS keys in FIPS mode
2012-08-16 Jouni MalinenOpenSSL: Use internal keying material exporter when...
2012-08-16 Jouni MalinenMSCHAPv2: Check challenge_hash() failures
2012-08-16 Jouni MalinenOpenSSL: Convert low level AES API use to EVP
2012-08-16 Jouni MalinenOpenSSL: Fix memory leak on FIPS error paths
2012-08-07 Jouni MalinenConvert remaining SSID routines from char* to u8*
2012-08-04 Jouni MalinenOpenSSL: Remove trailing whitespace from lines
2012-08-04 Christopher WileyOpenSSL: Fix ca_cert_verify for TPM
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-06-04 Paul Stewartwpa_supplicant: Report EAP connection progress to DBus
2012-04-08 Jouni MalinenMake random_add_randomness() debug print less verbose
2012-02-11 Jouni MalinenRemove the GPL notification from files contributed...
2011-11-27 Jouni MalinenRename tls_prf() to tls_prf_sha1_md5()
2011-11-27 Jouni MalinenAdd implementation of TLS v1.2 PRF (P_SHA256)
2011-11-27 Jouni MalinenAdd SHA256-hash functions to generic crypto_hash_*...
2011-11-19 Maciej SzmigieroOpenSSL: Read certificate chain from server_cert file
2011-11-18 Jouni MalinenUse NULL instead of 0 for pointers
2011-11-18 Jouni MalinenMark local functions static
2011-11-13 Jouni MalinenMake crypto_hash_init() easier for static analyzers
2011-11-13 Jouni MalinenMake crypto_hash_init() easier for static analyzers
2011-11-13 Jouni MalinenMake fips186_2_prf() easier for static analyzers
2011-11-13 Jouni MalinenRemove unnecessary include file inclusion
2011-11-13 Jouni MalinenUse shared SHA-256 define for the block size
2011-11-13 Jouni MalinenMake sha256_process() easier for static analyzers
2011-11-13 Jouni MalinenTLS: Add preliminary support for partial message processing
2011-11-05 Jouni MalinenAdd random.c into libcrypto.a
2011-10-30 Pavel Roskinrandom: Improve error messages about writing to entropy...
2011-10-28 Evan BroderFor MS-CHAP, convert the password from UTF-8 to UCS-2
2011-09-25 Jouni MalinenRemove EAP-TTLSv1 and TLS/IA
2011-09-25 Jouni MalinenGnuTLS: Fix build bit various GnuTLS versions
2011-09-21 Pavel RoskinFix typos found by codespell
2011-09-17 Jouni Malineneapol_test: Add option for writing server certificate...
2011-08-06 Jouni Malinenrandom: Check fwrite return value to avoid warnings
2011-07-15 Jouni MalinenCheck random_get_bytes() result before writing entropy...
2011-07-15 Jouni MalinenMD5: Fix clearing of temporary stack memory to use...
2011-07-05 Jouni MalinenTLS: Add support for tls_disable_time_checks=1 in clien...
2011-05-31 Jouni Malinenrandom: Add support for maintaining internal entropy...
next