]> granicus.if.org Git - apache/history - modules/ssl/ssl_private.h
mod_cache: Don't add cached/revalidated entity headers to a 304 response.
[apache] / modules / ssl / ssl_private.h
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,
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-24 Jeff TrawickIntroduce a new set of APIs to allow MPMs to be proper...
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-12-09 Joe Orton* modules/ssl/ssl_private.h: Add a big fat warning...
2008-12-09 Joe OrtonImprove mod_ssl's environment variable extraction to...
2008-08-21 Sander TemmeMove struct definition out of the header file since...
2008-08-21 Sander TemmeImplement dynamic mutex callbacks for the benefit of...
2008-04-08 Joe OrtonSession cache interface redesign, Part 9:
2008-03-04 Joe OrtonSession cache interface redesign, Part 7:
2008-02-26 Joe OrtonSession cache interface redesign, Part 6:
2008-02-25 Joe OrtonSession cache interface redesign, Part 5:
2008-02-25 Joe OrtonSession cache interface redesign, Part 4:
2008-02-25 Joe Orton* modules/ssl/ssl_private.h: Specify extern storage for
2008-02-22 Joe OrtonSession cache interface redesign, Part 3:
2008-02-22 Joe OrtonMove SSL session data deserialization up out of the...
2008-02-22 Joe OrtonMove SSL session data serialization up out of the sessi...
2008-02-22 Joe OrtonRe-implement the SSL session cache abstraction using...
2008-01-11 Guenter KnaufRestructured server name indication support (PR 34607);
2007-12-29 Guenter Knauffixed code style, missing prototype warnings, disabled...
2007-12-03 Joe Orton* modules/ssl/ssl_engine_log.c (ssl_log_cxerror): Drop...
2007-11-29 Joe Orton* modules/ssl/ssl_engine_ocsp.c, modules/ssl/ssl_privat...
2007-11-29 Joe Ortonmod_ssl: Add support for OCSP validation of client...
2007-11-23 Joe Orton* modules/ssl/ssl_engine_log.c (ssl_log_cxerror): New...
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-06-08 Paul QuernaFor the DBM SSL Session Cache, propogate down pools...
2007-06-08 Paul QuernaPropogate the conn_rec::pool down to ssl_scache_retriev...
2007-06-08 Paul QuernaIncrement the enum correctly.
next