]> granicus.if.org Git - apache/commitdiff
Update the crypto notices for apr_crypto. apr_ssl is long gone.
authorGraham Leggett <minfrin@apache.org>
Fri, 2 Dec 2011 14:12:16 +0000 (14:12 +0000)
committerGraham Leggett <minfrin@apache.org>
Fri, 2 Dec 2011 14:12:16 +0000 (14:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1209499 13f79535-47bb-0310-9956-ffa450edef68

README

diff --git a/README b/README
index 7f90fb1987f51f1267bccacb9fe2a9ac424045ec..a9d6f6d0a355f3b6d7188fe0e3fcb83096b9362c 100644 (file)
--- a/README
+++ b/README
     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