]> granicus.if.org Git - apache/history - modules/ssl
update transformation
[apache] / modules / ssl /
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...
2003-04-05 William A. Rowe Jr EVP_PKEY_free() is refcounted on OpenSSL, but NOT...
2003-04-05 William A. Rowe Jr A cosmetic change to 1.79 - a real X509 *cert is...
2003-04-04 Jeff Trawickget function prototypes for strcasecmp() and strncasecmp()
2003-04-04 Jeff TrawickFix a compile failure with recent OpenSSL and picky...
2003-04-03 William A. Rowe Jr Introduce a number of SSLC hints to mod_ssl, includin...
2003-04-03 William A. Rowe Jr We presume to HAVE_OPENSSL - we were falling into...
2003-04-03 William A. Rowe Jr HAVE_SSL_SET_STATE=1 is a product of autoconf for...
2003-03-31 Jim JagielskiMatch what we do with the ssl_scache_dbm
2003-03-31 William A. Rowe Jr Must fix - Win32 can't deal with this code, and...
2003-03-29 André MaloFix mod_ssl.dsp and abs.dsp to use also the openssl...
2003-03-29 Jim JagielskiBecause SSL's child init is run *after* we change uid...
2003-03-28 William A. Rowe Jr Per JimJ's review - we prefer posix over semv, fcntl...
2003-03-28 William A. Rowe Jr Addendum to r1.74; Keep only the resulting filename...
2003-03-27 William A. Rowe Jr Addendum to r1.21... I missed the fact that we blew...
2003-03-27 William A. Rowe Jr Fix a serious bug where the 'next' generation of...
2003-03-27 William A. Rowe Jr Allow any mutex to accept a 'filename' ... and always...
2003-03-26 Jim Jagielskihelps to actually use it
2003-03-14 Madhusudan MathihalliOpenSSL should be included as "openssl/ssl.h" and not...
2003-03-13 Madhusudan MathihalliReplace the APACHE_CHECK_SSL_TOOLKIT method with a...
2003-03-12 Madhusudan MathihalliFix PR 17864, and also fixes a SEGV problem when SHMHT...
2003-03-11 William A. Rowe Jr After discussions at length on dev@apr/httpd, it...
2003-03-06 William A. Rowe Jr DougM confirms Madhu's suspicions, this change was...
2003-02-23 Jim JagielskiRight now SSLMutex is bogus. It just uses APR_LOCK_DEFA...
next