diff options
author | Graham Leggett <minfrin@apache.org> | 2011-12-02 14:16:46 +0000 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2011-12-02 14:16:46 +0000 |
commit | 4a98590e80da6910154d5eefbc2751ff990b2f96 (patch) | |
tree | f7502b618aad70ec822da14ec1f0f141feee6eda | |
parent | 3ef5d034cdc02396058c48506991ab1f3a8ef2c1 (diff) | |
download | httpd-4a98590e80da6910154d5eefbc2751ff990b2f96.tar.gz |
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
-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 |