summaryrefslogtreecommitdiff
path: root/modules/ssl/ssl_engine_pphrase.c
Commit message (Expand)AuthorAgeFilesLines
* Followup fix for r1553824:Kaspar Brand2014-02-011-8/+6
* make the ppcb_arg initialization a bit more uniform and easier to readKaspar Brand2014-01-051-18/+14
* CodeWarrior compiler doesnt allow vars as struct inits.Guenter Knauf2013-12-301-5/+11
* Remove the hardcoded algorithm-type dependency for the SSLCertificateFileKaspar Brand2013-12-281-392/+223
* Throw away the myCtxVar{Set,Get} abomination and introduceKaspar Brand2013-12-011-107/+74
* Remove SSLPKCS7CertificateFile support:Kaspar Brand2013-11-231-30/+17
* Address a todo listed inKaspar Brand2013-11-231-11/+14
* Like r1532122: Axe needless string duplication inJeff Trawick2013-10-191-3/+1
* Increase minimum required OpenSSL version to 0.9.8a (in preparationKaspar Brand2013-09-291-3/+3
* Pass the server_rec to ssl_die() and use it to log a message to the main errorStefan Fritsch2012-06-101-9/+9
* Various code cleanup to avoid compiler, cppcheck, or clang warnings:Stefan Fritsch2011-12-181-1/+0
* Add some more log message tagsStefan Fritsch2011-12-041-12/+12
* Add some more log message tagsStefan Fritsch2011-12-041-7/+7
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-5/+5
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-1/+1
* Drop support for the RSA BSAFE SSL-C toolkit from configure,Kaspar Brand2011-08-071-10/+0
* Add some debug logging when loading server certificatesStefan Fritsch2011-06-291-5/+12
* * modules/ssl/ssl_engine_pphrase.c: Fix comment, no functional change.Joe Orton2011-06-011-1/+1
* * modules/ssl/ssl_private.h: Drop some redundant/unused macros; pickJoe Orton2011-03-161-2/+2
* fix some grammar mistakes, mostly in commentsJeff Trawick2011-03-121-1/+1
* * modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle): Fix possibleJoe Orton2011-02-111-16/+18
* * modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle): Simplify toJoe Orton2011-02-111-7/+24
* Consistently use loglevel emerg before ssl_die()Stefan Fritsch2010-10-241-14/+14
* remove more unused variablesStefan Fritsch2010-08-031-2/+1
* Introduce SSLLOG_MARK for use with ssl_log_ssl_error(). This will allow toStefan Fritsch2010-06-031-7/+7
* mod_ssl: The error message when SSLCertificateFile is missing should atGraham Leggett2009-09-091-1/+2
* Layout and compiler warning.Ben Laurie2006-07-231-23/+26
* Add PKCS#7 support.Ben Laurie2006-07-231-17/+26
* update license header textRoy T. Fielding2006-07-111-6/+6
* 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-12/+12
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-4/+4
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Move mod_ssl-internal interfaces into ssl_private.h; allow mod_ssl.hJoe Orton2004-02-281-1/+1
* * modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle): WordingJoe Orton2004-02-221-3/+3
* * modules/ssl/ssl_engine_pphrase.c: Note that the ERR_clear_error()Joe Orton2004-02-101-2/+3
* 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/+20
* update license to 2004.André Malo2004-01-011-1/+1
* Fix a cosmetic issue where OpenSSL 0.9.7 will dump the error stackJoe Orton2003-10-221-0/+4
* Introduce a number of SSLC hints to mod_ssl, including the followingWilliam A. Rowe Jr2003-04-031-5/+10
* finished that boring job:André Malo2003-02-031-1/+1
* These emits occur mainline, outside of the pphrase_callback, so we neverWilliam A. Rowe Jr2002-06-171-6/+3
* This definitely gets the award for least useful error message of the month.Cliff Woolley2002-05-301-4/+3
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-20/+20
* tweak an error message for readabilityJeff Trawick2002-05-161-1/+1
* Change mod_ssl from using ssl_log() to ap_log_error().Justin Erenkrantz2002-05-161-53/+71
* Stop using SSL_ADD_SSLERR option in ssl_log() and replace with newJustin Erenkrantz2002-05-151-8/+17
* Fix a case where an invalid pass phrase is entered and anPaul J. Reder2002-05-011-1/+1