]> granicus.if.org Git - apache/history - modules/ssl
add "-l" option to indicate interval is based on localtime not gmt
[apache] / modules / ssl /
2004-06-03 Joe OrtonAdd "SSLUserName" directive to set r->user based on...
2004-06-03 Joe OrtonAdd "SSLHonorCipherOrder" directive to enable the OpenS...
2004-06-03 Joe OrtonDrop support for the "CompatEnvVars" argument to SSLOpt...
2004-05-27 Joe Orton* modules/ssl/ssl_scache.c (ssl_scache_expire): Remove...
2004-05-25 Joe Orton* modules/ssl/ssl_util.c, modules/ssl/ssl_private.h...
2004-05-25 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_hook_UserCheck...
2004-05-17 Joe Orton* modules/ssl/ssl_engine_config.c (ssl_config_global_cr...
2004-05-12 Madhusudan MathihalliFix SEGV in 'shmcb' session cache:
2004-03-26 Madhusudan MathihalliIn the newer versions of OpenSSL, the flag SSL_SESS_CAC...
2004-03-25 Joe Orton* modules/ssl/ssl_engine_io.c (ssl_io_filter_cleanup...
2004-03-12 Joe Orton* modules/ssl/ssl_engine_log.c (ssl_log_annotation...
2004-03-11 William A. Rowe Jr Pick up mod_status.h
2004-03-10 Joe Orton* modules/ssl/ssl_engine_log.c (ssl_log_annotate, ssl_l...
2004-03-06 Joe OrtonFix use of mod_ssl as a DSO linked against static SSL...
2004-03-05 Bradley NicholesAllow the enabled flag to be set to more than just...
2004-03-05 Bradley NicholesAllow the enabled flag to be set to more that just...
2004-03-04 Joe Orton* modules/ssl/ssl_engine_init.c (ssl_init_Engine):...
2004-03-04 Joe Orton* modules/ssl/ssl_engine_log.c (ssl_log_ssl_error)...
2004-03-04 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_lookup,
2004-03-04 Joe Orton* modules/ssl/ssl_engine_vars (ssl_var_lookup): const...
2004-03-04 Joe Orton* modules/ssl/ssl_engine_vars (ssl_var_lookup): Optimis...
2004-03-04 Joe Orton* modules/ssl/mod_ssl.h: Declare ssl_is_https optional...
2004-03-04 Joe Orton* modules/ssl/ssl_engine_vars (ssl_var_lookup): Fix...
2004-02-29 Joe Orton* modules/ssl/ssl_engine_io.c (ssl_io_filter_disable,
2004-02-28 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cer...
2004-02-28 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cer...
2004-02-28 Joe OrtonMove mod_ssl-internal interfaces into ssl_private.h...
2004-02-28 Joe OrtonRelicense.
2004-02-28 Madhusudan MathihalliSend the 'Close Alert' message to the peer upon closing...
2004-02-25 Joe Orton* modules/ssl/ssl_engine_io.c (ssl_io_filter_disable...
2004-02-22 Joe Orton* modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle...
2004-02-22 Joe Orton* modules/ssl/ssl_scache_shmcb.c (ssl_scache_shmcb_init...
2004-02-10 Joe Orton* modules/ssl/ssl_engine_pphrase.c: Note that the ERR_c...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-02-05 Justin ErenkrantzWe need the SSL module dir in our path in order to...
2004-01-23 Joe Orton* modules/ssl/ssl_engine_io.c (ssl_io_filter_output...
2004-01-12 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl...
2004-01-08 Joe Orton* modules/ssl/ssl_scache_dc.c: Add the Apache Software...
2004-01-08 Joe OrtonAdd support to mod_ssl for a distributed session cache...
2004-01-01 André Maloupdate license to 2004.
2003-12-15 Martin KraemerWe need the error strings loaded as early as possible
2003-12-15 Jeff Trawickget mod_ssl.dsp to load again
2003-12-12 Joe OrtonFix format string warnings from gcc on amd64:
2003-11-26 Joe Orton* modules/ssl/mod_ssl.h: Remove prototypes for shmht.
2003-11-25 Joe OrtonExtend mod_status output to include SSL session cache...
2003-11-25 Joe OrtonRemove shmht session cache in favour of shmcb; shmht...
2003-11-25 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_log_handler_x...
2003-11-25 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_lookup): Only...
2003-11-25 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_ver...
2003-11-25 Joe Orton* modules/ssl/ssl_engine_init.c (ssl_init_proxy_certs...
2003-11-16 Justin ErenkrantzSync with APR-util deprecated functions.
2003-10-30 Joe Orton* ssl_engine_log.c (ssl_log_ssl_error): Use the thread...
2003-10-30 Joe OrtonFix missing human-readable error information in SSL...
2003-10-23 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_log_handler_c...
2003-10-22 Joe OrtonFix a cosmetic issue where OpenSSL 0.9.7 will dump...
2003-09-22 William A. Rowe Jr SSL-C doesn't declare the char* file arg const, so...
2003-09-10 Jim JagielskiThese silent errors have bitten me a few times, now...
2003-09-08 William A. Rowe Jr Simplify includes - we always (in HTTPD 2.1 forward...
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-08-29 Joe Orton* ssl_engine_io.c (ssl_io_filter_connect): Check the
2003-08-12 Cliff WoolleyMake mod_ssl consistent with itself when you have a...
2003-08-08 Sander StrikerTrivial change to reporting an error when an identity...
2003-08-07 Sander StrikerAdd an error msg when encountering a spoofed identity...
2003-08-07 Sander StrikerFix FakeBasicAuth for subrequests. This was reported...
2003-08-05 William A. Rowe Jr Although we initialize mc->pid in the child init...
2003-07-24 Joe OrtonPrevent the OpenSSL id_callback from pointing at a...
2003-07-21 Joe OrtonPrevent segfaults after SSL renegotiation failures.
2003-07-14 Jeff Trawickmod_ssl: Fix a problem setting variables that represent the
2003-07-14 Jeff Trawicknot valid to modify string pointed to by szCryptoDevice...
2003-07-09 Sander StrikerForward port patch for CAN-2003-0192 from 2.0.
2003-06-24 William A. Rowe Jr Narrow the scope of several OPENSSL-specific setup...
2003-06-20 Martin KraemerUse portable macro instead of the (no longer working...
2003-06-20 Martin KraemerNeeded on EBCDIC systems
2003-06-17 William A. Rowe Jr Reaction to Jeff Trawick's observations that we are...
2003-06-11 William A. Rowe Jr OPENSSL_load_builtin_modules -appears- to have been...
2003-06-07 Jeff TrawickUnix: Handle permissions settings for flock-based mutex...
2003-06-02 William A. Rowe Jr The right patch (thanks to Eric for identifying the...
2003-05-31 Justin ErenkrantzRevert revision 1.81 which called non-existent SSL_load...
2003-05-30 William A. Rowe Jr OpenSSL_add_all_algorithms is simply an alias for...
2003-05-30 William A. Rowe Jr Provide a far more useful explanation when SSLCryptoD...
2003-05-30 William A. Rowe Jr Solve a pretty horrific bug in SSLCryptoDevice and...
2003-05-30 William A. Rowe Jr Based on list discussion between myself and Geoff...
2003-05-27 William A. Rowe Jr These tests now exist in acinclude.m4
2003-05-22 William A. Rowe Jr The patch below reverts the prior commit to eliminate...
2003-05-19 William A. Rowe Jr Drop SSL_set_state() in favor of a proper SSL_renegot...
2003-05-19 William A. Rowe Jr Drop archiac notes - no special steps required once...
2003-05-19 William A. Rowe Jr Roll away the SSL_EXPERIMENTAL_ENGINE test in favor...
2003-05-19 William A. Rowe Jr First point out that we lost HAVE_SSL_SET_STATE and...
2003-05-16 Justin ErenkrantzGet the AP_ and APR_ prefixes right.
2003-05-16 William A. Rowe Jr Why wouldn't this be a mod_ssl header?
2003-05-16 William A. Rowe Jr Assure that we block on the read BIO when we invoke...
2003-05-01 Jeff Trawicktweak the const-ness of MODSSL_INFO_CB_ARG_TYPE based...
2003-04-06 Justin ErenkrantzFurther breakage from r.1.131: MODSSL_INFO_CB_ARG_TYPE...
2003-04-06 Justin ErenkrantzFix compile breakage introduced in r1.131.
2003-04-05 William A. Rowe Jr Solve SSL-C breakage introduced in mod_ssl.h rev...
2003-04-05 William A. Rowe Jr Noop MS DevStudio IDE change\r to include ssl_toolkit_...
2003-04-05 William A. Rowe Jr Have some consistency! Fixes logic I introduced...
2003-04-05 William A. Rowe Jr Reapply the fix *intended* by rev 1.79 in a safer...
next