summaryrefslogtreecommitdiff
path: root/modules/ssl
Commit message (Expand)AuthorAgeFilesLines
* FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!William A. Rowe Jr2005-01-022-3/+3
* * modules/ssl/ssl_engine_io.c (bio_filter_out_flush): Revert theJoe Orton2004-12-151-2/+0
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_cleanup): Fix segfaultsJoe Orton2004-12-151-3/+0
* * modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify): UseJoe Orton2004-12-081-1/+2
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_Upgrade): Simplify theJoe Orton2004-12-071-38/+25
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_Upgrade): Remove theJoe Orton2004-12-021-13/+0
* Use a case insensitive compare when looking for 'Upgrade'.Paul Querna2004-12-021-1/+1
* * modules/ssl/ssl_engine_mutex.c (ssl_mutex_on, ssl_mutex_off):Joe Orton2004-11-251-2/+2
* Remove the .cvsignore files.Joe Orton2004-11-191-20/+0
* Fix handling of non-blocking reads in mod_ssl (triggered by recentJoe Orton2004-11-141-3/+5
* Add -t -DDUMP_CERTS option to mod_ssl which dumps the filenames of allJoe Orton2004-11-103-0/+27
* * modules/ssl/config.m4: Use libtool's -export-symbols-regex flag toJoe Orton2004-11-101-0/+5
* * modules/ssl/ssl_engine_io.c, modules/ssl/ssl_engine_kernel.c,Joe Orton2004-11-103-66/+57
* Remove bogus comment: for SSLPassPhraseDialog exec:..., argv isJoe Orton2004-11-041-1/+0
* * modules/ssl/ssl_engine_kernel.c (ssl_hook_UserCheck): Fix possibleJoe Orton2004-11-011-1/+2
* Add a check for SSL_ENABLED_OPTIONAL to the http_method and default_port hook...Bradley Nicholes2004-10-131-2/+2
* * os/unix/os.h: Define AP_NEED_SET_MUTEX_PERMS.Joe Orton2004-10-121-3/+3
* Fix CAN-2004-0885:Joe Orton2004-10-082-0/+23
* Use the right length.Jean-Frederic Clere2004-09-301-1/+1
* * modules/ssl/ssl_engine_io.c (ssl_io_filter_connect): ReturnJoe Orton2004-09-221-1/+3
* * modules/ssl/ssl_scache_shmcb.c (ssl_scahe_shmcb_init): If anonymousJoe Orton2004-09-221-0/+4
* * modules/ssl/ssl_engine_vars.c: Map "UID" suffix to the same OIDJoe Orton2004-09-221-2/+3
* * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_remain): NewJoe Orton2004-08-182-0/+43
* * modules/ssl/ssl_engine_io.c (ssl_io_input_read): Fix rollbackJoe Orton2004-08-171-2/+6
* * modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVerify_CRL),Joe Orton2004-08-111-1/+1
* * modules/ssl/ssl_engine_io.c (ssl_io_input_read): Fix potentialJoe Orton2004-08-111-0/+4
* Tokenize the header while parsing it for the upgrade tokens and once the prot...Bradley Nicholes2004-07-132-13/+31
* Use the correct Apache-2.x EBCDIC conversion function (not the old apache-1.3...Martin Kraemer2004-06-291-4/+3
* * modules/ssl/ssl_engine_io.c (bio_filter_out_flush): Create a newJoe Orton2004-06-151-0/+2
* Add "SSLUserName" directive to set r->user based on a chosen SSLJoe Orton2004-06-034-1/+25
* 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