]> granicus.if.org Git - apache/history - modules/ssl/ssl_engine_init.c
Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex,
[apache] / modules / ssl / ssl_engine_init.c
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...
2002-10-29 William A. Rowe Jr Fix memory leak in mod_ssl from internal SSL library...
2002-10-14 Ryan BloomThis stuff shouldn't have been committed. This is...
2002-10-11 Ryan BloomFix a compile of compiler warnings. I don't know how...
2002-07-08 William A. Rowe Jr Changes for deprecated apr_is_fnmatch
2002-06-07 Jeff Trawickmake some small steps towards getting the post config...
2002-06-04 William A. Rowe Jr The only remaining question ... are nested or strictl...
2002-05-17 Doug MacEachernprevent possible segv in ssl_init_CheckServers if s...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-05-16 Justin ErenkrantzRemove SSLLog and SSLLogLevel directives in favor of...
2002-05-16 Justin ErenkrantzChange mod_ssl from using ssl_log() to ap_log_error().
2002-05-15 Justin ErenkrantzStop using SSL_ADD_SSLERR option in ssl_log() and repla...
2002-04-02 Doug MacEacherncopy-n-pasto: need to use SSL_X509_INFO_load_*path...
2002-03-30 Doug MacEachernenable the verify callback for proxy
2002-03-30 Doug MacEachernimplement proxy client certificate callback
2002-03-30 Doug MacEachernload SSLProxyMachineCertificate{File,Path}
2002-03-29 Doug MacEachernadd SSLProxyEngine directive. this was not required...
2002-03-29 Doug MacEacherninit proxy context
2002-03-29 Doug MacEacherncleanup the proxy context
2002-03-29 Doug MacEachernchange existing ssl_init_ctx() to ssl_init_ctx_protocol()
2002-03-29 Doug MacEachernproxy will have a different verify callback
2002-03-29 Doug MacEachernproxy needs to use client ssl method
2002-03-29 Doug MacEachernsetup sc->proxy->sc
2002-03-28 Doug MacEachernswitch from SSLSrvConfigRec* to modssl_ctx_t* in the...
2002-03-28 Doug MacEachernbreakup SSLSrvConfigRec in preparation for proxy support:
2002-03-28 Doug MacEachernde-hungarian-ize server config member names which are...
2002-03-28 Doug MacEachernremove error msg hint that is no longer true
2002-03-28 Doug MacEachernfixup naming:
2002-03-28 Doug MacEachernmove context callback setting to ssl_init_ctx_callbacks...
2002-03-28 Doug MacEachernmove server cert/key initialization to ssl_init_server_...
2002-03-28 Doug MacEacherncopy DSA params to server server during key import
2002-03-28 Doug MacEachernfix logic from last commit, need to always try importin...
2002-03-28 Doug MacEachernfold some duplication into generic ssl_server_import_ke...
2002-03-28 Doug MacEachernfold some duplication into generic ssl_server_import_ce...
2002-03-28 Doug MacEachernmove server cert checking into generic ssl_check_public...
2002-03-28 Doug MacEachernmove server specific init config checks into ssl_init_c...
2002-03-28 Doug MacEachernbreak out certificate chain initialization into
2002-03-28 Doug MacEachernthere is a heaping pile of:
2002-03-27 Doug MacEachernbreak out certificate revocation list initialization...
2002-03-27 Doug MacEachernbreak out cipher suite initialization into ssl_init_cip...
next