P2P: Add P2P Cancel method over D-Bus interface
[mech_eap.git] / src / crypto /
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
2015-01-06 Jouni Malinencrypto: Clear temporary heap allocations before freeing
2015-01-05 Jouni MalinenDH: Clear memory explicitly on private key deinit
2015-01-05 Jouni Malinentests: Move SHA256 test cases into hwsim framework
2015-01-05 Jouni Malinentests: Move SHA1 test cases into hwsim framework
2015-01-05 Jouni MalinenOpenSSL: Fix pbkdf2_sha1() wrapper
2015-01-05 Jouni Malinentests: Move MD5 test cases into hwsim framework
2015-01-05 Jouni Malinentests: Move ms_funcs test cases into hwsim framework
2015-01-05 Jouni Malinentests: Add some of the AES ECB mode test cases from...
2015-01-05 Jouni Malinentests: Move AES key wrap/unwrap test cases into hwsim...
2015-01-05 Jouni Malinentests: Move AES-CBC test cases into hwsim framework
2015-01-05 Jouni Malinentests: Move AES-128 EAX mode test cases into hwsim...
2015-01-05 Jouni Malinentests: Additional OMAC1-AES module test coverage
2015-01-05 Jouni Malinentests: Move OMAC1-AES test cases into hwsim module...
2015-01-05 Jouni Malinentests: Add module tests for AES-SIV
2015-01-05 Jouni MalinenAES-SIV: Make aes_s2v() static
2014-12-29 David WoodhouseOpenSSL: Do not require a PIN for PKCS#11
2014-12-29 David WoodhouseOpenSSL: Automatically enable PKCS#11 engine where...
2014-12-29 David WoodhouseOpenSSL: Load dynamic ENGINE unconditionally
2014-12-29 David WoodhouseOpenSSL: Automatically handle PKCS#11 URIs in private_k...
2014-12-29 David WoodhouseOpenSSL: Do not require private key to come from PKCS#11
2014-12-29 David WoodhouseOpenSSL: Allow pkcs11_module_path to be NULL
2014-12-26 Jouni MalinenAvoid -Wshadow warnings from older gcc versions
2014-12-26 Jouni MalinenClean up debug prints to use wpa_printf()
2014-12-25 David WoodhouseSupport private_key_passwd for GnuTLS (3.1.11+)
2014-12-25 Jouni MalinenGnuTLS: Get rid of warnings about deprecated typedef...
2014-12-09 Jouni MalinenOpenSSL: Simplify EAP-FAST peer workaround
2014-12-09 Jouni MalinenOpenSSL: Fix EAP-FAST peer regression
2014-12-09 Jouni MalinenOpenSSL: Remove support for the old EAP-FAST interface
2014-12-08 Jouni MalinenCheck os_snprintf() result more consistently - automatic 1
2014-12-04 Jouni MalinenERP: Add HMAC-SHA256 KDF (RFC 5295)
2014-11-30 Jouni MalinenFix omac1_aes_128_vector() not to read beyond addr...
2014-11-15 Jouni MalinenOpenSSL: Allow TLS v1.1 and v1.2 to be negotiated by...
2014-10-19 Bob CopelandImplement RFC 5297 AES-SIV
2014-10-12 Jouni MalinenOpenSSL: Add a mechanism to configure cipher suites
2014-10-07 Jouni MalinenAES: Extend key wrap implementation to support longer...
2014-10-07 Jouni MalinenAES: Extend key wrap design to support longer AES keys
2014-10-07 Jouni MalinenOpenSSL: Clean up one part from the BoringSSL patch
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-07-02 Jouni MalinenMilenage: Use os_memcmp_const() for hash/password compa...
2014-07-02 Jouni MalinenAES-GCM: Use os_memcmp_const() for hash/password compar...
2014-07-02 Jouni MalinenAES-CCM: Use os_memcmp_const() for hash/password compar...
2014-05-29 Jouni MalinenOpenSSL: Fix OCSP certificate debug print to use wpa_printf
2014-05-19 Jouni MalinenAdd function for building RSA public key from n and...
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...
next