summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2011-12-02 14:07:53 +0000
committerGraham Leggett <minfrin@apache.org>2011-12-02 14:07:53 +0000
commit4d1d087bd5fe04a7dec08f5335c1b8f3f0bafd56 (patch)
treeab3be3330c5d38af7b5ff456918c20b71c10ff39 /README
parent03f9c9188838709c61eeb477919e18d0507c8758 (diff)
downloadapr-4d1d087bd5fe04a7dec08f5335c1b8f3f0bafd56.tar.gz
Update the crypto notices for apr_crypto.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1209490 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 5 insertions, 2 deletions
diff --git a/README b/README
index 4222d6158..016c8f169 100644
--- a/README
+++ b/README
@@ -227,6 +227,9 @@ code and source code.
The following provides more details on the included cryptographic
software:
- APR provides an abstract interface for SSL cryptographic functions,
- specifically @bug XXX Fill This In XXX!
+ APR provides an abstract 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.