From: Ralf S. Engelschall Date: Sat, 5 May 2001 15:06:35 +0000 (+0000) Subject: Start writing down incompatibilities to mod_ssl 2.x from Apache 1.3. X-Git-Tag: 2.0.18~99 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a561739b987c22470d86a2bb915466bb1a6f5fa1;p=apache Start writing down incompatibilities to mod_ssl 2.x from Apache 1.3. 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@89011 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/README b/modules/ssl/README index 1c66798558..2ac248480e 100644 --- a/modules/ssl/README +++ b/modules/ssl/README @@ -140,3 +140,10 @@ mod_ssl automatically recognizes this OpenSSL variant and then can activate external crypto devices through SSLCryptoDevice directive. + INCOMPATIBILITIES + + The following intentional incompatibilities exist between mod_ssl 2.x + from Apache 1.3 and this mod_ssl version for Apache 2.0: + + o The complete EAPI-based SSL_VENDOR stuff was removed. +