summaryrefslogtreecommitdiff
path: root/modules/ssl/ssl_engine_init.c
Commit message (Expand)AuthorAgeFilesLines
* Session cache interface redesign, Part 5:Joe Orton2008-02-251-9/+1
* * modules/ssl/ssl_engine_init.c (ssl_init_FindCAList): Cast returnJoe Orton2008-02-251-1/+1
* Re-implement the SSL session cache abstraction using a vtable; firstJoe Orton2008-02-221-3/+5
* Reduce the WARNING to a DEBUG when SNI support is enabled. Dirk-Willem van Gulik2008-02-111-1/+7
* Restructured server name indication support (PR 34607);Guenter Knauf2008-01-111-98/+27
* added empty line after var declaration.Guenter Knauf2007-12-291-0/+1
* fixed code style, missing prototype warnings, disabled init for proxy, remove...Guenter Knauf2007-12-291-28/+30
* Added server name indication (RFC 4366) support (PR 34607).Guenter Knauf2007-12-211-0/+108
* enable to build with OpenSSL 0.9.9Guenter Knauf2007-11-251-1/+1
* Move the thread locking upcall initialization before the hardware library init,Sander Temme2007-04-051-4/+4
* *) adds compile-time/run time SSL-C version supportWilliam A. Rowe Jr2007-03-211-29/+8
* * Style police / style nitpicking. No functional changes.Ruediger Pluem2006-07-231-3/+3
* Layout and compiler warning.Ben Laurie2006-07-231-4/+4
* Add PKCS#7 support.Ben Laurie2006-07-231-1/+16
* update license header textRoy T. Fielding2006-07-111-6/+6
* * modules/ssl/ssl_engine_init.c (ssl_init_ctx_cleanup_proxy): UnsetJoe Orton2006-06-291-0/+1
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* * modules/ssl/ssl_engine_init.c (ssl_check_public_cert): Fix spuriousJoe Orton2006-02-171-8/+8
* 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