Commit 73c47bd2 authored by Ralf S. Engelschall's avatar Ralf S. Engelschall
Browse files

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
parent 481a325b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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.