summaryrefslogtreecommitdiff
path: root/modules/tls
Commit message (Expand)AuthorAgeFilesLines
* *) mod_tls: updating to rustls-ffi version 0.9.2 or higher.Stefan Eissing2023-05-022-3/+4
* Fix some typoChristophe Jaillet2021-12-2510-23/+23
* Try to workaround a linkage issue with rustls.Christophe Jaillet2021-12-221-0/+13
* * mod_tls: remove modules.mk, should not be under version controlStefan Eissing2021-12-011-7/+0
* *) mod_tls: added mod_tls from abetterinternet, donatedStefan Eissing2021-11-3024-0/+7223
* Remove mod_tls. All of the filters in mod_tls can now be found inRyan Bloom2001-09-128-988/+0
* Toggle the /Zi flag to allow all supportd versions of VC (5, 6, 7) toWilliam A. Rowe Jr2001-08-261-1/+1
* Changes for rbb's #include/build openssl/inc32 patch.William A. Rowe Jr2001-08-211-2/+2
* Based on the VC6 switch - and pulling the win32 make files from cvsWilliam A. Rowe Jr2001-08-171-2/+5
* The purpose of this patch is to toggle the debugging mode (default) toWilliam A. Rowe Jr2001-08-171-12/+10
* Given a choice between chasing my tail to keep these updated, and rollingWilliam A. Rowe Jr2001-08-171-389/+0
* Ignore goodnessWilliam A. Rowe Jr2001-08-161-0/+1
* More VersioningWilliam A. Rowe Jr2001-08-161-4/+39
* Update for the 2.0.23 tagWilliam A. Rowe Jr2001-08-071-62/+28
* Undo my unintentionally overzelous name change, and fix the style of sizeof()William A. Rowe Jr2001-08-021-9/+9
* Port mod_tls.c from Eastern Europe to Apache-landWilliam A. Rowe Jr2001-08-011-244/+256
* Ooops... my fooness.William A. Rowe Jr2001-07-311-2/+2
* Ok... for _today_ ...William A. Rowe Jr2001-07-311-3/+47
* Change lib locations for openssl's debugging default targetsWilliam A. Rowe Jr2001-07-311-1/+1
* zero the SSLStateMachine in case of early error, else SSLStateMachine_free segvsDoug MacEachern2001-07-241-0/+2
* Update for latest structure changes for 2.0.21William A. Rowe Jr2001-07-201-8/+9
* s/destroy/free/g; likeness to SSL namingDoug MacEachern2001-07-183-5/+5
* give some more diagnostics if server cert or key file cannot be readDoug MacEachern2001-07-182-3/+23
* add cleanup of SSLStateMachine to tls filterDoug MacEachern2001-07-183-0/+16
* Fix incl/libpath to / slashes for an upcoming patch to cvtdsp.cWilliam A. Rowe Jr2001-07-171-4/+4
* Remove openssl path-specific .h comparisonsWilliam A. Rowe Jr2001-07-091-51/+1
* Refresh .mak files for tagging 2.0.19William A. Rowe Jr2001-06-281-0/+428
* Ignore goodnessWilliam A. Rowe Jr2001-06-281-0/+3
* Just a mssing braceWilliam A. Rowe Jr2001-06-271-1/+1
* tls goodness for Win32William A. Rowe Jr2001-06-272-0/+123
* Win32/OS2 require APR_STATUS_IS_EFOO() tests, not == EFOO, since ourWilliam A. Rowe Jr2001-06-271-1/+1
* Be more strict when --with-tls was given without a DIR value.Martin Kraemer2001-05-081-0/+3
* Try to auto-detect the location of the OpenSSL stuff. The old logic wasMartin Kraemer2001-05-081-27/+29
* Back out the recent change to ap_get_brigade, to make it use indirectionRyan Bloom2001-05-061-2/+2
* Fix a bug in the input handling. ap_http_filter() was modifying *readbytesGreg Stein2001-05-051-5/+4
* Move the AC_MSG_CHECKING into the module-specific macro to make sure theRalf S. Engelschall2001-05-051-1/+1
* Allow mod_tls and mod_ssl coexists without interfering each other byRalf S. Engelschall2001-05-051-3/+3
* fix my APR_STATUS_IS_EAGAIN() usageJeff Trawick2001-04-301-1/+1
* Completely revamp configure so that it preserves the standard makeRoy T. Fielding2001-04-291-8/+8
* Get mod_tls to compile/work better on Windows.Jeff Trawick2001-04-272-3/+7
* Prevent a core dump (openssl_state_machine.c is completely infected withMartin Kraemer2001-04-271-1/+1
* Not that it matters, but the compiler complains (suggest parentheses around ...)Martin Kraemer2001-04-271-2/+4
* This is C, not C++ (yet ;-).Martin Kraemer2001-04-271-23/+25
* Search for OpenSSL in the "standard locations" .../include and .../libMartin Kraemer2001-04-271-1/+8
* Make mod_tls compile. Fix supplied by Jean-Frederic ClereMartin Kraemer2001-04-261-2/+3
* At the hack-athon we decided to change the way that input filtersRyan Bloom2001-04-221-4/+4
* Working SSL/TLS! Yay!Ben Laurie2001-02-183-75/+153
* Remove some Makefile.libdir's. These were used by Configure in ApacheRyan Bloom2001-02-161-4/+0
* ignore generated file modules.mkJeff Trawick2001-02-121-0/+1
* Allow mod_tls to compile on Unix boxes where openssl has already beenRyan Bloom2001-02-121-1/+8