diff options
author | Graham Leggett <minfrin@apache.org> | 2011-12-02 15:16:46 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2011-12-02 15:16:46 +0100 |
commit | 4a98590e80da6910154d5eefbc2751ff990b2f96 (patch) | |
tree | f7502b618aad70ec822da14ec1f0f141feee6eda /README | |
parent | Update the crypto notices for apr_crypto. apr_ssl is long gone. (diff) | |
download | apache2-4a98590e80da6910154d5eefbc2751ff990b2f96.tar.xz apache2-4a98590e80da6910154d5eefbc2751ff990b2f96.zip |
Clarify the crypto notice for mod_session_crypto.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1209505 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -74,7 +74,10 @@ 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. + /crypto directory. The apr_crypto interface is used by the + mod_session_crypto module available under + modules/session + for optional encryption of session information. Some object code distributions of Apache httpd, indicated with the word "crypto" in the package name, may include object code for the |