Change version information for the 2.5 release
[mech_eap.git] / src / crypto / tls_openssl.c
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 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-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-10 Jouni MalinenOpenSSL: Use connection certificate chain with PKCS...
2015-08-10 Jouni MalinenOpenSSL: Fix PKCS#12 extra certificate handling
2015-08-02 Jouni MalinenOpenSSL: Fix FIPS mode enabling in dynamic interface...
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 MalinenOpenSSL: Comment out openssl_get_keyblock_size() if...
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-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 Mike GerowOpenSSL: Try to ensure we don't throw away the PIN...
2015-04-22 Jouni MalinenOpenSSL: Clean up TLS PRF implementation
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-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: Remove support for versions older than 0.9.8
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 MalinenAdd "GET tls_library" to provide information on TLS...
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-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-11-15 Jouni MalinenOpenSSL: Allow TLS v1.1 and v1.2 to be negotiated by...
2014-10-12 Jouni MalinenOpenSSL: Add a mechanism to configure cipher suites
2014-10-07 Jouni MalinenOpenSSL: Clean up one part from the BoringSSL patch
2014-10-06 Adam LangleySupport building with BoringSSL
2014-05-29 Jouni MalinenOpenSSL: Fix OCSP certificate debug print to use wpa_printf
2014-04-09 Jouni MalinenOpenSSL: Detect and prevent TLS heartbeat attack
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-13 Eytan Lifshitzwpa_supplicant: Fix NULL dereference in tls_verify_cb()
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-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 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
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 MalinenDo not export TLS keys in FIPS mode
2012-08-16 Jouni MalinenOpenSSL: Use internal keying material exporter when...
2012-08-16 Jouni MalinenOpenSSL: Fix memory leak on FIPS error paths
2012-08-04 Jouni MalinenOpenSSL: Remove trailing whitespace from lines
2012-08-04 Christopher WileyOpenSSL: Fix ca_cert_verify for TPM
2012-06-04 Paul Stewartwpa_supplicant: Report EAP connection progress to DBus
2012-02-11 Jouni MalinenRemove the GPL notification from files contributed...
2011-11-19 Maciej SzmigieroOpenSSL: Read certificate chain from server_cert file
2011-09-25 Jouni MalinenRemove EAP-TTLSv1 and TLS/IA
2011-09-17 Jouni Malineneapol_test: Add option for writing server certificate...
2011-07-05 Jouni MalinenTLS: Add support for tls_disable_time_checks=1 in clien...
2011-04-13 Jouni MalinenOpenSSL: Use consistent SSL_get_app_data validation...
2011-04-11 Adam KentFix #ifdef check for older openssl versions
2011-02-26 Dmitry ShmidtOpenSSL: Add access to Android certificates
2011-02-22 Jouni MalinenRemove unneeded OpenSSL error messages from key/cert...
2010-04-11 Jouni MalinenUse unsigned bitfield for 1-bit values
next