summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add "SSLHonorCipherOrder" directive to enable the OpenSSL 0.9.7 flagJoe Orton2004-06-034-0/+26
* Drop support for the "CompatEnvVars" argument to SSLOptions, which wasJoe Orton2004-06-032-5/+1
* * modules/ssl/ssl_scache.c (ssl_scache_expire): Remove unused function.Joe Orton2004-05-275-28/+3
* * modules/ssl/ssl_util.c, modules/ssl/ssl_private.h: Remove unusedJoe Orton2004-05-252-105/+0
* * modules/ssl/ssl_engine_kernel.c (ssl_hook_UserCheck): Fix bufferJoe Orton2004-05-251-7/+8
* * modules/ssl/ssl_engine_config.c (ssl_config_global_create): Fix gccJoe Orton2004-05-171-5/+4
* Fix SEGV in 'shmcb' session cache:Madhusudan Mathihalli2004-05-121-0/+8
* In the newer versions of OpenSSL, the flag SSL_SESS_CACHE_NO_INTERNAL_LOOKUPMadhusudan Mathihalli2004-03-262-2/+6
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_cleanup): Don't try andJoe Orton2004-03-251-13/+11
* * modules/ssl/ssl_engine_log.c (ssl_log_annotation): const-ify more.Joe Orton2004-03-121-1/+1
* Pick up mod_status.hWilliam A. Rowe Jr2004-03-111-2/+2
* * modules/ssl/ssl_engine_log.c (ssl_log_annotate, ssl_log_annotation,Joe Orton2004-03-101-15/+12
* Fix use of mod_ssl as a DSO linked against static SSL libraries; alsoJoe Orton2004-03-061-1/+2
* Allow the enabled flag to be set to more than just TRUE or FALSE so thatBradley Nicholes2004-03-054-21/+28
* Allow the enabled flag to be set to more that just TRUE or FALSE so thatBradley Nicholes2004-03-051-5/+5
* * modules/ssl/ssl_engine_init.c (ssl_init_Engine): Log the OpenSSLJoe Orton2004-03-041-0/+2
* * modules/ssl/ssl_engine_log.c (ssl_log_ssl_error): Use %lu to printJoe Orton2004-03-041-2/+2
* * modules/ssl/ssl_engine_vars.c (ssl_var_lookup,Joe Orton2004-03-041-3/+3
* * modules/ssl/ssl_engine_vars (ssl_var_lookup): const'ify result andJoe Orton2004-03-041-30/+20
* * modules/ssl/ssl_engine_vars (ssl_var_lookup): Optimise such thatJoe Orton2004-03-041-57/+76
* * modules/ssl/mod_ssl.h: Declare ssl_is_https optional function.Joe Orton2004-03-042-0/+11
* * modules/ssl/ssl_engine_vars (ssl_var_lookup): Fix potentialJoe Orton2004-03-041-4/+4
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_disable,Joe Orton2004-02-291-2/+3
* * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_dn): SimplifyJoe Orton2004-02-281-8/+5
* * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_dn): For a DNJoe Orton2004-02-281-4/+15
* Move mod_ssl-internal interfaces into ssl_private.h; allow mod_ssl.hJoe Orton2004-02-2827-648/+670
* Relicense.Joe Orton2004-02-282-94/+25
* Send the 'Close Alert' message to the peer upon closing a SSL session. ThisMadhusudan Mathihalli2004-02-281-1/+19
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_disable): Don't leak anJoe Orton2004-02-251-0/+1
* * modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle): WordingJoe Orton2004-02-221-3/+3
* * modules/ssl/ssl_scache_shmcb.c (ssl_scache_shmcb_init): Use anJoe Orton2004-02-221-4/+13
* * modules/ssl/ssl_engine_pphrase.c: Note that the ERR_clear_error()Joe Orton2004-02-101-2/+3
* fix name of The Apache Software FoundationAndré Malo2004-02-0926-27/+27
* fix copyright dates according to the first check inAndré Malo2004-02-0825-26/+26
* apply Apache License, Version 2.0André Malo2004-02-0626-1412/+515
* We need the SSL module dir in our path in order to compile mod_ssl.Justin Erenkrantz2004-02-051-0/+1
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_output): Use non-blockingJoe Orton2004-01-231-3/+17
* * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl): Fix segfault ifJoe Orton2004-01-121-4/+6
* * modules/ssl/ssl_scache_dc.c: Add the Apache Software License.Joe Orton2004-01-082-1/+50
* Add support to mod_ssl for a distributed session cache usingJoe Orton2004-01-086-2/+310
* update license to 2004.André Malo2004-01-0125-26/+26
* We need the error strings loaded as early as possibleMartin Kraemer2003-12-151-1/+1
* get mod_ssl.dsp to load againJeff Trawick2003-12-151-1/+2
* Fix format string warnings from gcc on amd64:Joe Orton2003-12-122-3/+5
* * modules/ssl/mod_ssl.h: Remove prototypes for shmht.Joe Orton2003-11-261-8/+0
* Extend mod_status output to include SSL session cache statusJoe Orton2003-11-255-91/+65
* Remove shmht session cache in favour of shmcb; shmht has hadJoe Orton2003-11-259-3214/+11
* * modules/ssl/ssl_engine_vars.c (ssl_var_log_handler_x): FixJoe Orton2003-11-251-1/+0
* * modules/ssl/ssl_engine_vars.c (ssl_var_lookup): Only callJoe Orton2003-11-251-7/+6
* * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_version):Joe Orton2003-11-251-1/+1