summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2011-12-02 14:12:51 +0000
committerGraham Leggett <minfrin@apache.org>2011-12-02 14:12:51 +0000
commit9b66184bcb98c189f56a77cd41c34bad1f36f79a (patch)
tree509d5c494e16b2e37b52fa86db16d5c8a4f8aef0 /README
parent9b2cbd23cdd38b7d83fd5ada0ff17269da69f369 (diff)
downloadhttpd-9b66184bcb98c189f56a77cd41c34bad1f36f79a.tar.gz
Update the crypto notices for apr_crypto. apr_ssl is long gone.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1209500 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 7f90fb1987..a9d6f6d0a3 100644
--- a/README
+++ b/README
@@ -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