diff options
author | Graham Leggett <minfrin@apache.org> | 2011-12-02 15:12:16 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2011-12-02 15:12:16 +0100 |
commit | 3ef5d034cdc02396058c48506991ab1f3a8ef2c1 (patch) | |
tree | 4729cd9cfe61e2f769eb47e17d46b7a49916e6f5 /README | |
parent | mod_session_crypto: Fix a pool lifetime problem when reading from (diff) | |
download | apache2-3ef5d034cdc02396058c48506991ab1f3a8ef2c1.tar.xz apache2-3ef5d034cdc02396058c48506991ab1f3a8ef2c1.zip |
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-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |