Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 1948 invoked from network); 23 Aug 2005 13:16:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Aug 2005 13:16:57 -0000 Received: (qmail 88363 invoked by uid 500); 23 Aug 2005 13:16:49 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 88299 invoked by uid 500); 23 Aug 2005 13:16:49 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 88286 invoked by uid 500); 23 Aug 2005 13:16:49 -0000 Received: (qmail 88283 invoked by uid 99); 23 Aug 2005 13:16:48 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 23 Aug 2005 06:16:45 -0700 Received: (qmail 1911 invoked by uid 1135); 23 Aug 2005 13:16:45 -0000 Date: 23 Aug 2005 13:16:45 -0000 Message-ID: <20050823131645.1910.qmail@minotaur.apache.org> From: remm@apache.org To: jakarta-tomcat-catalina-cvs@apache.org Subject: cvs commit: jakarta-tomcat-catalina/webapps/docs apr.xml X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N remm 2005/08/23 06:16:45 Modified: webapps/docs apr.xml Log: - Update Windows paragraph. Revision Changes Path 1.10 +7 -3 jakarta-tomcat-catalina/webapps/docs/apr.xml Index: apr.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/apr.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- apr.xml 11 Aug 2005 13:03:12 -0000 1.9 +++ apr.xml 23 Aug 2005 13:16:45 -0000 1.10 @@ -47,9 +47,13 @@

- Windows binaries are provided for libapr and libtcnative. Windows OpenSSL - binaries are linked from the Official OpenSSL website - (see related/binaries). + Windows binaries are provided for tcnative-1, which is a statically compiled .dll which includes + OpenSSL and APR. It can be downloaded from here + as 32bit or AMD x86-64 binaries. + In security conscious production environments, it is recommended to use separate shared dlls + for OpenSSL, APR, and libtcnative-1, and update them as needed according to security bulletins. + Windows OpenSSL binaries are linked from the Official OpenSSL + website (see related/binaries).

--------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org