summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2011-12-02 14:12:16 +0000
committerGraham Leggett <minfrin@apache.org>2011-12-02 14:12:16 +0000
commit3ef5d034cdc02396058c48506991ab1f3a8ef2c1 (patch)
tree4729cd9cfe61e2f769eb47e17d46b7a49916e6f5 /README
parentefcf8a984cbf72b42aa02ee21146ca9428c439a1 (diff)
downloadhttpd-3ef5d034cdc02396058c48506991ab1f3a8ef2c1.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/trunk@1209499 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