summaryrefslogtreecommitdiffstats
path: root/modules/ssl/config.m4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Check for correct OpenSSL version for mod_ssl_ctRuediger Pluem2024-07-051-1/+11
* Add module mod_ssl_ct, which provides an implementation of CertificateJeff Trawick2014-04-211-0/+8
* Improve ephemeral key handling (companion to r1526168):Kaspar Brand2013-09-291-1/+0
* switch back to MOD_SSL_LDADD, as suggested by jortonKaspar Brand2012-09-191-1/+1
* Spin off module-specific build options into separate build vars.Kaspar Brand2012-09-161-2/+1
* revert r1385214, as I inadvertently left out acinclude.m4.Kaspar Brand2012-09-161-1/+2
* Spin off module-specific build options into separate build vars.Kaspar Brand2012-09-161-2/+1
* Enforce OpenSSL 0.9.7 as a minimum requirement in configure, andKaspar Brand2011-08-071-7/+0
* Drop support for the RSA BSAFE SSL-C toolkit from configure,Kaspar Brand2011-08-071-2/+2
* enable mod_ssl at level 'most'Stefan Fritsch2011-07-241-7/+11
* Allow to specify module specific custom linker flagsRainer Jung2011-07-051-1/+1
* Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl useStefan Fritsch2010-11-061-4/+0
* Add support for OCSP "stapling":Joe Orton2009-10-251-0/+1
* Session cache interface redesign, Part 9:Joe Orton2008-04-081-128/+0
* mod_ssl: Add support for OCSP validation of client certificates:Joe Orton2007-11-291-0/+8
* Remove unneeded -I in apr_memcache test, since _INCLUDES already includes the...Paul Querna2007-07-121-1/+1
* Fix VPATH builds of httpd with the apr_memcache backend for ssl sessions, whe...Paul Querna2007-07-121-1/+1
* Add support for distributed caching of SSL Sessions inside memcached, using a...Paul Querna2007-06-081-0/+52
* update license header textRoy T. Fielding2006-07-121-13/+13
* update license header textRoy T. Fielding2006-07-121-0/+1
* Update the last year of copyright.Colm MacCarthaigh2006-04-191-1/+1
* Update remaining 2004 copyright notices.Joe Orton2005-06-141-1/+2
* * modules/ssl/config.m4: Use libtool's -export-symbols-regex flag toJoe Orton2004-11-101-0/+5
* Fix use of mod_ssl as a DSO linked against static SSL libraries; alsoJoe Orton2004-03-061-1/+2
* Move mod_ssl-internal interfaces into ssl_private.h; allow mod_ssl.hJoe Orton2004-02-281-1/+3
* Relicense.Joe Orton2004-02-281-47/+12
* We need the SSL module dir in our path in order to compile mod_ssl.Justin Erenkrantz2004-02-051-0/+1
* Add support to mod_ssl for a distributed session cache usingJoe Orton2004-01-081-0/+75
* Remove shmht session cache in favour of shmcb; shmht has hadJoe Orton2003-11-251-2/+0
* These tests now exist in acinclude.m4William A. Rowe Jr2003-05-271-3/+0
* The patch below reverts the prior commit to eliminate SSL_set_state().William A. Rowe Jr2003-05-221-0/+1
* Drop SSL_set_state() in favor of a proper SSL_renegotiate() to beginWilliam A. Rowe Jr2003-05-191-1/+0
* Roll away the SSL_EXPERIMENTAL_ENGINE test in favor of testing for theWilliam A. Rowe Jr2003-05-191-0/+1
* First point out that we lost HAVE_SSL_SET_STATE and HAVE_SSL_SET_CERT_STOREWilliam A. Rowe Jr2003-05-191-0/+2
* Replace the APACHE_CHECK_SSL_TOOLKIT method with a cleaner one, usingMadhusudan Mathihalli2003-03-131-2/+0
* removing old proxy extension codeDoug MacEachern2002-03-291-1/+0
* add configure checks for ssl functions:Doug MacEachern2002-03-271-0/+2
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* remove obsolete ssl_ds_{table,array} apiDoug MacEachern2002-03-131-1/+0
* Turns out this is causing problems on my linux box (libtool 1.3.5), soAaron Bannert2001-11-141-1/+1
* Gets mod_ssl building/loading as a DSO on some platforms (like HPUX).Aaron Bannert2001-11-071-1/+1
* Eventually we will want to only find openssl once regardless of howRoy T. Fielding2001-05-101-99/+1
* When no specific location of openssl is given, we need to check theRoy T. Fielding2001-05-081-5/+6
* remove remaining references to compat and sdbmRalf S. Engelschall2001-05-051-2/+0
* Next step in mod_ssl integration:Ralf S. Engelschall2001-05-051-3/+28
* Integrate mod_ssl into the Autoconf facility.Ralf S. Engelschall2001-05-051-0/+160