- Jun 28, 2001
-
-
William A. Rowe Jr authored
One cannot have an entirely empty struct ... this is just to make things actually compile, and exclude an include we don't have on Win32. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89460 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
What once was ap_ ... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89459 13f79535-47bb-0310-9956-ffa450edef68
-
- May 14, 2001
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89113 13f79535-47bb-0310-9956-ffa450edef68
-
- May 10, 2001
-
-
Roy T. Fielding authored
many modules depend on it, so make the check an autoconf macro. Note that this still isn't being checked "the autoconf way", but it is better than what we have now. I'm not sure about the -R stuff, but I am told that Solaris won't build without it. This is something that should be tested using AC_TRY_LINK rather than assuming openssl isn't already on the ld path. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89063 13f79535-47bb-0310-9956-ffa450edef68
-
- May 08, 2001
-
-
Roy T. Fielding authored
places where people install upgraded software first, since otherwise we will get the older versions installed by the OS distribution. That's very bad for us because we are requiring a version of openssl that is more recent than most of the Linux distros. When finding the openssl helper program, check both the PATH and the default install dirs, since openssl isn't normally included on a user's path. Use APR_ADDTO to add to the make macros in order to avoid duplicates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89053 13f79535-47bb-0310-9956-ffa450edef68
-
- May 05, 2001
-
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89032 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89031 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
depended code (table_read, table_write). This is possible because this table library is local to mod_ssl and inside mod_ssl this library is used for manipulating hash tables inside shared memory segments only. So we can just get rid of the unportable parts at all. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89030 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89029 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89027 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89026 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
SSL_LIBRARY_VERSION has to be already available. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89025 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89024 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89022 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
ap_hook_xxx equivalents. More work has to be done here to clean all this up and reduce to a minimum... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89020 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
longer handle the bottom line of I/O ourself. Additionally this again simplifies mod_ssl's I/O part for later transition to mod_tls's approach with buckets. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89019 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
later for this or we don't do it at all. But we certainly no longer want to see any platform specific things inside a module. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89018 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
pre-sucking on POST requests and I/O re-injection in case of SSL renegotiations. This all either cannot be solved any longer or at least has to be implemented totally different through I/O layering/filtering. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89017 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89016 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89015 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89014 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
APR's DBM API instead. The remaining question just is whether APR's DBM allows "larger" things like SSL sessions to be stored... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89013 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
incompatible at many places to Apache 1.3 we also don't want this stuff anymore. Apache 2.0's mod_ssl will be mostly compatibile with Apache 1.3's mod_ssl, of course. But we really no longer want to be compatible to Sioux and other obsolete SSL things... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89012 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
Our general goal is to axe down mod_ssl to a minimum, because what we don't have anymore we don't have to port and as simpler mod_ssl becomes. Nevertheless we will try to minimize incompatibilities if possible. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89011 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
If we want this later again, we have to do it differently anyway. So, for now we try to strip down mod_ssl as heavy as possible and hence we kick out this stuff at all. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89010 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
lex/yacc stuff) into Makefile.in and getting rid of the old Apache 1.3 Makefile.tmpl file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89009 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
Add missing files to build environment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89006 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89005 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89004 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
no longer need, because mod_ssl no longer has its own version. libssl.modules is now more or less (except for the old custom Apache 1.3 configuration rules) replaced by the Autoconf based config.m4. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89003 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
(currently only stub files are compiled) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@89002 13f79535-47bb-0310-9956-ffa450edef68
-
- May 04, 2001
-
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@88997 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@88996 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
transfer copyright of all code to ASF by using Apache Software License v1.1 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@88995 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@88994 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@88988 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 21, 2000
-
-
William A. Rowe Jr authored
Last of the Win32 goodness I've noticed git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@87503 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 05, 2000
-
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@87195 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 24, 1999
-
-
Roy T. Fielding authored
Apache 1.3.9 baseline for the Apache 2.0 repository. Obtained from: Apache 1.3.9 (minus unused files), tag APACHE_1_3_9 Submitted by: Apache Group git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@83750 13f79535-47bb-0310-9956-ffa450edef68
-