| Commit message (Expand) | Author | Age | Files | Lines |
* | picking nits - de-tab | Jim Jagielski | 2008-08-05 | 1 | -1/+1 |
* | * modules/ssl/ssl_engine_config.c: Remove unused macro. | Joe Orton | 2008-04-08 | 1 | -3/+0 |
* | Session cache interface redesign, Part 9: | Joe Orton | 2008-04-08 | 1 | -4/+4 |
* | Session cache interface redesign, Part 5: | Joe Orton | 2008-02-25 | 1 | -44/+48 |
* | Session cache interface redesign, Part 4: | Joe Orton | 2008-02-25 | 1 | -61/+15 |
* | Session cache interface redesign, Part 3: | Joe Orton | 2008-02-22 | 1 | -3/+0 |
* | Re-implement the SSL session cache abstraction using a vtable; first | Joe Orton | 2008-02-22 | 1 | -1/+5 |
* | mod_ssl: Add support for OCSP validation of client certificates: | Joe Orton | 2007-11-29 | 1 | -0/+42 |
* | ap_available_mutexes_string and ap_add_available_mutexes_string | William A. Rowe Jr | 2007-08-23 | 1 | -1/+1 |
* | Fix error mesage for when a user trys to use memcache, but support is not ava... | Paul Querna | 2007-06-08 | 1 | -1/+1 |
* | Add support for distributed caching of SSL Sessions inside memcached, using a... | Paul Querna | 2007-06-08 | 1 | -0/+13 |
* | Once SSLMutex allowed for the setting of both the | Jim Jagielski | 2006-10-24 | 1 | -70/+13 |
* | * Initialize pkcs7 field of structure | Ruediger Pluem | 2006-07-23 | 1 | -0/+1 |
* | Add PKCS#7 support. | Ben Laurie | 2006-07-23 | 1 | -0/+16 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ] | William A. Rowe Jr | 2006-06-22 | 1 | -0/+26 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 1 | -13/+13 |
* | No functional change: simple detabbing of indented code. | Jim Jagielski | 2005-11-10 | 1 | -1/+1 |
* | A very minor, but particularly annoying whitespace fix. It took me 15 minutes | Colm MacCarthaigh | 2005-08-25 | 1 | -1/+1 |
* | Good suggestion from a private Email. name changes. | Jim Jagielski | 2005-07-08 | 1 | -2/+2 |
* | Fix case where buggy OpenSSL internal cache continually grows. | Jim Jagielski | 2005-07-08 | 1 | -0/+4 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | * modules/ssl/mod_ssl.c: Declare new config directives | Joe Orton | 2005-01-14 | 1 | -10/+35 |
* | Add -t -DDUMP_CERTS option to mod_ssl which dumps the filenames of all | Joe Orton | 2004-11-10 | 1 | -0/+25 |
* | Remove bogus comment: for SSLPassPhraseDialog exec:..., argv is | Joe Orton | 2004-11-04 | 1 | -1/+0 |
* | Add "SSLUserName" directive to set r->user based on a chosen SSL | Joe Orton | 2004-06-03 | 1 | -0/+9 |
* | Add "SSLHonorCipherOrder" directive to enable the OpenSSL 0.9.7 flag | Joe Orton | 2004-06-03 | 1 | -0/+13 |
* | Drop support for the "CompatEnvVars" argument to SSLOptions, which was | Joe Orton | 2004-06-03 | 1 | -3/+0 |
* | * modules/ssl/ssl_engine_config.c (ssl_config_global_create): Fix gcc | Joe Orton | 2004-05-17 | 1 | -5/+4 |
* | 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/+19 |
* | Add support to mod_ssl for a distributed session cache using | Joe Orton | 2004-01-08 | 1 | -0/+13 |
* | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
* | Remove shmht session cache in favour of shmcb; shmht has had | Joe Orton | 2003-11-25 | 1 | -41/+1 |
* | Make mod_ssl consistent with itself when you have a halfass install of | Cliff Woolley | 2003-08-12 | 1 | -1/+1 |
* | Unix: Handle permissions settings for flock-based mutexes in | Jeff Trawick | 2003-06-07 | 1 | -3/+0 |
* | Provide a far more useful explanation when SSLCryptoDevice fails to | William A. Rowe Jr | 2003-05-30 | 1 | -10/+12 |
* | Based on list discussion between myself and Geoff, it seems prudent | William A. Rowe Jr | 2003-05-30 | 1 | -2/+2 |
* | Roll away the SSL_EXPERIMENTAL_ENGINE test in favor of testing for the | William A. Rowe Jr | 2003-05-19 | 1 | -2/+2 |
* | Because SSL's child init is run *after* we change uid/gid. So we need to ensu... | Jim Jagielski | 2003-03-29 | 1 | -0/+3 |
* | Per JimJ's review - we prefer posix over semv, fcntl over flock, | William A. Rowe Jr | 2003-03-28 | 1 | -35/+19 |
* | Addendum to r1.74; Keep only the resulting filename in the global pool, | William A. Rowe Jr | 2003-03-28 | 1 | -4/+4 |
* | Allow any mutex to accept a 'filename' ... and always root it to the | William A. Rowe Jr | 2003-03-28 | 1 | -57/+56 |
* | Right now SSLMutex is bogus. It just uses APR_LOCK_DEFAULT no | Jim Jagielski | 2003-02-23 | 1 | -2/+72 |
* | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
* | After some productive feedback and no negative feedback, introduce | William A. Rowe Jr | 2002-12-14 | 1 | -4/+15 |