summaryrefslogtreecommitdiff
path: root/modules/ssl/ssl_engine_log.c
Commit message (Expand)AuthorAgeFilesLines
* mod_ssl: add compatibility with OpenSSL 3.0.0Yann Ylavic2020-04-241-1/+11
* * modules/ssl/ssl_engine_log.c (ssl_log_cert_error): Use stringJoe Orton2019-09-261-4/+2
* mod_ssl namespacing: SSL_X509_NAME_to_string -> modssl_X509_NAME_to_stringStefan Sperling2015-05-011-4/+4
* Address a todo listed inKaspar Brand2013-11-231-8/+2
* abort if BIO_new fails due to lack of memoryStefan Fritsch2013-01-011-0/+3
* Pass the server_rec to ssl_die() and use it to log a message to the main errorStefan Fritsch2012-06-101-1/+12
* Various fixes for log message tags:Stefan Fritsch2011-12-071-3/+3
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-3/+3
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-4/+4
* Add ssl_log_xerror() and ssl_log_rxerror(), modeled after ssl_log_cxerror().Kaspar Brand2011-09-191-25/+84
* we might also see GeneralizedTimes in certs nowadaysKaspar Brand2011-09-041-2/+2
* Improve ssl_log_cxerror():Kaspar Brand2011-08-151-28/+46
* Remove the ssl_toolkit_compat layer, which is no longer neededKaspar Brand2011-08-071-3/+3
* Fix some modules to make them compile with per-module loglevels.Stefan Fritsch2010-06-061-3/+3
* * Store the correct server_rec in the connection record configuration andRuediger Pluem2009-03-231-1/+1
* * modules/ssl/ssl_engine_log.c (ssl_log_cxerror): Drop 'peer' from theJoe Orton2007-12-031-1/+1
* * modules/ssl/ssl_engine_log.c (ssl_log_cxerror): Log the certificateJoe Orton2007-11-271-3/+15
* * modules/ssl/ssl_engine_log.c (ssl_log_cxerror): New function,Joe Orton2007-11-231-0/+35
* * modules/ssl/ssl_engine_log.c (ssl_log_ssl_error): Improve SSL errorJoe Orton2007-11-211-11/+19
* 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-3/+3
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * modules/ssl/ssl_engine_log.c (ssl_log_annotation): const-ify more.Joe Orton2004-03-121-1/+1
* * modules/ssl/ssl_engine_log.c (ssl_log_annotate, ssl_log_annotation,Joe Orton2004-03-101-15/+12
* * modules/ssl/ssl_engine_log.c (ssl_log_ssl_error): Use %lu to printJoe Orton2004-03-041-2/+2
* Move mod_ssl-internal interfaces into ssl_private.h; allow mod_ssl.hJoe Orton2004-02-281-1/+1
* 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
* * ssl_engine_log.c (ssl_log_ssl_error): Use the thread-safeJoe Orton2003-10-301-2/+3
* finished that boring job:André Malo2003-02-031-1/+1
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-2/+2
* Remove SSLLog and SSLLogLevel directives in favor of having mod_ssl use theJustin Erenkrantz2002-05-161-211/+0
* Stop using SSL_ADD_SSLERR option in ssl_log() and replace with newJustin Erenkrantz2002-05-151-0/+24
* - Sync with modssl 2.8.8-1.3.24Cliff Woolley2002-04-301-0/+2
* Adapt to the rename of apr_explode_localtime to apr_time_exp_lt in APR.Sander Striker2002-04-131-1/+1
* de-hungarian-ize server config member names which are going to stayDoug MacEachern2002-03-281-26/+27
* there is a heaping pile of:Doug MacEachern2002-03-281-1/+7
* PR:William A. Rowe Jr2002-03-161-2/+6
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* apr-utils rename apr_ansi_time_to_apr_time andIan Holsman2002-03-061-1/+1
* Use the empty string, not NUL. I should have read my code more closely.Ryan Bloom2002-02-271-1/+1
* Grrrrr..... We should really use the correct line endings on allRyan Bloom2002-02-271-4/+3
* get rid of ssl_log_applies() function. it does more than we need andDoug MacEachern2001-11-291-14/+0
* dont va_start() in ssl_log() unless we are actually going to log somethingDoug MacEachern2001-11-221-2/+2
* Fix most-bogus ap_server_root_relative() cases. These don't includeWilliam A. Rowe Jr2001-08-231-0/+1
* Apply mod_ssl MEGA porting patch. This is a cleaned up version of theRalf S. Engelschall2001-07-191-35/+32
* Axe out EAPI-based SSL_VENDOR stuff.Ralf S. Engelschall2001-05-051-2/+2