| Commit message (Expand) | Author | Age | Files | Lines |
| * | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 1 | -30/+30 |
| * | Implement a (bounded) buffer of request body data to provide a limited | Joe Orton | 2005-09-22 | 1 | -66/+28 |
| * | Record the fact that we failed to set the username as requested. | David Reid | 2005-09-09 | 1 | -0/+3 |
| * | Fix CVE CAN-2005-2700: | Joe Orton | 2005-08-30 | 1 | -2/+2 |
| * | Add SSL_COMPRESS_METHOD variable (included in +StdEnvVars) to note | William A. Rowe Jr | 2005-07-06 | 1 | -0/+1 |
| * | * modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify_CRL): Fix | Joe Orton | 2005-06-03 | 1 | -1/+1 |
| * | Fix issue where mod_ssl does not pick up the ssl-unclean-shutdown | Joe Orton | 2005-04-19 | 1 | -37/+27 |
| * | * modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): Move the | Joe Orton | 2005-02-10 | 1 | -14/+14 |
| * | Remove formatting characters from ap_log_error() calls. These | Jeff Trawick | 2005-02-09 | 1 | -2/+2 |
| * | Change where we set r->user if we're setting it from a | David Reid | 2005-02-05 | 1 | -11/+14 |
| * | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
| * | * modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify): Use | Joe Orton | 2004-12-08 | 1 | -1/+2 |
| * | * modules/ssl/ssl_engine_io.c, modules/ssl/ssl_engine_kernel.c, | Joe Orton | 2004-11-10 | 1 | -4/+4 |
| * | * modules/ssl/ssl_engine_kernel.c (ssl_hook_UserCheck): Fix possible | Joe Orton | 2004-11-01 | 1 | -1/+2 |
| * | Fix CAN-2004-0885: | Joe Orton | 2004-10-08 | 1 | -0/+15 |
| * | * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_remain): New | Joe Orton | 2004-08-18 | 1 | -0/+1 |
| * | * modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify_CRL), | Joe Orton | 2004-08-11 | 1 | -1/+1 |
| * | Tokenize the header while parsing it for the upgrade tokens and once the prot... | Bradley Nicholes | 2004-07-13 | 1 | -1/+1 |
| * | Add "SSLUserName" directive to set r->user based on a chosen SSL | Joe Orton | 2004-06-03 | 1 | -0/+11 |
| * | * modules/ssl/ssl_engine_kernel.c (ssl_hook_UserCheck): Fix buffer | Joe Orton | 2004-05-25 | 1 | -7/+8 |
| * | Allow the enabled flag to be set to more than 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 | -1/+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 |
| * | Trivial change to reporting an error when an identity spoof is | Sander Striker | 2003-08-08 | 1 | -2/+2 |
| * | Add an error msg when encountering a spoofed identity. If this would | Sander Striker | 2003-08-07 | 1 | -0/+2 |
| * | Fix FakeBasicAuth for subrequests. This was reported via issue | Sander Striker | 2003-08-07 | 1 | -0/+8 |
| * | Prevent segfaults after SSL renegotiation failures. | Joe Orton | 2003-07-21 | 1 | -0/+2 |
| * | Forward port patch for CAN-2003-0192 from 2.0. | Sander Striker | 2003-07-09 | 1 | -1/+1 |
| * | The patch below reverts the prior commit to eliminate SSL_set_state(). | William A. Rowe Jr | 2003-05-22 | 1 | -1/+5 |
| * | Drop SSL_set_state() in favor of a proper SSL_renegotiate() to begin | William A. Rowe Jr | 2003-05-19 | 1 | -1/+1 |
| * | Solve SSL-C breakage introduced in mod_ssl.h rev 1.129 and | William A. Rowe Jr | 2003-04-05 | 1 | -1/+1 |
| * | Reapply the fix *intended* by rev 1.79 in a safer manner. Prior to | William A. Rowe Jr | 2003-04-05 | 1 | -1/+7 |
| * | EVP_PKEY_free() is refcounted on OpenSSL, but NOT under RSA SSL-C. | William A. Rowe Jr | 2003-04-05 | 1 | -8/+7 |
| * | A cosmetic change to 1.79 - a real X509 *cert is in play, don't use | William A. Rowe Jr | 2003-04-05 | 1 | -8/+12 |
| * | Fix a compile failure with recent OpenSSL and picky compilers | Jeff Trawick | 2003-04-04 | 1 | -1/+1 |
| * | Introduce a number of SSLC hints to mod_ssl, including the following | William A. Rowe Jr | 2003-04-03 | 1 | -2/+2 |
| * | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
| * | *** empty log message *** | William A. Rowe Jr | 2003-01-21 | 1 | -1/+0 |
| * | After some productive feedback and no negative feedback, introduce | William A. Rowe Jr | 2002-12-14 | 1 | -0/+14 |
| * | Merge the last of the 'filtering' functions into ssl_engine_io.c, merge | William A. Rowe Jr | 2002-11-05 | 1 | -99/+0 |
| * | Close several small leaks in SSL. | William A. Rowe Jr | 2002-10-29 | 1 | -3/+13 |
| * | Outch. No freeing consts. Fortunately, the fn's return code isn't const. | William A. Rowe Jr | 2002-10-27 | 1 | -1/+1 |
| * | mod_ssl uses free() inappropriately in several places, to free | Jeff Trawick | 2002-10-25 | 1 | -4/+5 |
| * | This stuff shouldn't have been committed. This is the SSL upgrade stuff, | Ryan Bloom | 2002-10-14 | 1 | -14/+0 |
| * | Fix a compile of compiler warnings. I don't know how these slipped past. | Ryan Bloom | 2002-10-11 | 1 | -0/+14 |
| * | fix the infinite recursion problem with HTTP-on-the-HTTPS port. | Cliff Woolley | 2002-06-11 | 1 | -0/+7 |
| * | in case there is actually a cert chain in the cache, we should be | Doug MacEachern | 2002-06-11 | 1 | -2/+7 |