]> granicus.if.org Git - apache/history - modules/ssl/ssl_engine_init.c
Further clarify the naming of the entity that originates the request by
[apache] / modules / ssl / ssl_engine_init.c
2011-12-12 Kaspar Brandlogging adjustments:
2011-12-12 Kaspar BrandStreamline TLS session ticket key handling (added in...
2011-12-07 Stefan FritschVarious fixes for log message tags:
2011-12-04 Stefan FritschAdd some more log message tags
2011-12-04 Stefan FritschAdd some more log message tags
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-11-18 Kaspar Branddrop SSLv2 support (set SSL_OP_NO_SSLv2 for any new...
2011-11-09 Paul QuernaAdd support for RFC 5077 TLS Session tickets. This...
2011-11-08 Stefan FritschRemove some ap_add_version_component() calls that don...
2011-10-08 Stefan FritschFix a potential NULL pointer dereference found by clang.
2011-10-01 Stefan FritschIf MaxMemFree is set, set SSL_MODE_RELEASE_BUFFERS...
2011-09-28 Kaspar BrandIn ssl_check_public_cert(), also take dNSNames in the...
2011-09-26 Daniel RuggeriFinal update to SSLProxyMachineCertificateChainFile
2011-09-26 Kaspar Brandreplace another occurence of X509_NAME_oneline by SSL_X...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-09-19 Daniel RuggeriStyle cleanup
2011-09-17 Daniel RuggeriLog better information and prevent leak of an X509...
2011-09-14 Daniel RuggeriModify SSLProxyMachineCertificateChainFile to use X509...
2011-09-05 Ruediger Pluem* Silence compiler warning
2011-09-04 Kaspar BrandRevamp CRL checking for client and remote servers:
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 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...
2010-11-04 Rich BowenError messages like "theoretically shouldn't happen...
2010-10-25 Stefan Fritschhandle the ca_list == NULL case correctly (which can...
2010-10-24 Stefan FritschMake sure to always log an error if loading of CA certi...
2010-10-24 Stefan FritschConsistently use loglevel emerg before ssl_die()
2010-10-18 Stephen HensonMake sure OCSP Stapling Mutex is initiliased if we...
2010-10-17 Stephen HensonFix stupid typos.
2010-10-17 Stephen HensonAvoid use of deprecated RSA_generate_key() function.
2010-06-06 Stefan Fritsch- Be less verbose at levels INFO and DEBUG in mod_proxy...
2010-06-03 Stefan FritschIntroduce SSLLOG_MARK for use with ssl_log_ssl_error...
2010-03-23 Ruediger Pluem* sc->fips is only defined if we have HAVE_FIPS
2010-03-22 William A. Rowe JrFix BOOL fips handling for UNSET values, and hack a...
2010-03-22 William A. Rowe JrIntroduce SSLFIPS directive to support OpenSSL FIPS_mod...
2010-02-09 William A. Rowe Jrfix comment typo
2010-02-03 Joe OrtonNew releases of OpenSSL will only allow secure renegoti...
2009-11-11 Ruediger Pluem* Use correct #ifndef's to compile again on openssl...
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-25 Joe OrtonAdd support for OCSP "stapling":
2009-07-29 Guenter Knaufremoved another obsolete cast. Mentioned by Peter Sylve...
2009-07-27 Guenter Knaufremoved obsolete cast. Mentioned by Peter Sylvester.
2009-03-02 Sander TemmeClean up more compiler emits. Add CHANGES entry, credi...
2009-02-27 Sander TemmeThe development trunk of OpenSSL has tightened up the...
2008-08-21 Sander TemmeImplement dynamic mutex callbacks for the benefit of...
2008-02-25 Joe OrtonSession cache interface redesign, Part 5:
2008-02-25 Joe Orton* modules/ssl/ssl_engine_init.c (ssl_init_FindCAList...
2008-02-22 Joe OrtonRe-implement the SSL session cache abstraction using...
2008-02-11 Dirk-Willem van... Reduce the WARNING to a DEBUG when SNI support is enabled.
2008-01-11 Guenter KnaufRestructured server name indication support (PR 34607);
2007-12-29 Guenter Knaufadded empty line after var declaration.
2007-12-29 Guenter Knauffixed code style, missing prototype warnings, disabled...
2007-12-21 Guenter KnaufAdded server name indication (RFC 4366) support (PR...
2007-11-25 Guenter Knaufenable to build with OpenSSL 0.9.9
2007-04-05 Sander TemmeMove the thread locking upcall initialization before...
2007-03-21 William A. Rowe Jr*) adds compile-time/run time SSL-C version support
2006-07-23 Ruediger Pluem* Style police / style nitpicking. No functional changes.
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-29 Joe Orton* modules/ssl/ssl_engine_init.c (ssl_init_ctx_cleanup_p...
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-02-17 Joe Orton* modules/ssl/ssl_engine_init.c (ssl_check_public_cert...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-10-13 Joe Orton* modules/ssl/ssl_engine_init.c (ssl_init_CheckServers...
2005-08-29 William A. Rowe Jr Noticed in the development of fips-enabled mod_ssl...
2005-07-08 Jim JagielskiFix case where buggy OpenSSL internal cache continually...
2005-07-08 William A. Rowe Jr Joe strongly objected to this outgoing style; use...
2005-07-07 William A. Rowe Jr The macro is simply not worth it; each of these vario...
2005-06-24 Paul Querna- If the Protocol has not been set, do not crash. ...
2005-06-14 Paul QuernaMerge the listen-protocol sandbox branch to trunk.
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
2004-10-08 Joe OrtonFix CAN-2004-0885:
2004-06-03 Joe OrtonAdd "SSLHonorCipherOrder" directive to enable the OpenS...
2004-03-26 Madhusudan MathihalliIn the newer versions of OpenSSL, the flag SSL_SESS_CAC...
2004-03-05 Bradley NicholesAllow the enabled flag to be set to more than just...
2004-03-04 Joe Orton* modules/ssl/ssl_engine_init.c (ssl_init_Engine):...
2004-02-28 Joe OrtonMove mod_ssl-internal interfaces into ssl_private.h...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-11-25 Joe Orton* modules/ssl/ssl_engine_init.c (ssl_init_proxy_certs...
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-08-05 William A. Rowe Jr Although we initialize mc->pid in the child init...
2003-06-17 William A. Rowe Jr Reaction to Jeff Trawick's observations that we are...
2003-05-30 William A. Rowe Jr Solve a pretty horrific bug in SSLCryptoDevice and...
2003-05-30 William A. Rowe Jr Based on list discussion between myself and Geoff...
2003-05-19 William A. Rowe Jr Roll away the SSL_EXPERIMENTAL_ENGINE test in favor...
2003-04-03 William A. Rowe Jr Introduce a number of SSLC hints to mod_ssl, includin...
2003-03-06 William A. Rowe Jr DougM confirms Madhu's suspicions, this change was...
2003-02-03 André Malofinished that boring job:
2003-01-13 William A. Rowe Jr After introducing tests in the cmds, we lose the...
2002-12-23 William A. Rowe Jr All we care about is the type and name, just ask...
2002-12-14 William A. Rowe Jr After some productive feedback and no negative feedba...
2002-11-11 Jeff TrawickRearrange OpenSSL engine initialization to support...
next