2005-01-14 |
Joe Orton | * modules/ssl/ssl_engine_io.c (bio_filter_out_flush... |
commit | commitdiff | tree |
2005-01-14 |
Joe Orton | * modules/ssl/mod_ssl.c: Declare new config directives |
commit | commitdiff | tree |
2005-01-05 |
William A.... | It's perferable to use a debug build of ssleay32... |
commit | commitdiff | tree |
2005-01-02 |
William A.... | FINALLY Correct ap_http_method()! It is NOT a method... |
commit | commitdiff | tree |
2004-12-15 |
Joe Orton | * modules/ssl/ssl_engine_io.c (bio_filter_out_flush... |
commit | commitdiff | tree |
2004-12-15 |
Joe Orton | * modules/ssl/ssl_engine_io.c (ssl_io_filter_cleanup... |
commit | commitdiff | tree |
2004-12-08 |
Joe Orton | * modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVeri... |
commit | commitdiff | tree |
2004-12-07 |
Joe Orton | * modules/ssl/ssl_engine_io.c (ssl_io_filter_Upgrade... |
commit | commitdiff | tree |
2004-12-02 |
Joe Orton | * modules/ssl/ssl_engine_io.c (ssl_io_filter_Upgrade... |
commit | commitdiff | tree |
2004-12-02 |
Paul Querna | Use a case insensitive compare when looking for 'Upgrade'. |
commit | commitdiff | tree |
2004-11-25 |
Joe Orton | * modules/ssl/ssl_engine_mutex.c (ssl_mutex_on, ssl_mut... |
commit | commitdiff | tree |
2004-11-21 |
André Malo | general property cleanup |
commit | commitdiff | tree |
2004-11-19 |
Joe Orton | Remove the .cvsignore files. |
commit | commitdiff | tree |
2004-11-14 |
Joe Orton | Fix handling of non-blocking reads in mod_ssl (triggere... |
commit | commitdiff | tree |
2004-11-10 |
Joe Orton | Add -t -DDUMP_CERTS option to mod_ssl which dumps the... |
commit | commitdiff | tree |
2004-11-10 |
Joe Orton | * modules/ssl/config.m4: Use libtool's -export-symbols... |
commit | commitdiff | tree |
2004-11-10 |
Joe Orton | * modules/ssl/ssl_engine_io.c, modules/ssl/ssl_engine_k... |
commit | commitdiff | tree |
2004-11-04 |
Joe Orton | Remove bogus comment: for SSLPassPhraseDialog exec... |
commit | commitdiff | tree |
2004-11-01 |
Joe Orton | * modules/ssl/ssl_engine_kernel.c (ssl_hook_UserCheck... |
commit | commitdiff | tree |
2004-10-13 |
Bradley Nicholes | Add a check for SSL_ENABLED_OPTIONAL to the http_method... |
commit | commitdiff | tree |
2004-10-12 |
Joe Orton | * os/unix/os.h: Define AP_NEED_SET_MUTEX_PERMS. |
commit | commitdiff | tree |
2004-10-08 |
Joe Orton | Fix CAN-2004-0885: |
commit | commitdiff | tree |
2004-09-30 |
Jean-Frederic... | Use the right length. |
commit | commitdiff | tree |
2004-09-22 |
Joe Orton | * modules/ssl/ssl_engine_io.c (ssl_io_filter_connect... |
commit | commitdiff | tree |
2004-09-22 |
Joe Orton | * modules/ssl/ssl_scache_shmcb.c (ssl_scahe_shmcb_init... |
commit | commitdiff | tree |
2004-09-22 |
Joe Orton | * modules/ssl/ssl_engine_vars.c: Map "UID" suffix to... |
commit | commitdiff | tree |
2004-08-18 |
Joe Orton | * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cer... |
commit | commitdiff | tree |
2004-08-17 |
Joe Orton | * modules/ssl/ssl_engine_io.c (ssl_io_input_read):... |
commit | commitdiff | tree |
2004-08-11 |
Joe Orton | * modules/ssl/ssl_engine_kernel.c (ssl_callback_SSLVeri... |
commit | commitdiff | tree |
2004-08-11 |
Joe Orton | * modules/ssl/ssl_engine_io.c (ssl_io_input_read):... |
commit | commitdiff | tree |
2004-07-13 |
Bradley Nicholes | Tokenize the header while parsing it for the upgrade... |
commit | commitdiff | tree |
2004-06-29 |
Martin Kraemer | Use the correct Apache-2.x EBCDIC conversion function... |
commit | commitdiff | tree |
2004-06-15 |
Joe Orton | * modules/ssl/ssl_engine_io.c (bio_filter_out_flush... |
commit | commitdiff | tree |
2004-06-03 |
Joe Orton | Add "SSLUserName" directive to set r->user based on... |
commit | commitdiff | tree |
2004-06-03 |
Joe Orton | Add "SSLHonorCipherOrder" directive to enable the OpenS... |
commit | commitdiff | tree |
2004-06-03 |
Joe Orton | Drop support for the "CompatEnvVars" argument to SSLOpt... |
commit | commitdiff | tree |
2004-05-27 |
Joe Orton | * modules/ssl/ssl_scache.c (ssl_scache_expire): Remove... |
commit | commitdiff | tree |
2004-05-25 |
Joe Orton | * modules/ssl/ssl_util.c, modules/ssl/ssl_private.h... |
commit | commitdiff | tree |
2004-05-25 |
Joe Orton | * modules/ssl/ssl_engine_kernel.c (ssl_hook_UserCheck... |
commit | commitdiff | tree |
2004-05-17 |
Joe Orton | * modules/ssl/ssl_engine_config.c (ssl_config_global_cr... |
commit | commitdiff | tree |
2004-05-12 |
Madhusudan... | Fix SEGV in 'shmcb' session cache: |
commit | commitdiff | tree |
2004-03-26 |
Madhusudan... | In the newer versions of OpenSSL, the flag SSL_SESS_CAC... |
commit | commitdiff | tree |
2004-03-25 |
Joe Orton | * modules/ssl/ssl_engine_io.c (ssl_io_filter_cleanup... |
commit | commitdiff | tree |
2004-03-12 |
Joe Orton | * modules/ssl/ssl_engine_log.c (ssl_log_annotation... |
commit | commitdiff | tree |
2004-03-11 |
William A.... | Pick up mod_status.h |
commit | commitdiff | tree |
2004-03-10 |
Joe Orton | * modules/ssl/ssl_engine_log.c (ssl_log_annotate, ssl_l... |
commit | commitdiff | tree |
2004-03-06 |
Joe Orton | Fix use of mod_ssl as a DSO linked against static SSL... |
commit | commitdiff | tree |
2004-03-05 |
Bradley Nicholes | Allow the enabled flag to be set to more than just... |
commit | commitdiff | tree |
2004-03-05 |
Bradley Nicholes | Allow the enabled flag to be set to more that just... |
commit | commitdiff | tree |
2004-03-04 |
Joe Orton | * modules/ssl/ssl_engine_init.c (ssl_init_Engine):... |
commit | commitdiff | tree |
2004-03-04 |
Joe Orton | * modules/ssl/ssl_engine_log.c (ssl_log_ssl_error)... |
commit | commitdiff | tree |
2004-03-04 |
Joe Orton | * modules/ssl/ssl_engine_vars.c (ssl_var_lookup, |
commit | commitdiff | tree |
2004-03-04 |
Joe Orton | * modules/ssl/ssl_engine_vars (ssl_var_lookup): const... |
commit | commitdiff | tree |
2004-03-04 |
Joe Orton | * modules/ssl/ssl_engine_vars (ssl_var_lookup): Optimis... |
commit | commitdiff | tree |
2004-03-04 |
Joe Orton | * modules/ssl/mod_ssl.h: Declare ssl_is_https optional... |
commit | commitdiff | tree |
2004-03-04 |
Joe Orton | * modules/ssl/ssl_engine_vars (ssl_var_lookup): Fix... |
commit | commitdiff | tree |
2004-02-29 |
Joe Orton | * modules/ssl/ssl_engine_io.c (ssl_io_filter_disable, |
commit | commitdiff | tree |
2004-02-28 |
Joe Orton | * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cer... |
commit | commitdiff | tree |
2004-02-28 |
Joe Orton | * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cer... |
commit | commitdiff | tree |
2004-02-28 |
Joe Orton | Move mod_ssl-internal interfaces into ssl_private.h... |
commit | commitdiff | tree |
2004-02-28 |
Joe Orton | Relicense. |
commit | commitdiff | tree |
2004-02-28 |
Madhusudan... | Send the 'Close Alert' message to the peer upon closing... |
commit | commitdiff | tree |
2004-02-25 |
Joe Orton | * modules/ssl/ssl_engine_io.c (ssl_io_filter_disable... |
commit | commitdiff | tree |
2004-02-22 |
Joe Orton | * modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle... |
commit | commitdiff | tree |
2004-02-22 |
Joe Orton | * modules/ssl/ssl_scache_shmcb.c (ssl_scache_shmcb_init... |
commit | commitdiff | tree |
2004-02-10 |
Joe Orton | * modules/ssl/ssl_engine_pphrase.c: Note that the ERR_c... |
commit | commitdiff | tree |
2004-02-09 |
André Malo | fix name of The Apache Software Foundation |
commit | commitdiff | tree |
2004-02-08 |
André Malo | fix copyright dates according to the first check in |
commit | commitdiff | tree |
2004-02-06 |
André Malo | apply Apache License, Version 2.0 |
commit | commitdiff | tree |
2004-02-05 |
Justin Erenkrantz | We need the SSL module dir in our path in order to... |
commit | commitdiff | tree |
2004-01-23 |
Joe Orton | * modules/ssl/ssl_engine_io.c (ssl_io_filter_output... |
commit | commitdiff | tree |
2004-01-12 |
Joe Orton | * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl... |
commit | commitdiff | tree |
2004-01-08 |
Joe Orton | * modules/ssl/ssl_scache_dc.c: Add the Apache Software... |
commit | commitdiff | tree |
2004-01-08 |
Joe Orton | Add support to mod_ssl for a distributed session cache... |
commit | commitdiff | tree |
2004-01-01 |
André Malo | update license to 2004. |
commit | commitdiff | tree |
2003-12-15 |
Martin Kraemer | We need the error strings loaded as early as possible |
commit | commitdiff | tree |
2003-12-15 |
Jeff Trawick | get mod_ssl.dsp to load again |
commit | commitdiff | tree |
2003-12-12 |
Joe Orton | Fix format string warnings from gcc on amd64: |
commit | commitdiff | tree |
2003-11-26 |
Joe Orton | * modules/ssl/mod_ssl.h: Remove prototypes for shmht. |
commit | commitdiff | tree |
2003-11-25 |
Joe Orton | Extend mod_status output to include SSL session cache... |
commit | commitdiff | tree |
2003-11-25 |
Joe Orton | Remove shmht session cache in favour of shmcb; shmht... |
commit | commitdiff | tree |
2003-11-25 |
Joe Orton | * modules/ssl/ssl_engine_vars.c (ssl_var_log_handler_x... |
commit | commitdiff | tree |
2003-11-25 |
Joe Orton | * modules/ssl/ssl_engine_vars.c (ssl_var_lookup): Only... |
commit | commitdiff | tree |
2003-11-25 |
Joe Orton | * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_ver... |
commit | commitdiff | tree |
2003-11-25 |
Joe Orton | * modules/ssl/ssl_engine_init.c (ssl_init_proxy_certs... |
commit | commitdiff | tree |
2003-11-16 |
Justin Erenkrantz | Sync with APR-util deprecated functions. |
commit | commitdiff | tree |
2003-10-30 |
Joe Orton | * ssl_engine_log.c (ssl_log_ssl_error): Use the thread... |
commit | commitdiff | tree |
2003-10-30 |
Joe Orton | Fix missing human-readable error information in SSL... |
commit | commitdiff | tree |
2003-10-23 |
Joe Orton | * modules/ssl/ssl_engine_vars.c (ssl_var_log_handler_c... |
commit | commitdiff | tree |
2003-10-22 |
Joe Orton | Fix a cosmetic issue where OpenSSL 0.9.7 will dump... |
commit | commitdiff | tree |
2003-09-22 |
William A.... | SSL-C doesn't declare the char* file arg const, so... |
commit | commitdiff | tree |
2003-09-10 |
Jim Jagielski | These silent errors have bitten me a few times, now... |
commit | commitdiff | tree |
2003-09-08 |
William A.... | Simplify includes - we always (in HTTPD 2.1 forward... |
commit | commitdiff | tree |
2003-09-03 |
Jeff Trawick | switch to APR 1.0 API (which is still in flux) |
commit | commitdiff | tree |
2003-08-29 |
Joe Orton | * ssl_engine_io.c (ssl_io_filter_connect): Check the |
commit | commitdiff | tree |
2003-08-12 |
Cliff Woolley | Make mod_ssl consistent with itself when you have a... |
commit | commitdiff | tree |
2003-08-08 |
Sander Striker | Trivial change to reporting an error when an identity... |
commit | commitdiff | tree |
2003-08-07 |
Sander Striker | Add an error msg when encountering a spoofed identity... |
commit | commitdiff | tree |
2003-08-07 |
Sander Striker | Fix FakeBasicAuth for subrequests. This was reported... |
commit | commitdiff | tree |
2003-08-05 |
William A.... | Although we initialize mc->pid in the child init... |
commit | commitdiff | tree |
next |