]> granicus.if.org Git - apache/history - modules/ssl/ssl_engine_pphrase.c
mod_ssl: Add support for loading TLS certificates through the PKCS#11
[apache] / modules / ssl / ssl_engine_pphrase.c
2018-05-08 Joe Ortonmod_ssl: Add support for loading TLS certificates throu...
2018-05-04 Joe OrtonSimplify the ssl_asn1_table API, remove abstraction...
2018-05-04 Joe Orton* modules/ssl/ssl_util_ssl.c (modssl_read_privatekey...
2018-05-03 Joe Orton* modules/ssl/ssl_engine_pphrase.c (ssl_load_encrypted_...
2018-05-03 Joe Ortonmod_ssl: Add support for loading private keys from...
2015-05-01 Stefan Sperlingmod_ssl namespacing: SSL_read_PrivateKey -> modssl_read...
2014-02-01 Kaspar BrandFollowup fix for r1553824:
2014-01-05 Kaspar Brandmake the ppcb_arg initialization a bit more uniform...
2013-12-30 Guenter KnaufCodeWarrior compiler doesnt allow vars as struct inits.
2013-12-28 Kaspar BrandRemove the hardcoded algorithm-type dependency for...
2013-12-01 Kaspar BrandThrow away the myCtxVar{Set,Get} abomination and introduce
2013-11-23 Kaspar BrandRemove SSLPKCS7CertificateFile support:
2013-11-23 Kaspar BrandAddress a todo listed in
2013-10-19 Jeff TrawickLike r1532122: Axe needless string duplication in
2013-09-29 Kaspar BrandIncrease minimum required OpenSSL version to 0.9.8a...
2012-06-10 Stefan FritschPass the server_rec to ssl_die() and use it to log...
2011-12-18 Stefan FritschVarious code cleanup to avoid compiler, cppcheck, or...
2011-12-04 Stefan FritschAdd some more log message tags
2011-12-04 Stefan FritschAdd some more log message tags
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-08-07 Kaspar BrandDrop support for the RSA BSAFE SSL-C toolkit from confi...
2011-06-29 Stefan FritschAdd some debug logging when loading server certificates
2011-06-01 Joe Orton* modules/ssl/ssl_engine_pphrase.c: Fix comment, no...
2011-03-16 Joe Orton* modules/ssl/ssl_private.h: Drop some redundant/unused...
2011-03-12 Jeff Trawickfix some grammar mistakes, mostly in comments
2011-02-11 Joe Orton* modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle...
2011-02-11 Joe Orton* modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle...
2010-10-24 Stefan FritschConsistently use loglevel emerg before ssl_die()
2010-08-03 Stefan Fritschremove more unused variables
2010-06-03 Stefan FritschIntroduce SSLLOG_MARK for use with ssl_log_ssl_error...
2009-09-09 Graham Leggettmod_ssl: The error message when SSLCertificateFile...
2006-07-23 Ben LaurieLayout and compiler warning.
2006-07-23 Ben LaurieAdd PKCS#7 support.
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-02-28 Joe OrtonMove mod_ssl-internal interfaces into ssl_private.h...
2004-02-22 Joe Orton* modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle...
2004-02-10 Joe Orton* modules/ssl/ssl_engine_pphrase.c: Note that the ERR_c...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-01 André Maloupdate license to 2004.
2003-10-22 Joe OrtonFix a cosmetic issue where OpenSSL 0.9.7 will dump...
2003-04-03 William A. Rowe Jr Introduce a number of SSLC hints to mod_ssl, includin...
2003-02-03 André Malofinished that boring job:
2002-06-17 William A. Rowe Jr These emits occur mainline, outside of the pphrase_ca...
2002-05-30 Cliff WoolleyThis definitely gets the award for least useful error...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-05-16 Jeff Trawicktweak an error message for readability
2002-05-16 Justin ErenkrantzChange mod_ssl from using ssl_log() to ap_log_error().
2002-05-15 Justin ErenkrantzStop using SSL_ADD_SSLERR option in ssl_log() and repla...
2002-05-01 Paul J. RederFix a case where an invalid pass phrase is entered...
2002-03-28 Doug MacEachernbreakup SSLSrvConfigRec in preparation for proxy support:
2002-03-28 Doug MacEachernde-hungarian-ize server config member names which are...
2002-03-28 Doug MacEachernthere is a heaping pile of:
2002-03-27 Doug MacEachernbringing back MOD_SSL_VERSION macro, define it to AP_SE...
2002-03-27 Doug MacEachernadjustment for sslc where its PEM_read_bio_PrivateKey...
2002-03-27 Doug MacEachernstatic-ize {write,read}tty variables
2002-03-22 Jeff Trawickthe mod_ssl provided with Apache >= 2.0 no longer has...
2002-03-17 William A. Rowe Jr Clear up a const warning, and recognize some arrays...
2002-03-14 Jeff Trawickdeal with the rename of kill_after_timeout to APR_KILL_...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-13 Doug MacEachernuse ssl_asn1_keystr
2002-03-13 Doug MacEachernuse ssl_asn1_table_keyfmt() function
2002-03-13 Doug MacEachernswitch to ptemp pool for ssl_pphrase_Handle
2002-03-13 Doug MacEachernreplace ssl_ds_array usage with apr_array_header_t
2002-03-08 Doug MacEachernsupport reuse of encrypted DSA keys on restart
2002-03-03 Doug MacEachernreuse existing private key if possible for all SSLPassP...
2002-02-28 Doug MacEachernalways reusing existing private key for given vhost...
2002-02-28 Doug MacEachernreuse vhost keys for asn1 tables where keys are allocat...
2002-02-28 Doug MacEachernswitch SSLModConfigRec.tPublicCert to ssl_asn1_table...
2002-02-28 Doug MacEachernswitch SSLModConfigRec.tPrivateKey to ssl_asn1_table...
2002-02-27 William A. Rowe Jr Introduce PassPhraseDialog 'pipe' mechanism. This...
2002-02-27 Doug MacEachernchange builtin passphrase prompt to use stdout rather...
2002-02-27 Doug MacEachernchanging mod_ssl to do a full startup/teardown on each...
2002-01-09 Doug MacEachernget SSLPassPhraseDialog exec: working by passing the...
2001-10-17 William A. Rowe Jr It is absolutely invalid practice to test 'prot'...
2001-08-23 Cliff Woolleysc->szPassPhraseDialogPath is now constified, so we...
2001-07-31 William A. Rowe JrThis patch eliminates the direct use of OS library...
2001-07-31 Cliff Woolleys/seperate/separate/
2001-07-31 William A. Rowe Jr Thanks Madhu, I think backing out the last bit, and...
2001-07-30 William A. Rowe Jr The short term hack.
2001-07-19 William A. Rowe Jr A dash of portability
2001-07-19 Ralf S. EngelschallApply mod_ssl MEGA porting patch. This is a cleaned...
2001-05-05 Ralf S. EngelschallNext step in mod_ssl integration:
2001-05-04 Ralf S. Engelschallmod_ssl integration step 2:
2001-05-04 Ralf S. EngelschallInitial revision