summaryrefslogtreecommitdiffstats
path: root/modules/ssl/ssl_engine_config.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* picking nits - de-tabJim Jagielski2008-08-051-1/+1
* * modules/ssl/ssl_engine_config.c: Remove unused macro.Joe Orton2008-04-081-3/+0
* Session cache interface redesign, Part 9:Joe Orton2008-04-081-4/+4
* Session cache interface redesign, Part 5:Joe Orton2008-02-251-44/+48
* Session cache interface redesign, Part 4:Joe Orton2008-02-251-61/+15
* Session cache interface redesign, Part 3: Joe Orton2008-02-221-3/+0
* Re-implement the SSL session cache abstraction using a vtable; firstJoe Orton2008-02-221-1/+5
* mod_ssl: Add support for OCSP validation of client certificates:Joe Orton2007-11-291-0/+42
* ap_available_mutexes_string and ap_add_available_mutexes_string William A. Rowe Jr2007-08-231-1/+1
* Fix error mesage for when a user trys to use memcache, but support is not ava...Paul Querna2007-06-081-1/+1
* Add support for distributed caching of SSL Sessions inside memcached, using a...Paul Querna2007-06-081-0/+13
* Once SSLMutex allowed for the setting of both theJim Jagielski2006-10-241-70/+13
* * Initialize pkcs7 field of structureRuediger Pluem2006-07-231-0/+1
* Add PKCS#7 support.Ben Laurie2006-07-231-0/+16
* update license header textRoy T. Fielding2006-07-111-6/+6
* New SSLLogLevelDebugDump [ None (default) | IO (not bytes) | Bytes ]William A. Rowe Jr2006-06-221-0/+26
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-13/+13
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-1/+1
* A very minor, but particularly annoying whitespace fix. It took me 15 minutesColm MacCarthaigh2005-08-251-1/+1
* Good suggestion from a private Email. name changes.Jim Jagielski2005-07-081-2/+2
* Fix case where buggy OpenSSL internal cache continually grows.Jim Jagielski2005-07-081-0/+4
* 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-10/+35
* Add -t -DDUMP_CERTS option to mod_ssl which dumps the filenames of allJoe Orton2004-11-101-0/+25
* Remove bogus comment: for SSLPassPhraseDialog exec:..., argv isJoe Orton2004-11-041-1/+0
* Add "SSLUserName" directive to set r->user based on a chosen SSLJoe Orton2004-06-031-0/+9
* Add "SSLHonorCipherOrder" directive to enable the OpenSSL 0.9.7 flagJoe Orton2004-06-031-0/+13
* Drop support for the "CompatEnvVars" argument to SSLOptions, which wasJoe Orton2004-06-031-3/+0
* * modules/ssl/ssl_engine_config.c (ssl_config_global_create): Fix gccJoe Orton2004-05-171-5/+4
* Allow the enabled flag to be set to more than 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-1/+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/+19
* Add support to mod_ssl for a distributed session cache usingJoe Orton2004-01-081-0/+13
* update license to 2004.André Malo2004-01-011-1/+1
* Remove shmht session cache in favour of shmcb; shmht has hadJoe Orton2003-11-251-41/+1
* Make mod_ssl consistent with itself when you have a halfass install ofCliff Woolley2003-08-121-1/+1
* Unix: Handle permissions settings for flock-based mutexes inJeff Trawick2003-06-071-3/+0
* Provide a far more useful explanation when SSLCryptoDevice fails toWilliam A. Rowe Jr2003-05-301-10/+12
* Based on list discussion between myself and Geoff, it seems prudentWilliam A. Rowe Jr2003-05-301-2/+2
* Roll away the SSL_EXPERIMENTAL_ENGINE test in favor of testing for theWilliam A. Rowe Jr2003-05-191-2/+2
* Because SSL's child init is run *after* we change uid/gid. So we need to ensu...Jim Jagielski2003-03-291-0/+3
* Per JimJ's review - we prefer posix over semv, fcntl over flock,William A. Rowe Jr2003-03-281-35/+19
* Addendum to r1.74; Keep only the resulting filename in the global pool,William A. Rowe Jr2003-03-281-4/+4
* Allow any mutex to accept a 'filename' ... and always root it to theWilliam A. Rowe Jr2003-03-281-57/+56
* Right now SSLMutex is bogus. It just uses APR_LOCK_DEFAULT noJim Jagielski2003-02-231-2/+72
* finished that boring job:André Malo2003-02-031-1/+1
* After some productive feedback and no negative feedback, introduceWilliam A. Rowe Jr2002-12-141-4/+15