Notification solution; Post the following notice on our project-specific crypto notice page;
http://apr.apache.org/crypto.html And provide the BIS with a notice of the cryptographic export of the APR-util product "Apache Portability Runtime Utility Library". That notice would link to the page contents below. Comments? Bill Crypto Technologies used in Apache Portability Runtime library; The products of the following APR projects include the following optional crypto related components; APR library (base) - none. APR-iconv library - none. APR-util library: Source Location http://svn.apache.org/repos/asf/apr/apr-util/trunk Includes the optional(1) use of the OpenSSL Cryptographic library to SSL encrypte socket communication using the apr_ssl_socket API. Source Tarball Location http://www.openssl.org/source/ This feature was introduced in version [TBD], previous versions of APR-util library contained no crypto. The ASF builds any distributed binary with no-idea no-mdc2 no-rc5 so as to respect patents related to these algorithm implementations, and generally ships binaries built upon the latest released subversion of OpenSSL unless otherwise noted. [1]Enabling or disabling the APR-util Crypto technologies Using ./configure --with-ssl to build the APR-util product will cause APR-util to be linked to the OpenSSL library installed in the specified location. If --with-ssl is omitted, the library defaults to building no crypto (or it can be explicitly disabled with the ./configure flag --without-ssl).