index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
ssl
/
ssl_engine_pphrase.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-31
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-16
1
-8
/
+17
*
Fix a case where an invalid pass phrase is entered and an
Paul J. Reder
2002-05-01
1
-1
/
+1
*
breakup SSLSrvConfigRec in preparation for proxy support:
Doug MacEachern
2002-03-28
1
-26
/
+26
*
de-hungarian-ize server config member names which are going to stay
Doug MacEachern
2002-03-28
1
-1
/
+1
*
there is a heaping pile of:
Doug MacEachern
2002-03-28
1
-15
/
+14
*
bringing back MOD_SSL_VERSION macro, define it to AP_SERVER_BASEVERSION
Doug MacEachern
2002-03-27
1
-1
/
+1
*
adjustment for sslc where its PEM_read_bio_PrivateKey does not take a
Doug MacEachern
2002-03-27
1
-3
/
+18
*
static-ize {write,read}tty variables
Doug MacEachern
2002-03-27
1
-2
/
+2
*
the mod_ssl provided with Apache >= 2.0 no longer has an independent
Jeff Trawick
2002-03-22
1
-1
/
+1
*
Clear up a const warning, and recognize some arrays by changing the
William A. Rowe Jr
2002-03-17
1
-5
/
+5
*
deal with the rename of kill_after_timeout to APR_KILL_AFTER_TIMEOUT
Jeff Trawick
2002-03-14
1
-1
/
+1
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
use ssl_asn1_keystr
Doug MacEachern
2002-03-13
1
-2
/
+1
*
use ssl_asn1_table_keyfmt() function
Doug MacEachern
2002-03-13
1
-4
/
+4
*
switch to ptemp pool for ssl_pphrase_Handle
Doug MacEachern
2002-03-13
1
-1
/
+1
*
replace ssl_ds_array usage with apr_array_header_t
Doug MacEachern
2002-03-13
1
-13
/
+29
*
support reuse of encrypted DSA keys on restart
Doug MacEachern
2002-03-08
1
-7
/
+15
*
reuse existing private key if possible for all SSLPassPhraseDialog
Doug MacEachern
2002-03-03
1
-10
/
+19
*
always reusing existing private key for given vhost on restarts if key
Doug MacEachern
2002-02-28
1
-6
/
+7
*
reuse vhost keys for asn1 tables where keys are allocated out
Doug MacEachern
2002-02-28
1
-2
/
+36
*
switch SSLModConfigRec.tPublicCert to ssl_asn1_table api to prevent
Doug MacEachern
2002-02-28
1
-4
/
+3
*
switch SSLModConfigRec.tPrivateKey to ssl_asn1_table api to prevent
Doug MacEachern
2002-02-28
1
-7
/
+11
*
Introduce PassPhraseDialog 'pipe' mechanism. This builds on DougM's
William A. Rowe Jr
2002-02-27
1
-36
/
+161
*
change builtin passphrase prompt to use stdout rather than stderr.
Doug MacEachern
2002-02-27
1
-40
/
+16
*
changing mod_ssl to do a full startup/teardown on each restart rather
Doug MacEachern
2002-02-27
1
-7
/
+47
*
get SSLPassPhraseDialog exec: working by passing the proper arguments
Doug MacEachern
2002-01-09
1
-7
/
+9
*
It is absolutely invalid practice to test 'prot' bits to determine if a
William A. Rowe Jr
2001-10-17
1
-4
/
+12
*
sc->szPassPhraseDialogPath is now constified, so we have to use
Cliff Woolley
2001-08-24
1
-1
/
+1
[next]