Author: trawick Date: Wed Oct 7 22:44:58 2009 New Revision: 822952 URL: http://svn.apache.org/viewvc?rev=822952&view=rev Log: Restore the information that the OpenSSL and NSS implementations of the apr_crypto interface don't build by default. Restore the use of separate change entries for the interface and current implementations of the apr_crypto interface. Modified: apr/apr-util/branches/1.4.x/CHANGES Modified: apr/apr-util/branches/1.4.x/CHANGES URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/CHANGES?rev=822952&r1=822951&r2=822952&view=diff ============================================================================== --- apr/apr-util/branches/1.4.x/CHANGES [utf-8] (original) +++ apr/apr-util/branches/1.4.x/CHANGES [utf-8] Wed Oct 7 22:44:58 2009 @@ -10,13 +10,17 @@ *) apr_dbd_freetds: The sybdb.h header file might be freetds/sybdb.h or sybdb.h. [Graham Leggett] + *) Add apr_crypto implementations for OpenSSL and Mozilla NSS. Add a unit + test to verify the interoperability of the two modules. Builds default + to disabled unless explicitly enabled. + [Graham Leggett] + *) Add the apr_crypto interface, a rewrite of the earlier apr_ssl code, based on the modular dso interface used for dbd and ldap. Initially, the interface supports symmetrical encryption and decryption. The purpose of the interface is to offer portable and interoperable access to basic crypto using the native crypto libraries present on - each platform. Implementations are provided for OpenSSL and Mozilla - NSS. [Graham Leggett] + each platform. [Graham Leggett] *) Add DTrace Probes to Hooks, making it easier to inspect APR Hook based applications with DTrace. [Theo Schlossnagle ]