]> granicus.if.org Git - apache/history - modules/ssl/ssl_private.h
mod_ssl: follow up to r1734561.
[apache] / modules / ssl / ssl_private.h
2016-03-16 Yann Ylavicmod_ssl: follow up to r1734561.
2016-03-11 Yann Ylavicmod_ssl: Add no_crl_for_cert_ok flag to SSLCARevocation...
2016-02-14 Rainer JungSupport OpenSSL 1.1.0.
2016-02-14 Rainer JungSupport for OpenSSL 1.1.0:
2016-02-12 Rainer JungSupport for OpenSSL 1.1.0:
2016-02-12 Rainer JungSupport for OpenSSL 1.1.0:
2016-02-09 Rainer JungFix compiler warning when using OpenSSL 1.1.0.
2016-01-26 Ruediger Pluem* Introduce SSLOCSPProxyURL in order to do OCSP request...
2015-12-08 Christophe JailletConstify + save a few bytes in conf pool when parsing...
2015-11-18 Yann Ylavicmod_ssl: follow up to r1709602.
2015-10-22 Stefan Eissingmod_ssl: check request-server for TLS settings compatib...
2015-10-03 Jeff TrawickFollow-up to r1702948:
2015-09-19 Kaspar BrandSupport compilation against libssl built with OPENSSL_N...
2015-08-28 Stefan Eissingfirst stab at a better SNI vs. request name matching...
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-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-04-23 Rainer JungSimplify. Checking for OPENSSL_NO_TLSEXT already
2015-04-22 Rainer JungHAVE_TLS_NPN was defined twice in this file.
2015-03-31 Jim JagielskiMore ALPN goodness
2015-03-31 Jim JagielskiALPN support, based on mod_spdy/mod_h2 patch set
2015-01-22 Yann Ylavicmod_ssl: Fix merge problem with SSLProtocol that made...
2015-01-22 Yann Ylavicmod_ssl: revert r1653906, will commit an alternative...
2015-01-22 Eric CovenerFix merge problem with SSLProtocol that made SSLProtoco...
2015-01-08 Rainer JungAdd SSLSessionTickets (on|off).
2015-01-07 Kaspar BrandAdd support for extracting subjectAltName entries of...
2014-10-05 Yann YlavicFollow up to r1629372 and r1629485: ensure compatibily...
2014-10-04 Kaspar BrandMove OCSP stapling information from a per-certificate...
2014-05-28 Joe OrtonCreate DH parameters from OpenSSL at module init, avoid...
2014-04-30 Yann Ylavicmod_ssl: follow up to r1583191.
2014-04-02 Yann Ylavicmod_ssl: follow up to r1583191.
2014-03-30 Yann Ylavicmod_ssl: send OCSP request's nonce according to SSLOCSP...
2014-02-03 Jeff Trawickfix a few spelling errors
2014-02-01 Kaspar BrandFollowup fix for r1553824:
2014-01-05 Kaspar BrandMore finishing touches for SSLOpenSSLConfCmd:
2013-12-28 Kaspar BrandRemove the hardcoded algorithm-type dependency for...
2013-12-01 Kaspar BrandThrow away the myCtxVar{Set,Get} abomination and introduce
2013-11-23 Kaspar BrandRemove SSLPKCS7CertificateFile support:
2013-11-23 Kaspar BrandAddress a todo listed in
2013-10-22 Stephen HensonSSL_CONF support for files and directories.
2013-09-29 Kaspar BrandImprove ephemeral key handling (companion to r1526168):
2013-09-29 Kaspar BrandIncrease minimum required OpenSSL version to 0.9.8a...
2013-09-29 Kaspar BrandFollow-up fixes for r1526168:
2013-09-25 Kaspar BrandStreamline ephemeral key handling:
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-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-06-21 Ben LaurieRFC 5878 support.
2012-06-10 Stefan FritschPass the server_rec to ssl_die() and use it to log...
2012-06-10 Stefan FritschIf OPENSSL_NO_COMP is defined, omit merging the compres...
2012-06-10 Stefan FritschAdd some improvements as suggested by Kaspar
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:
2012-04-20 Stefan FritschWhen receiving http on https, send the error response...
2012-02-27 Stefan FritschInitialize EC temporary key on server startup, as for...
2011-12-24 Kaspar BrandSSLProtocol: allow explicit control of TLSv1.1 and...
2011-12-24 Kaspar BrandSet OPENSSL_NO_SSL_INTERN when compiling against OpenSS...
2011-12-12 Kaspar BrandStreamline TLS session ticket key handling (added in...
2011-11-18 Kaspar Branddrop SSLv2 support (set SSL_OP_NO_SSLv2 for any new...
2011-11-10 Joe Orton* modules/ssl/ssl_private.h, modules/ssl/ssl_engine_ker...
2011-11-09 Paul QuernaWhitespace fixes for r1200040
2011-11-09 Paul QuernaAdd support for RFC 5077 TLS Session tickets. This...
2011-09-26 Daniel RuggeriFinal update to SSLProxyMachineCertificateChainFile
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-09-19 Kaspar BrandAdd ssl_log_xerror() and ssl_log_rxerror(), modeled...
2011-09-14 Daniel RuggeriModify SSLProxyMachineCertificateChainFile to use X509...
2011-09-04 Kaspar BrandRevamp CRL checking for client and remote servers:
2011-08-24 Ruediger Pluem* Add missing prototype
2011-08-23 Daniel RuggeriAdd SSLProxyMachineCertificateChainFile directive and...
2011-08-14 Kaspar BrandEnforce OpenSSL 0.9.7 or later at compile time (#error...
2011-08-07 Kaspar BrandEnforce OpenSSL 0.9.7 as a minimum requirement in confi...
2011-08-07 Kaspar BrandRemove the ssl_toolkit_compat layer, which is no longer...
2011-08-07 Kaspar BrandDrop support for the RSA BSAFE SSL-C toolkit from confi...
2011-04-08 Stefan Fritschmod_ssl, ab: Support OpenSSL compiled without SSLv2...
2011-03-16 Joe Orton* modules/ssl/ssl_private.h: Drop some redundant/unused...
2011-02-11 Joe Orton* modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle...
2011-02-11 Joe Orton* modules/ssl/ssl_private.h: Clarify comment on modssl_...
2011-01-17 Joe Orton* modules/ssl/ssl_engine_config.c, modules/ssl/ssl_priv...
2011-01-01 Stefan FritschChange the format of the SSL_{CLIENT,SERVER}_{I,S}_DN...
2010-11-06 Stefan FritschReplace ap_expr with a parser derived from mod_ssl...
2010-10-18 Stephen HensonMake sure OCSP Stapling Mutex is initiliased if we...
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-06 Stefan FritschFix some modules to make them compile with per-module...
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-09 William A. Rowe JrCatch up ssl to socache store expiry change, and clarif...
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-11-06 Joe OrtonSECURITY: Partial fix for CVE-2009-3555:
2009-10-28 Daniel Earl PoirierFix a lot of doxygen warnings. Thanks to Brad Hards...
2009-10-25 Joe OrtonAdd support for OCSP "stapling":
2009-09-16 Joe Orton* modules/ssl/ssl_util_ocsp.c (send_request,
next