| Commit message (Expand) | Author | Age | Files | Lines |
* | * Check for correct OpenSSL version for mod_ssl_ct | Ruediger Pluem | 2024-07-05 | 1 | -1/+11 |
* | Add module mod_ssl_ct, which provides an implementation of Certificate | Jeff Trawick | 2014-04-21 | 1 | -0/+8 |
* | Improve ephemeral key handling (companion to r1526168): | Kaspar Brand | 2013-09-29 | 1 | -1/+0 |
* | switch back to MOD_SSL_LDADD, as suggested by jorton | Kaspar Brand | 2012-09-19 | 1 | -1/+1 |
* | Spin off module-specific build options into separate build vars. | Kaspar Brand | 2012-09-16 | 1 | -2/+1 |
* | revert r1385214, as I inadvertently left out acinclude.m4. | Kaspar Brand | 2012-09-16 | 1 | -1/+2 |
* | Spin off module-specific build options into separate build vars. | Kaspar Brand | 2012-09-16 | 1 | -2/+1 |
* | Enforce OpenSSL 0.9.7 as a minimum requirement in configure, and | Kaspar Brand | 2011-08-07 | 1 | -7/+0 |
* | Drop support for the RSA BSAFE SSL-C toolkit from configure, | Kaspar Brand | 2011-08-07 | 1 | -2/+2 |
* | enable mod_ssl at level 'most' | Stefan Fritsch | 2011-07-24 | 1 | -7/+11 |
* | Allow to specify module specific custom linker flags | Rainer Jung | 2011-07-05 | 1 | -1/+1 |
* | Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl use | Stefan Fritsch | 2010-11-06 | 1 | -4/+0 |
* | Add support for OCSP "stapling": | Joe Orton | 2009-10-25 | 1 | -0/+1 |
* | Session cache interface redesign, Part 9: | Joe Orton | 2008-04-08 | 1 | -128/+0 |
* | mod_ssl: Add support for OCSP validation of client certificates: | Joe Orton | 2007-11-29 | 1 | -0/+8 |
* | Remove unneeded -I in apr_memcache test, since _INCLUDES already includes the... | Paul Querna | 2007-07-12 | 1 | -1/+1 |
* | Fix VPATH builds of httpd with the apr_memcache backend for ssl sessions, whe... | Paul Querna | 2007-07-12 | 1 | -1/+1 |
* | Add support for distributed caching of SSL Sessions inside memcached, using a... | Paul Querna | 2007-06-08 | 1 | -0/+52 |
* | update license header text | Roy T. Fielding | 2006-07-12 | 1 | -13/+13 |
* | update license header text | Roy T. Fielding | 2006-07-12 | 1 | -0/+1 |
* | Update the last year of copyright. | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | Update remaining 2004 copyright notices. | Joe Orton | 2005-06-14 | 1 | -1/+2 |
* | * modules/ssl/config.m4: Use libtool's -export-symbols-regex flag to | Joe Orton | 2004-11-10 | 1 | -0/+5 |
* | Fix use of mod_ssl as a DSO linked against static SSL libraries; also | Joe Orton | 2004-03-06 | 1 | -1/+2 |
* | Move mod_ssl-internal interfaces into ssl_private.h; allow mod_ssl.h | Joe Orton | 2004-02-28 | 1 | -1/+3 |
* | Relicense. | Joe Orton | 2004-02-28 | 1 | -47/+12 |
* | We need the SSL module dir in our path in order to compile mod_ssl. | Justin Erenkrantz | 2004-02-05 | 1 | -0/+1 |
* | Add support to mod_ssl for a distributed session cache using | Joe Orton | 2004-01-08 | 1 | -0/+75 |
* | Remove shmht session cache in favour of shmcb; shmht has had | Joe Orton | 2003-11-25 | 1 | -2/+0 |
* | These tests now exist in acinclude.m4 | William A. Rowe Jr | 2003-05-27 | 1 | -3/+0 |
* | The patch below reverts the prior commit to eliminate SSL_set_state(). | William A. Rowe Jr | 2003-05-22 | 1 | -0/+1 |
* | Drop SSL_set_state() in favor of a proper SSL_renegotiate() to begin | William A. Rowe Jr | 2003-05-19 | 1 | -1/+0 |
* | Roll away the SSL_EXPERIMENTAL_ENGINE test in favor of testing for the | William A. Rowe Jr | 2003-05-19 | 1 | -0/+1 |
* | First point out that we lost HAVE_SSL_SET_STATE and HAVE_SSL_SET_CERT_STORE | William A. Rowe Jr | 2003-05-19 | 1 | -0/+2 |
* | Replace the APACHE_CHECK_SSL_TOOLKIT method with a cleaner one, using | Madhusudan Mathihalli | 2003-03-13 | 1 | -2/+0 |
* | removing old proxy extension code | Doug MacEachern | 2002-03-29 | 1 | -1/+0 |
* | add configure checks for ssl functions: | Doug MacEachern | 2002-03-27 | 1 | -0/+2 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | remove obsolete ssl_ds_{table,array} api | Doug MacEachern | 2002-03-13 | 1 | -1/+0 |
* | Turns out this is causing problems on my linux box (libtool 1.3.5), so | Aaron Bannert | 2001-11-14 | 1 | -1/+1 |
* | Gets mod_ssl building/loading as a DSO on some platforms (like HPUX). | Aaron Bannert | 2001-11-07 | 1 | -1/+1 |
* | Eventually we will want to only find openssl once regardless of how | Roy T. Fielding | 2001-05-10 | 1 | -99/+1 |
* | When no specific location of openssl is given, we need to check the | Roy T. Fielding | 2001-05-08 | 1 | -5/+6 |
* | remove remaining references to compat and sdbm | Ralf S. Engelschall | 2001-05-05 | 1 | -2/+0 |
* | Next step in mod_ssl integration: | Ralf S. Engelschall | 2001-05-05 | 1 | -3/+28 |
* | Integrate mod_ssl into the Autoconf facility. | Ralf S. Engelschall | 2001-05-05 | 1 | -0/+160 |