summaryrefslogtreecommitdiffstats
path: root/modules/ssl/ssl_engine_pphrase.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-311-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-161-8/+17
* Fix a case where an invalid pass phrase is entered and anPaul J. Reder2002-05-011-1/+1
* breakup SSLSrvConfigRec in preparation for proxy support:Doug MacEachern2002-03-281-26/+26
* de-hungarian-ize server config member names which are going to stayDoug MacEachern2002-03-281-1/+1
* there is a heaping pile of:Doug MacEachern2002-03-281-15/+14
* bringing back MOD_SSL_VERSION macro, define it to AP_SERVER_BASEVERSIONDoug MacEachern2002-03-271-1/+1
* adjustment for sslc where its PEM_read_bio_PrivateKey does not take aDoug MacEachern2002-03-271-3/+18
* static-ize {write,read}tty variablesDoug MacEachern2002-03-271-2/+2
* the mod_ssl provided with Apache >= 2.0 no longer has an independentJeff Trawick2002-03-221-1/+1
* Clear up a const warning, and recognize some arrays by changing theWilliam A. Rowe Jr2002-03-171-5/+5
* deal with the rename of kill_after_timeout to APR_KILL_AFTER_TIMEOUTJeff Trawick2002-03-141-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* use ssl_asn1_keystrDoug MacEachern2002-03-131-2/+1
* use ssl_asn1_table_keyfmt() functionDoug MacEachern2002-03-131-4/+4
* switch to ptemp pool for ssl_pphrase_HandleDoug MacEachern2002-03-131-1/+1
* replace ssl_ds_array usage with apr_array_header_tDoug MacEachern2002-03-131-13/+29
* support reuse of encrypted DSA keys on restartDoug MacEachern2002-03-081-7/+15
* reuse existing private key if possible for all SSLPassPhraseDialogDoug MacEachern2002-03-031-10/+19
* always reusing existing private key for given vhost on restarts if keyDoug MacEachern2002-02-281-6/+7
* reuse vhost keys for asn1 tables where keys are allocated outDoug MacEachern2002-02-281-2/+36
* switch SSLModConfigRec.tPublicCert to ssl_asn1_table api to preventDoug MacEachern2002-02-281-4/+3
* switch SSLModConfigRec.tPrivateKey to ssl_asn1_table api to preventDoug MacEachern2002-02-281-7/+11
* Introduce PassPhraseDialog 'pipe' mechanism. This builds on DougM'sWilliam A. Rowe Jr2002-02-271-36/+161
* change builtin passphrase prompt to use stdout rather than stderr.Doug MacEachern2002-02-271-40/+16
* changing mod_ssl to do a full startup/teardown on each restart ratherDoug MacEachern2002-02-271-7/+47
* get SSLPassPhraseDialog exec: working by passing the proper argumentsDoug MacEachern2002-01-091-7/+9
* It is absolutely invalid practice to test 'prot' bits to determine if aWilliam A. Rowe Jr2001-10-171-4/+12
* sc->szPassPhraseDialogPath is now constified, so we have to useCliff Woolley2001-08-241-1/+1