]> granicus.if.org Git - apache/history - modules/ssl/mod_ssl.c
Update the copyright year in all .c, .h and .xml files
[apache] / modules / ssl / mod_ssl.c
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-09-16 David Reid- remove ssl_ext_lookup and replace it with ssl_ext_list
2005-08-01 Joe Orton* modules/ssl/mod_ssl.c (ssl_hook_pre_config): Initiali...
2005-07-22 Martin KraemerAllow extraction of the values of SSL certificate exten...
2005-07-08 Jim JagielskiGood suggestion from a private Email. name changes.
2005-07-08 Jim JagielskiFix case where buggy OpenSSL internal cache continually...
2005-04-19 Joe OrtonFix issue where mod_ssl does not pick up the ssl-unclea...
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
2005-01-02 William A. Rowe Jr FINALLY Correct ap_http_method()! It is NOT a method...
2004-11-10 Joe OrtonAdd -t -DDUMP_CERTS option to mod_ssl which dumps the...
2004-11-10 Joe Orton* modules/ssl/ssl_engine_io.c, modules/ssl/ssl_engine_k...
2004-10-13 Bradley NicholesAdd a check for SSL_ENABLED_OPTIONAL to the http_method...
2004-06-03 Joe OrtonAdd "SSLUserName" directive to set r->user based on...
2004-06-03 Joe OrtonAdd "SSLHonorCipherOrder" directive to enable the OpenS...
2004-03-05 Bradley NicholesAllow the enabled flag to be set to more that 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-12-15 Martin KraemerWe need the error strings loaded as early as possible
2003-11-25 Joe OrtonExtend mod_status output to include SSL session cache...
2003-11-16 Justin ErenkrantzSync with APR-util deprecated functions.
2003-10-30 Joe OrtonFix missing human-readable error information in SSL...
2003-08-12 Cliff WoolleyMake mod_ssl consistent with itself when you have a...
2003-06-24 William A. Rowe Jr Narrow the scope of several OPENSSL-specific setup...
2003-06-17 William A. Rowe Jr Reaction to Jeff Trawick's observations that we are...
2003-06-11 William A. Rowe Jr OPENSSL_load_builtin_modules -appears- to have been...
2003-06-02 William A. Rowe Jr The right patch (thanks to Eric for identifying the...
2003-05-31 Justin ErenkrantzRevert revision 1.81 which called non-existent SSL_load...
2003-05-30 William A. Rowe Jr OpenSSL_add_all_algorithms is simply an alias for...
2003-05-30 William A. Rowe Jr Solve a pretty horrific bug in SSLCryptoDevice and...
2003-05-19 William A. Rowe Jr Roll away the SSL_EXPERIMENTAL_ENGINE test in favor...
2003-02-23 Jim JagielskiRight now SSLMutex is bogus. It just uses APR_LOCK_DEFA...
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-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-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-09-15 Justin ErenkrantzRemove warnings seen with Sun's Forte compiler.
2002-06-04 Ryan BloomRemove all special mod_ssl URIs. This also fixes the...
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-30 Cliff WoolleyRevert optimization from circa 2.0.34 that caused very...
2002-04-07 Doug MacEachernfix ProxyPass when frontend is https and backend is...
2002-04-02 Doug MacEachernPR:
2002-03-30 Doug MacEachernadd SSLProxyCARevocation{File,Path} directives to suppo...
2002-03-29 Doug MacEachernadd SSLProxyEngine directive. this was not required...
2002-03-29 Doug MacEachernremoving old proxy extension code
2002-03-29 Doug MacEachernin proxy mode we need to SSL_connect rather than SSL_ac...
2002-03-29 Doug MacEachernadd optional function (ssl_proxy_enable) to turn on...
2002-03-29 Doug MacEachernuse ssl_cmd_verify_parse for SSLProxyVerify directive...
2002-03-29 Doug MacEachernenable proxy directives
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-26 Doug MacEachernper-dir SSLCACertificate{File,Path} cannot use SSL_CTX_...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-12 Doug MacEachernminor performance enhancement: no need to use md5 of...
2002-03-12 Doug MacEacherndropping hungarian notation
2002-03-12 Doug MacEachernminor style changes
2002-03-10 Doug MacEachernno need to call SSL_clear() after SSL_new()
2002-03-10 Doug MacEacherndon't allocate SSLConnRec unless ssl is enabled on...
2002-02-27 William A. Rowe Jr Introduce the PassPhraseDialog 'pipe' mechanism.
2002-02-05 Ryan BloomRemove the install_transport_filters hook. The same...
2002-01-28 Aaron BannertThe pre_config hook now takes a return value. This...
2001-11-29 Doug MacEachernthe client cert X509_NAME_oneline() is only used if...
2001-11-28 Doug MacEacherncalculate VHostID length at startup rather than request...
2001-11-28 Doug MacEachernavoid calling ssl_util_vhostid() (and apr_sprintf under...
2001-11-28 Doug MacEachernreplace strlen(cpVHostMD5) with MD5_DIGESTSIZE*2 in...
2001-11-28 Doug MacEachernremove unused ssl::handshake::timeout references
2001-11-22 Doug MacEachernavoid a couple of calls to ssl_util_vhostid() and apr_p...
2001-11-22 Doug MacEachernget rid of 'apctx' table that used to live in SSL_get_a...
2001-11-22 Doug MacEachernmove c->notes.ssl::verify::depth to SSLConnRec.verify_depth
2001-11-21 Doug MacEachernmove c->notes.ssl::verify::{info,error} to SSLConnRec...
2001-11-21 Doug MacEachernmove c->notes.ssl::client::dn to SSLConnRec.client_dn
2001-11-21 Doug MacEachernstart moving c->notes usage to a new SSLConnRec structu...
2001-10-11 Justin ErenkrantzThis is the mod_ssl input filtering rewrite. Lots...
2001-08-30 Doug MacEacherndont block when handling non-ssl request
2001-08-27 Ryan BloomAllow mod_ssl to send back an error message if an HTTP...
2001-08-24 Doug MacEachernenable i/o debugging
2001-08-24 Doug MacEachernsupport "SSLVerifyClient optional_no_ca"
2001-08-23 Doug MacEachernprevent double lookup of ssl::verify::error
2001-08-23 William A. Rowe Jr Complete the rename of the ssl_scache_status_register and
2001-08-22 William A. Rowe Jr Remove a ton o' cruft. Moves the mod_log_config...
2001-08-22 Doug MacEachernremove #if 0-ed ssl_hook_NewConnection code; was only...
2001-08-22 Doug MacEachernmove some code duplication into ssl_abort() function
2001-08-22 Doug MacEachernEnable ssl client authentication at SSL_accept time
2001-08-22 William A. Rowe Jr Explicitly fix some types, and opt-out on macro conflicts
2001-08-21 Doug MacEachernand swap Auth/UserCheck names to match the hook names...
2001-08-21 Doug MacEachernauthentication/authorization hooks were backwards
2001-08-20 Doug MacEachernremove unused ssl_io_ functions
2001-08-20 Doug MacEachernremove some unused hook code
2001-08-16 Doug MacEachernat least make a note of SSL_R_HTTP_REQUEST error (until...
next