You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2011/12/02 15:12:51 UTC

svn commit: r1209500 - /httpd/httpd/branches/2.4.x/README

Author: minfrin
Date: Fri Dec  2 14:12:51 2011
New Revision: 1209500

URL: http://svn.apache.org/viewvc?rev=1209500&view=rev
Log:
Update the crypto notices for apr_crypto. apr_ssl is long gone.

Modified:
    httpd/httpd/branches/2.4.x/README

Modified: httpd/httpd/branches/2.4.x/README
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/README?rev=1209500&r1=1209499&r2=1209500&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/README (original)
+++ httpd/httpd/branches/2.4.x/README Fri Dec  2 14:12:51 2011
@@ -70,11 +70,11 @@
     SSL facilities.
 
     In addition, some versions of apr-util provide an abstract interface
-    for SSL encrypted network sockets in the files under the directory
-       srclib/apr-util/ssl/
-    that makes use of a general-purpose encryption library, such as
-    OpenSSL or the operating system's platform-specific SSL facilities.
-    Apache httpd currently does not use that apr-util interface.
+    for symmetrical cryptographic functions that make use of a
+    general-purpose encryption library, such as OpenSSL, NSS, or the
+    operating system's platform-specific facilities. This interface is
+    known as the apr_crypto interface, with implementation beneath the
+    /crypto directory.
 
     Some object code distributions of Apache httpd, indicated with the
     word "crypto" in the package name, may include object code for the