]> granicus.if.org Git - apache/history - modules/ssl/mod_ssl.c
mod_proxy, mod_ssl: Handle SSLProxy* directives in <Proxy> sections,
[apache] / modules / ssl / mod_ssl.c
2016-04-26 Yann Ylavicmod_proxy, mod_ssl: Handle SSLProxy* directives in...
2016-03-20 Rainer JungSupport for OpenSSL 1.1.0:
2016-03-11 Yann Ylavicmod_ssl: Add no_crl_for_cert_ok flag to SSLCARevocation...
2016-03-07 Graham Leggettmod_ssl: Don't lose track of the SSL context if the...
2016-02-07 Rainer JungSupport for OpenSSL 1.1.0:
2016-01-26 Ruediger Pluem* Introduce SSLOCSPProxyURL in order to do OCSP request...
2015-12-03 William A. Rowe JrBetter illustrate the ordering of hook processing
2015-10-22 Stefan Eissingmod_ssl: check request-server for TLS settings compatib...
2015-10-20 Stefan Eissingmoved ssl handshake trigger from mod_http2 to new proce...
2015-09-19 Kaspar BrandSupport compilation against libssl built with OPENSSL_N...
2015-08-02 Kaspar BrandAdd support for extracting the msUPN and dnsSRV forms
2015-07-24 Stefan Eissingnew Protocols directive and core API changes to enable...
2015-05-12 Jeff Trawickmod_ssl OCSP Stapling: Don't block initial handshakes...
2015-05-01 Stefan Sperlingmod_ssl namespacing: Rename SSL_init_app_data2_idx...
2015-04-29 Kaspar BrandFormatting and wording improvements for ALPN (no code...
2015-04-25 Kaspar BrandRemove NPN support and focus on ALPN (RFC 7301)
2015-03-31 Jim JagielskiMore ALPN goodness
2015-03-31 Jim JagielskiALPN support, based on mod_spdy/mod_h2 patch set
2015-02-22 Jeff TrawickProvide separate SSL_CT_*_STATUS variables for client...
2015-01-08 Rainer JungAdd SSLSessionTickets (on|off).
2014-11-12 Jan Kaluža* mod_ssl: call ERR_free_strings() with OpenSSL >=...
2014-04-15 Jeff Trawickmod_ssl: Add hooks to allow other modules to perform...
2014-03-30 Yann Ylavicmod_ssl: send OCSP request's nonce according to SSLOCSP...
2013-11-23 Kaspar BrandRemove SSLPKCS7CertificateFile support:
2013-09-29 Kaspar BrandIncrease minimum required OpenSSL version to 0.9.8a...
2013-09-25 Kaspar BrandStreamline ephemeral key handling:
2013-08-03 Jeff TrawickSSLCompression help text:
2013-05-30 Joe OrtonRemove unnecessary global declarations of optional...
2013-05-30 Joe Ortonmod_ssl: Redesign NPN (Next Protocol Negotiation) API...
2013-04-15 Kaspar Brandrevert r1352596, for the reasons explained in
2013-02-28 Guenter KnaufRemoved tabs.
2013-02-04 Stefan FritschAvoid valgrind warnings in mod_ssl random number generator
2012-12-26 Kaspar Brandmod_ssl: add support for subjectAltName-based host...
2012-12-13 Stephen HensonAdd support for OpenSSL configuration commands.
2012-12-13 Stephen HensonAvoid use of deprecated functions for OpenSSL version...
2012-08-20 Guenter KnaufRemoved trailing semicolons.
2012-06-21 Ben LaurieRFC 5878 support.
2012-06-08 Stefan FritschAdd support for TLS-SRP (Secure Remote Password key...
2012-06-01 Stefan FritschAdd new directive SSLCompression to disable SSL-level...
2012-05-01 Joe OrtonAdd support for TLS Next Protocol Negotiation:
2011-12-30 Kaspar BrandFix another case of #ifdef-within-a-macro (which was...
2011-12-24 Kaspar BrandSSLProtocol: allow explicit control of TLSv1.1 and...
2011-12-12 Kaspar BrandStreamline TLS session ticket key handling (added in...
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-11-09 Paul QuernaAdd support for RFC 5077 TLS Session tickets. This...
2011-09-23 Stefan FritschMore cleanup: Expand tabs and some more indentation...
2011-09-04 Kaspar BrandRevamp CRL checking for client and remote servers:
2011-08-23 Daniel RuggeriAdd SSLProxyMachineCertificateChainFile directive and...
2011-08-07 Kaspar BrandEnforce OpenSSL 0.9.7 as a minimum requirement in confi...
2011-08-07 Kaspar BrandDrop support for the RSA BSAFE SSL-C toolkit from confi...
2011-06-19 Stefan FritschAvoid unnecessary renegotiations with SSLVerifyDepth 0.
2011-01-17 Joe Orton* modules/ssl/ssl_engine_config.c, modules/ssl/ssl_priv...
2010-11-06 Stefan FritschReplace ap_expr with a parser derived from mod_ssl...
2010-09-29 Stefan FritschAdd authz providers for use with mod_authz_core and...
2010-06-06 Stefan FritschReplace LogLevelDebugDump with TRACE log levels
2010-06-03 Stefan FritschIntroduce SSLLOG_MARK for use with ssl_log_ssl_error...
2010-03-22 William A. Rowe JrIntroduce SSLFIPS directive to support OpenSSL FIPS_mod...
2010-02-07 William A. Rowe JrStyle guides at httpd are pretty clear, macro values...
2010-02-03 Joe OrtonNew releases of OpenSSL will only allow secure renegoti...
2009-11-23 Jeff TrawickReplace AcceptMutex, LockFile, RewriteLock, SSLMutex...
2009-11-10 Sander Temmeenable support for ECC keys and ECDH ciphers. Tested...
2009-10-25 Joe OrtonAdd support for OCSP "stapling":
2009-10-04 Guenter Knaufreplaced all backticks with single quotes in output...
2009-05-02 Ruediger Pluem* As proposed by wrowe on list always define SSLStrictS...
2009-04-25 Ruediger Pluem* Add SSLStrictSNIVHostCheck to allow / disallow non...
2009-04-01 Ruediger Pluem* Add SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN...
2009-03-23 Ruediger Pluem* Store the correct server_rec in the connection record...
2008-12-12 Joe Ortonmod_ssl: Make the size of the per-dir-reneg request...
2008-05-07 Joe Orton* modules/ssl/mod_ssl.c (ssl_cleanup_pre_config): Remov...
2008-04-08 Joe OrtonSession cache interface redesign, Part 9:
2008-04-03 Chris DarrochAvoid calling access control hooks for internal request...
2008-02-25 Joe OrtonSession cache interface redesign, Part 5:
2007-11-29 Joe Ortonmod_ssl: Add support for OCSP validation of client...
2007-11-06 Joe Ortonmod_ssl: Fix forever-broken TLS upgrade support; perfor...
2007-11-02 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_register)...
2007-08-23 William A. Rowe Jrap_available_mutexes_string and ap_add_available_mutexe...
2006-10-24 Jim JagielskiOnce SSLMutex allowed for the setting of both the
2006-07-24 Ruediger Pluem* Fixed typo. No functional change.
2006-07-23 Ben LaurieLayout and compiler warning.
2006-07-23 Ben LaurieAdd PKCS#7 support.
2006-07-11 Roy T. Fieldingupdate license header text
2006-06-22 William A. Rowe Jr New SSLLogLevelDebugDump [ None (default) | IO (not...
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-09-16 David Reid- remove ssl_ext_lookup and replace it with ssl_ext_list
2005-08-01 Joe Orton* modules/ssl/mod_ssl.c (ssl_hook_pre_config): Initiali...
2005-07-22 Martin KraemerAllow extraction of the values of SSL certificate exten...
2005-07-08 Jim JagielskiGood suggestion from a private Email. name changes.
2005-07-08 Jim JagielskiFix case where buggy OpenSSL internal cache continually...
2005-04-19 Joe OrtonFix issue where mod_ssl does not pick up the ssl-unclea...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2005-01-14 Joe Orton* modules/ssl/mod_ssl.c: Declare new config directives
2005-01-02 William A. Rowe Jr FINALLY Correct ap_http_method()! It is NOT a method...
2004-11-10 Joe OrtonAdd -t -DDUMP_CERTS option to mod_ssl which dumps the...
2004-11-10 Joe Orton* modules/ssl/ssl_engine_io.c, modules/ssl/ssl_engine_k...
2004-10-13 Bradley NicholesAdd a check for SSL_ENABLED_OPTIONAL to the http_method...
2004-06-03 Joe OrtonAdd "SSLUserName" directive to set r->user based on...
2004-06-03 Joe OrtonAdd "SSLHonorCipherOrder" directive to enable the OpenS...
2004-03-05 Bradley NicholesAllow the enabled flag to be set to more that just...
next