]> granicus.if.org Git - apache/history - modules/ssl/ssl_engine_kernel.c
Make the ssl expression parser thread-safe. It now requires bison instead of
[apache] / modules / ssl / ssl_engine_kernel.c
2010-09-29 Stefan FritschMake the ssl expression parser thread-safe. It now...
2010-06-14 Stefan Fritsch- Introduce ap_log_cserror to allow mod_ssl to associat...
2010-06-06 Stefan Fritsch- Be less verbose at levels INFO and DEBUG in mod_proxy...
2010-06-06 Stefan FritschUse new loglevel accessor macros to simplify code
2010-06-03 Stefan FritschIntroduce SSLLOG_MARK for use with ssl_log_ssl_error...
2010-02-26 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access...
2010-02-09 William A. Rowe JrCatch up ssl to socache store expiry change, and clarif...
2010-02-04 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_hook_Fixup)...
2010-02-04 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_hook_Fixup)...
2010-02-03 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl...
2010-02-03 Joe OrtonNew releases of OpenSSL will only allow secure renegoti...
2010-01-16 Stefan FritschTurn static function get_server_name_for_url() into...
2009-12-16 Joe OrtonFurther mitigation for the TLS renegotation attack...
2009-11-17 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_callback_Info...
2009-11-10 Sander Temmeenable support for ECC keys and ECDH ciphers. Tested...
2009-11-06 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_callback_Info...
2009-11-06 Joe OrtonSECURITY: Partial fix for CVE-2009-3555:
2009-09-30 Ruediger Pluem* Fix a regression from r724717 by reintroducing SSL_CL...
2009-05-27 Sander TemmeExpose whether a request was served over an Initial...
2009-04-25 Ruediger Pluem* Add SSLStrictSNIVHostCheck to allow / disallow non...
2009-04-25 Ruediger Pluem* r->connection->aborted signals that the client aborte...
2009-04-25 Ruediger Pluem* Add partial support for name based virtual hosting...
2009-04-02 Ruediger Pluem* Fix comment and optimize retrieval of loglevel.
2009-03-24 Ruediger Pluem* Do not allow name based virtual hosts in the case...
2009-03-23 Ruediger Pluem* Store the correct server_rec in the connection record...
2009-03-23 Joe OrtonRemove code to support per-dir-CA configuration which...
2009-03-23 Ruediger Pluem* If the SNI extension supplied a hostname. So don...
2009-02-27 Sander TemmeThe development trunk of OpenSSL has tightened up the...
2009-01-11 Ruediger Pluem* Correctly merge SSLRenegBufferSize directive.
2008-12-12 Joe Ortonmod_ssl: Make the size of the per-dir-reneg request...
2008-12-09 Joe OrtonImprove mod_ssl's environment variable extraction to...
2008-06-03 Guenter KnaufFix client verification problem with SNI and multicerts.
2008-02-23 Guenter Knaufchanged comments; no functional change.
2008-02-14 Dirk-Willem van... Kasper Brand came across a flaw in the current implemen...
2008-01-11 Guenter KnaufRestructured server name indication support (PR 34607);
2007-12-29 Guenter Knauffixed code style, missing prototype warnings, disabled...
2007-12-21 Guenter KnaufAdded server name indication (RFC 4366) support (PR...
2007-12-04 Joe Orton* modules/ssl/ssl_engine_kernel.c (upgrade_connection...
2007-12-03 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_hook_ReadReq...
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 Orton* modules/ssl/ssl_engine_kernel.c (ssl_hook_Fixup)...
2007-11-06 Joe Ortonmod_ssl: Fix forever-broken TLS upgrade support; perfor...
2007-11-05 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access...
2007-11-05 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access...
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...
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-12-06 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-09-22 Joe OrtonImplement a (bounded) buffer of request body data to...
2005-09-09 David ReidRecord the fact that we failed to set the username...
2005-08-30 Joe OrtonFix CVE CAN-2005-2700:
2005-07-06 William A. Rowe Jr Add SSL_COMPRESS_METHOD variable (included in +StdEnv...
2005-06-03 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVeri...
2005-04-19 Joe OrtonFix issue where mod_ssl does not pick up the ssl-unclea...
2005-02-10 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access...
2005-02-09 Jeff TrawickRemove formatting characters from ap_log_error() calls...
2005-02-05 David ReidChange where we set r->user if we're setting it from a
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-12-08 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVeri...
2004-11-10 Joe Orton* modules/ssl/ssl_engine_io.c, modules/ssl/ssl_engine_k...
2004-11-01 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_hook_UserCheck...
2004-10-08 Joe OrtonFix CAN-2004-0885:
2004-08-18 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cer...
2004-08-11 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVeri...
2004-07-13 Bradley NicholesTokenize the header while parsing it for the upgrade...
2004-06-03 Joe OrtonAdd "SSLUserName" directive to set r->user based on...
2004-05-25 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_hook_UserCheck...
2004-03-05 Bradley NicholesAllow the enabled flag to be set to more than just...
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-08-08 Sander StrikerTrivial change to reporting an error when an identity...
2003-08-07 Sander StrikerAdd an error msg when encountering a spoofed identity...
2003-08-07 Sander StrikerFix FakeBasicAuth for subrequests. This was reported...
2003-07-21 Joe OrtonPrevent segfaults after SSL renegotiation failures.
2003-07-09 Sander StrikerForward port patch for CAN-2003-0192 from 2.0.
2003-05-22 William A. Rowe Jr The patch below reverts the prior commit to eliminate...
2003-05-19 William A. Rowe Jr Drop SSL_set_state() in favor of a proper SSL_renegot...
2003-04-05 William A. Rowe Jr Solve SSL-C breakage introduced in mod_ssl.h rev...
2003-04-05 William A. Rowe Jr Reapply the fix *intended* by rev 1.79 in a safer...
2003-04-05 William A. Rowe Jr EVP_PKEY_free() is refcounted on OpenSSL, but NOT...
2003-04-05 William A. Rowe Jr A cosmetic change to 1.79 - a real X509 *cert is...
2003-04-04 Jeff TrawickFix a compile failure with recent OpenSSL and picky...
2003-04-03 William A. Rowe Jr Introduce a number of SSLC hints to mod_ssl, includin...
2003-02-03 André Malofinished that boring job:
2003-01-21 William A. Rowe Jr*** empty log message ***
2002-12-14 William A. Rowe Jr After some productive feedback and no negative feedba...
2002-11-05 William A. Rowe Jr Merge the last of the 'filtering' functions into...
2002-10-29 William A. Rowe Jr Close several small leaks in SSL.
2002-10-27 William A. Rowe Jr Outch. No freeing consts. Fortunately, the fn's...
2002-10-25 Jeff Trawickmod_ssl uses free() inappropriately in several places...
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-06-11 Cliff Woolleyfix the infinite recursion problem with HTTP-on-the...
2002-06-11 Doug MacEachernin case there is actually a cert chain in the cache...
next