summaryrefslogtreecommitdiff
path: root/modules/ssl/ssl_engine_init.c
Commit message (Expand)AuthorAgeFilesLines
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-11/+11
* * modules/ssl/ssl_engine_init.c (ssl_init_CheckServers): Fix IP/portJoe Orton2005-10-131-2/+4
* Noticed in the development of fips-enabled mod_ssl, when we areWilliam A. Rowe Jr2005-08-291-3/+12
* Fix case where buggy OpenSSL internal cache continually grows.Jim Jagielski2005-07-081-1/+0
* Joe strongly objected to this outgoing style; use this incomingWilliam A. Rowe Jr2005-07-081-12/+2
* The macro is simply not worth it; each of these various occurancesWilliam A. Rowe Jr2005-07-071-2/+12
* - If the Protocol has not been set, do not crash. Long term, we need to ensu...Paul Querna2005-06-241-1/+2
* Merge the listen-protocol sandbox branch to trunk.Paul Querna2005-06-141-1/+6
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * modules/ssl/mod_ssl.c: Declare new config directivesJoe Orton2005-01-141-5/+10
* Fix CAN-2004-0885:Joe Orton2004-10-081-0/+8
* Add "SSLHonorCipherOrder" directive to enable the OpenSSL 0.9.7 flagJoe Orton2004-06-031-0/+9
* In the newer versions of OpenSSL, the flag SSL_SESS_CACHE_NO_INTERNAL_LOOKUPMadhusudan Mathihalli2004-03-261-2/+2
* Allow the enabled flag to be set to more than just TRUE or FALSE so thatBradley Nicholes2004-03-051-10/+7
* * modules/ssl/ssl_engine_init.c (ssl_init_Engine): Log the OpenSSLJoe Orton2004-03-041-0/+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
* * modules/ssl/ssl_engine_init.c (ssl_init_proxy_certs): Fail earlyJoe Orton2003-11-251-10/+24
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-2/+2
* Although we initialize mc->pid in the child init phase,William A. Rowe Jr2003-08-051-0/+6
* Reaction to Jeff Trawick's observations that we are double-initializingWilliam A. Rowe Jr2003-06-171-7/+0
* Solve a pretty horrific bug in SSLCryptoDevice and other places whereWilliam A. Rowe Jr2003-05-301-14/+3
* Based on list discussion between myself and Geoff, it seems prudentWilliam A. Rowe Jr2003-05-301-2/+2
* Roll away the SSL_EXPERIMENTAL_ENGINE test in favor of testing for theWilliam A. Rowe Jr2003-05-191-2/+2
* Introduce a number of SSLC hints to mod_ssl, including the followingWilliam A. Rowe Jr2003-04-031-4/+12
* DougM confirms Madhu's suspicions, this change was inadvertent.William A. Rowe Jr2003-03-061-1/+1
* finished that boring job:André Malo2003-02-031-1/+1
* After introducing tests in the cmds, we lose the absolute authorityWilliam A. Rowe Jr2003-01-131-1/+0
* All we care about is the type and name, just ask for the type and name.William A. Rowe Jr2002-12-231-1/+1
* After some productive feedback and no negative feedback, introduceWilliam A. Rowe Jr2002-12-141-2/+7
* Rearrange OpenSSL engine initialization to support RANDJeff Trawick2002-11-111-7/+7
* Fix memory leak in mod_ssl from internal SSL library allocationsWilliam A. Rowe Jr2002-10-291-0/+1
* This stuff shouldn't have been committed. This is the SSL upgrade stuff,Ryan Bloom2002-10-141-8/+3
* Fix a compile of compiler warnings. I don't know how these slipped past.Ryan Bloom2002-10-111-3/+8
* Changes for deprecated apr_is_fnmatchWilliam A. Rowe Jr2002-07-081-1/+1
* make some small steps towards getting the post config hookJeff Trawick2002-06-071-12/+23
* The only remaining question ... are nested or strictly unnested locksWilliam A. Rowe Jr2002-06-041-1/+1
* prevent possible segv in ssl_init_CheckServers if s->addrs is NULL.Doug MacEachern2002-05-171-1/+1
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-45/+45
* Remove SSLLog and SSLLogLevel directives in favor of having mod_ssl use theJustin Erenkrantz2002-05-161-4/+2
* Change mod_ssl from using ssl_log() to ap_log_error().Justin Erenkrantz2002-05-161-115/+119
* Stop using SSL_ADD_SSLERR option in ssl_log() and replace with newJustin Erenkrantz2002-05-151-8/+16
* copy-n-pasto: need to use SSL_X509_INFO_load_*path* on pkp->cert_pathDoug MacEachern2002-04-021-1/+1
* enable the verify callback for proxyDoug MacEachern2002-03-301-6/+1
* implement proxy client certificate callbackDoug MacEachern2002-03-301-0/+4
* load SSLProxyMachineCertificate{File,Path}Doug MacEachern2002-03-301-0/+38
* add SSLProxyEngine directive. this was not required in the 1.x basedDoug MacEachern2002-03-291-1/+5