| Commit message (Expand) | Author | Age | Files | Lines |
* | Followup fix for r1553824: | Kaspar Brand | 2014-02-01 | 1 | -8/+6 |
* | make the ppcb_arg initialization a bit more uniform and easier to read | Kaspar Brand | 2014-01-05 | 1 | -18/+14 |
* | CodeWarrior compiler doesnt allow vars as struct inits. | Guenter Knauf | 2013-12-30 | 1 | -5/+11 |
* | Remove the hardcoded algorithm-type dependency for the SSLCertificateFile | Kaspar Brand | 2013-12-28 | 1 | -392/+223 |
* | Throw away the myCtxVar{Set,Get} abomination and introduce | Kaspar Brand | 2013-12-01 | 1 | -107/+74 |
* | Remove SSLPKCS7CertificateFile support: | Kaspar Brand | 2013-11-23 | 1 | -30/+17 |
* | Address a todo listed in | Kaspar Brand | 2013-11-23 | 1 | -11/+14 |
* | Like r1532122: Axe needless string duplication in | Jeff Trawick | 2013-10-19 | 1 | -3/+1 |
* | Increase minimum required OpenSSL version to 0.9.8a (in preparation | Kaspar Brand | 2013-09-29 | 1 | -3/+3 |
* | Pass the server_rec to ssl_die() and use it to log a message to the main error | Stefan Fritsch | 2012-06-10 | 1 | -9/+9 |
* | Various code cleanup to avoid compiler, cppcheck, or clang warnings: | Stefan Fritsch | 2011-12-18 | 1 | -1/+0 |
* | Add some more log message tags | Stefan Fritsch | 2011-12-04 | 1 | -12/+12 |
* | Add some more log message tags | Stefan Fritsch | 2011-12-04 | 1 | -7/+7 |
* | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-02 | 1 | -5/+5 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -1/+1 |
* | Drop support for the RSA BSAFE SSL-C toolkit from configure, | Kaspar Brand | 2011-08-07 | 1 | -10/+0 |
* | Add some debug logging when loading server certificates | Stefan Fritsch | 2011-06-29 | 1 | -5/+12 |
* | * modules/ssl/ssl_engine_pphrase.c: Fix comment, no functional change. | Joe Orton | 2011-06-01 | 1 | -1/+1 |
* | * modules/ssl/ssl_private.h: Drop some redundant/unused macros; pick | Joe Orton | 2011-03-16 | 1 | -2/+2 |
* | fix some grammar mistakes, mostly in comments | Jeff Trawick | 2011-03-12 | 1 | -1/+1 |
* | * modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle): Fix possible | Joe Orton | 2011-02-11 | 1 | -16/+18 |
* | * modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle): Simplify to | Joe Orton | 2011-02-11 | 1 | -7/+24 |
* | Consistently use loglevel emerg before ssl_die() | Stefan Fritsch | 2010-10-24 | 1 | -14/+14 |
* | remove more unused variables | Stefan Fritsch | 2010-08-03 | 1 | -2/+1 |
* | Introduce SSLLOG_MARK for use with ssl_log_ssl_error(). This will allow to | Stefan Fritsch | 2010-06-03 | 1 | -7/+7 |
* | mod_ssl: The error message when SSLCertificateFile is missing should at | Graham Leggett | 2009-09-09 | 1 | -1/+2 |
* | Layout and compiler warning. | Ben Laurie | 2006-07-23 | 1 | -23/+26 |
* | Add PKCS#7 support. | Ben Laurie | 2006-07-23 | 1 | -17/+26 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | 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 | -12/+12 |
* | No functional change: simple detabbing of indented code. | Jim Jagielski | 2005-11-10 | 1 | -4/+4 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | Move mod_ssl-internal interfaces into ssl_private.h; allow mod_ssl.h | Joe Orton | 2004-02-28 | 1 | -1/+1 |
* | * modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle): Wording | Joe Orton | 2004-02-22 | 1 | -3/+3 |
* | * modules/ssl/ssl_engine_pphrase.c: Note that the ERR_clear_error() | Joe Orton | 2004-02-10 | 1 | -2/+3 |
* | 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 |
* | Fix a cosmetic issue where OpenSSL 0.9.7 will dump the error stack | Joe Orton | 2003-10-22 | 1 | -0/+4 |
* | Introduce a number of SSLC hints to mod_ssl, including the following | William A. Rowe Jr | 2003-04-03 | 1 | -5/+10 |
* | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
* | These emits occur mainline, outside of the pphrase_callback, so we never | William A. Rowe Jr | 2002-06-17 | 1 | -6/+3 |
* | This definitely gets the award for least useful error message of the month. | Cliff Woolley | 2002-05-30 | 1 | -4/+3 |
* | stop using APLOG_NOERRNO in calls to ap_log_[pr]error() | Jeff Trawick | 2002-05-17 | 1 | -20/+20 |
* | tweak an error message for readability | Jeff Trawick | 2002-05-16 | 1 | -1/+1 |
* | Change mod_ssl from using ssl_log() to ap_log_error(). | Justin Erenkrantz | 2002-05-16 | 1 | -53/+71 |
* | Stop using SSL_ADD_SSLERR option in ssl_log() and replace with new | Justin Erenkrantz | 2002-05-15 | 1 | -8/+17 |
* | Fix a case where an invalid pass phrase is entered and an | Paul J. Reder | 2002-05-01 | 1 | -1/+1 |