summaryrefslogtreecommitdiff
path: root/modules/ssl/mod_ssl.c
Commit message (Expand)AuthorAgeFilesLines
* forward-port the latest versions of mod_ssl and mod_setenvif from the 2.3 tru...Brian Pane2005-10-061-2/+0
* * modules/ssl/mod_ssl.c (ssl_hook_pre_config): Initialize allJoe Orton2005-08-011-0/+1
* Allow extraction of the values of SSL certificate extensions intoMartin Kraemer2005-07-221-0/+2
* Good suggestion from a private Email. name changes.Jim Jagielski2005-07-081-1/+1
* Fix case where buggy OpenSSL internal cache continually grows.Jim Jagielski2005-07-081-1/+1
* Fix issue where mod_ssl does not pick up the ssl-unclean-shutdownJoe Orton2005-04-191-2/+5
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * modules/ssl/mod_ssl.c: Declare new config directivesJoe Orton2005-01-141-0/+6
* FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!William A. Rowe Jr2005-01-021-2/+2
* Add -t -DDUMP_CERTS option to mod_ssl which dumps the filenames of allJoe Orton2004-11-101-0/+1
* * modules/ssl/ssl_engine_io.c, modules/ssl/ssl_engine_kernel.c,Joe Orton2004-11-101-12/+11
* Add a check for SSL_ENABLED_OPTIONAL to the http_method and default_port hook...Bradley Nicholes2004-10-131-2/+2
* Add "SSLUserName" directive to set r->user based on a chosen SSLJoe Orton2004-06-031-0/+2
* Add "SSLHonorCipherOrder" directive to enable the OpenSSL 0.9.7 flagJoe Orton2004-06-031-0/+2
* Allow the enabled flag to be set to more that just TRUE or FALSE so thatBradley Nicholes2004-03-051-5/+5
* Move mod_ssl-internal interfaces into ssl_private.h; allow mod_ssl.hJoe Orton2004-02-281-0/+1
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-54/+20
* update license to 2004.André Malo2004-01-011-1/+1
* We need the error strings loaded as early as possibleMartin Kraemer2003-12-151-1/+1
* Extend mod_status output to include SSL session cache statusJoe Orton2003-11-251-3/+2
* Sync with APR-util deprecated functions.Justin Erenkrantz2003-11-161-1/+1
* Fix missing human-readable error information in SSL log messages:Joe Orton2003-10-301-1/+5
* Make mod_ssl consistent with itself when you have a halfass install ofCliff Woolley2003-08-121-1/+1
* Narrow the scope of several OPENSSL-specific setup and teardown callsWilliam A. Rowe Jr2003-06-241-2/+9
* Reaction to Jeff Trawick's observations that we are double-initializingWilliam A. Rowe Jr2003-06-171-0/+34
* OPENSSL_load_builtin_modules -appears- to have been introduced in beta-1,William A. Rowe Jr2003-06-111-0/+4
* The right patch (thanks to Eric for identifying the wrong patch) to moveWilliam A. Rowe Jr2003-06-021-1/+1
* Revert revision 1.81 which called non-existent SSL_load_library.Justin Erenkrantz2003-05-311-1/+1
* OpenSSL_add_all_algorithms is simply an alias for SSL_load_library.William A. Rowe Jr2003-05-301-1/+1
* Solve a pretty horrific bug in SSLCryptoDevice and other places whereWilliam A. Rowe Jr2003-05-301-1/+10
* Roll away the SSL_EXPERIMENTAL_ENGINE test in favor of testing for theWilliam A. Rowe Jr2003-05-191-1/+1
* Right now SSLMutex is bogus. It just uses APR_LOCK_DEFAULT noJim Jagielski2003-02-231-3/+26
* finished that boring job:André Malo2003-02-031-1/+1
* After introducing tests in the cmds, we lose the absolute authorityWilliam A. Rowe Jr2003-01-131-0/+3
* After some productive feedback and no negative feedback, introduceWilliam A. Rowe Jr2002-12-141-30/+54
* Merge the last of the 'filtering' functions into ssl_engine_io.c, mergeWilliam A. Rowe Jr2002-11-051-183/+0
* Close several small leaks in SSL.William A. Rowe Jr2002-10-291-0/+1
* This stuff shouldn't have been committed. This is the SSL upgrade stuff,Ryan Bloom2002-10-141-53/+30
* Fix a compile of compiler warnings. I don't know how these slipped past.Ryan Bloom2002-10-111-30/+53
* Remove warnings seen with Sun's Forte compiler.Justin Erenkrantz2002-09-151-1/+2
* Remove all special mod_ssl URIs. This also fixes the bug whereRyan Bloom2002-06-041-1/+0
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-12/+12
* Remove SSLLog and SSLLogLevel directives in favor of having mod_ssl use theJustin Erenkrantz2002-05-161-8/+6
* Change mod_ssl from using ssl_log() to ap_log_error().Justin Erenkrantz2002-05-161-38/+44
* Stop using SSL_ADD_SSLERR option in ssl_log() and replace with newJustin Erenkrantz2002-05-151-8/+16
* Revert optimization from circa 2.0.34 that caused very long vhost id'sCliff Woolley2002-04-301-4/+6
* fix ProxyPass when frontend is https and backend is httpDoug MacEachern2002-04-071-0/+23
* PR:Doug MacEachern2002-04-021-3/+2