]> git.ipfire.org Git - thirdparty/hostap.git/history - src/crypto/tls_openssl.c
OpenSSL: Do not require private key to come from PKCS#11
[thirdparty/hostap.git] / src / crypto / tls_openssl.c
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
2010-02-13  Jouni MalinenAdd TLS client events, server probing, and srv cert...
2010-02-12  Jouni MalinenOpenSSL: Fix tls_init(NULL) with FIPS-enabled build
2010-01-08  Jouni MalinenFix PKCS#12 use with OpenSSL 1.0.0
2009-12-20  Jouni MalinenUse wpabuf with tls_connection_ia_send_phase_finished()
2009-12-20  Jouni MalinenOpenSSL: Fix memleak in previous wpabuf changes on...
2009-12-20  Jouni MalinenConvert TLS wrapper to use struct wpabuf
2009-12-14  Jouni MalinenOpenSSL: Silence "Failed to read possible Application...
2009-11-21  Jouni MalinenOpenSSL: Remove unneeded MinGW CryptoAPI compat code
2009-08-16  Jouni MalinenPreliminary support for FIPS mode operation with OpenSSL
2009-08-16  Jouni MalinenEnable SHA256 digest support in OpenSSL
2009-03-25  Jouni MalinenRename EAP server defines from EAP_* to EAP_SERVER_*
2008-12-10  Jouni MalinenComment out dynamic CertEnumCertificatesInStore loading...
2008-11-23  Jouni MalinenUse SSL_F_SSL_SET_SESSION_TICKET_EXT instead of OPENSSL...
2008-11-16  Jouni MalinenOpenSSL 0.9.9 API change for EAP-FAST session ticket...
2008-05-29  Jouni MalinenChanged TLS server to use OpenSSL SSL_accept() instead...
2008-05-26  Jouni MalinenDo not define tls_engine_get_cert() if OpenSSL engine...
2008-05-23  David SmithAdd support to crypto/tls for client cert and CA cert...
2008-05-21  Jouni MalinenOnly use SSL_OP_NO_COMPRESSION if it is defined
2008-05-15  Jouni MalinenDisable TLS compression since the EAP-TTLS/PEAP/FAST...
2008-02-28  Jouni MalinenRe-initialize hostapd/wpa_supplicant git repository...