You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by mi...@apache.org on 2011/12/02 15:09:01 UTC

svn commit: r1209495 - /apr/apr-util/branches/1.4.x/README

Author: minfrin
Date: Fri Dec  2 14:08:59 2011
New Revision: 1209495

URL: http://svn.apache.org/viewvc?rev=1209495&view=rev
Log:
Update the crypto notices for apr_crypto.

Modified:
    apr/apr-util/branches/1.4.x/README

Modified: apr/apr-util/branches/1.4.x/README
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/README?rev=1209495&r1=1209494&r2=1209495&view=diff
==============================================================================
--- apr/apr-util/branches/1.4.x/README (original)
+++ apr/apr-util/branches/1.4.x/README Fri Dec  2 14:08:59 2011
@@ -98,6 +98,12 @@ code and source code.
 The following provides more details on the included cryptographic
 software:
 
+  APR-Util 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.
+
   APR-Util provides an abstract interface for SSL encrypted LDAP (ldaps
   and STARTTLS style) connections, which can be powered by OpenLDAP, 
   Netscape LDAP SDK, Mozilla LDAP SDK, or other platform specific ldap