| Commit message (Expand) | Author | Age | Files | Lines |
| * | FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME! | William A. Rowe Jr | 2005-01-02 | 1 | -2/+2 |
| * | Add -t -DDUMP_CERTS option to mod_ssl which dumps the filenames of all | Joe Orton | 2004-11-10 | 1 | -0/+1 |
| * | * modules/ssl/ssl_engine_io.c, modules/ssl/ssl_engine_kernel.c, | Joe Orton | 2004-11-10 | 1 | -12/+11 |
| * | Add a check for SSL_ENABLED_OPTIONAL to the http_method and default_port hook... | Bradley Nicholes | 2004-10-13 | 1 | -2/+2 |
| * | Add "SSLUserName" directive to set r->user based on a chosen SSL | Joe Orton | 2004-06-03 | 1 | -0/+2 |
| * | Add "SSLHonorCipherOrder" directive to enable the OpenSSL 0.9.7 flag | Joe Orton | 2004-06-03 | 1 | -0/+2 |
| * | Allow the enabled flag to be set to more that just TRUE or FALSE so that | Bradley Nicholes | 2004-03-05 | 1 | -5/+5 |
| * | Move mod_ssl-internal interfaces into ssl_private.h; allow mod_ssl.h | Joe Orton | 2004-02-28 | 1 | -0/+1 |
| * | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -1/+1 |
| * | fix copyright dates according to the first check in | André Malo | 2004-02-08 | 1 | -1/+1 |
| * | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -54/+20 |
| * | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
| * | We need the error strings loaded as early as possible | Martin Kraemer | 2003-12-15 | 1 | -1/+1 |
| * | Extend mod_status output to include SSL session cache status | Joe Orton | 2003-11-25 | 1 | -3/+2 |
| * | Sync with APR-util deprecated functions. | Justin Erenkrantz | 2003-11-16 | 1 | -1/+1 |
| * | Fix missing human-readable error information in SSL log messages: | Joe Orton | 2003-10-30 | 1 | -1/+5 |
| * | Make mod_ssl consistent with itself when you have a halfass install of | Cliff Woolley | 2003-08-12 | 1 | -1/+1 |
| * | Narrow the scope of several OPENSSL-specific setup and teardown calls | William A. Rowe Jr | 2003-06-24 | 1 | -2/+9 |
| * | Reaction to Jeff Trawick's observations that we are double-initializing | William A. Rowe Jr | 2003-06-17 | 1 | -0/+34 |
| * | OPENSSL_load_builtin_modules -appears- to have been introduced in beta-1, | William A. Rowe Jr | 2003-06-11 | 1 | -0/+4 |
| * | The right patch (thanks to Eric for identifying the wrong patch) to move | William A. Rowe Jr | 2003-06-02 | 1 | -1/+1 |
| * | Revert revision 1.81 which called non-existent SSL_load_library. | Justin Erenkrantz | 2003-05-31 | 1 | -1/+1 |
| * | OpenSSL_add_all_algorithms is simply an alias for SSL_load_library. | William A. Rowe Jr | 2003-05-30 | 1 | -1/+1 |
| * | Solve a pretty horrific bug in SSLCryptoDevice and other places where | William A. Rowe Jr | 2003-05-30 | 1 | -1/+10 |
| * | Roll away the SSL_EXPERIMENTAL_ENGINE test in favor of testing for the | William A. Rowe Jr | 2003-05-19 | 1 | -1/+1 |
| * | Right now SSLMutex is bogus. It just uses APR_LOCK_DEFAULT no | Jim Jagielski | 2003-02-23 | 1 | -3/+26 |
| * | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
| * | After introducing tests in the cmds, we lose the absolute authority | William A. Rowe Jr | 2003-01-13 | 1 | -0/+3 |
| * | After some productive feedback and no negative feedback, introduce | William A. Rowe Jr | 2002-12-14 | 1 | -30/+54 |
| * | Merge the last of the 'filtering' functions into ssl_engine_io.c, merge | William A. Rowe Jr | 2002-11-05 | 1 | -183/+0 |
| * | Close several small leaks in SSL. | William A. Rowe Jr | 2002-10-29 | 1 | -0/+1 |
| * | This stuff shouldn't have been committed. This is the SSL upgrade stuff, | Ryan Bloom | 2002-10-14 | 1 | -53/+30 |
| * | Fix a compile of compiler warnings. I don't know how these slipped past. | Ryan Bloom | 2002-10-11 | 1 | -30/+53 |
| * | Remove warnings seen with Sun's Forte compiler. | Justin Erenkrantz | 2002-09-15 | 1 | -1/+2 |
| * | Remove all special mod_ssl URIs. This also fixes the bug where | Ryan Bloom | 2002-06-04 | 1 | -1/+0 |
| * | stop using APLOG_NOERRNO in calls to ap_log_[pr]error() | Jeff Trawick | 2002-05-17 | 1 | -12/+12 |
| * | Remove SSLLog and SSLLogLevel directives in favor of having mod_ssl use the | Justin Erenkrantz | 2002-05-16 | 1 | -8/+6 |
| * | Change mod_ssl from using ssl_log() to ap_log_error(). | Justin Erenkrantz | 2002-05-16 | 1 | -38/+44 |
| * | Stop using SSL_ADD_SSLERR option in ssl_log() and replace with new | Justin Erenkrantz | 2002-05-15 | 1 | -8/+16 |
| * | Revert optimization from circa 2.0.34 that caused very long vhost id's | Cliff Woolley | 2002-04-30 | 1 | -4/+6 |
| * | fix ProxyPass when frontend is https and backend is http | Doug MacEachern | 2002-04-07 | 1 | -0/+23 |
| * | PR: | Doug MacEachern | 2002-04-02 | 1 | -3/+2 |
| * | add SSLProxyCARevocation{File,Path} directives to support CRLs in the proxy | Doug MacEachern | 2002-03-30 | 1 | -0/+6 |
| * | add SSLProxyEngine directive. this was not required in the 1.x based | Doug MacEachern | 2002-03-29 | 1 | -0/+13 |
| * | removing old proxy extension code | Doug MacEachern | 2002-03-29 | 1 | -2/+0 |
| * | in proxy mode we need to SSL_connect rather than SSL_accept in | Doug MacEachern | 2002-03-29 | 1 | -0/+11 |
| * | add optional function (ssl_proxy_enable) to turn on ssl proxy | Doug MacEachern | 2002-03-29 | 1 | -5/+38 |
| * | use ssl_cmd_verify_parse for SSLProxyVerify directive handler | Doug MacEachern | 2002-03-29 | 1 | -1/+1 |
| * | enable proxy directives | Doug MacEachern | 2002-03-29 | 1 | -2/+0 |
| * | breakup SSLSrvConfigRec in preparation for proxy support: | Doug MacEachern | 2002-03-28 | 1 | -3/+3 |