Author: kkolinko Date: Sun Apr 27 04:12:04 2014 New Revision: 1590343 URL: http://svn.apache.org/r1590343 Log: Propose alternative FIPS mode implementation
Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=1590343&r1=1590342&r2=1590343&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/STATUS.txt (original) +++ tomcat/tc6.0.x/trunk/STATUS.txt Sun Apr 27 04:12:04 2014 @@ -50,15 +50,25 @@ PATCHES PROPOSED TO BACKPORT: value when in FIPS mode. You cannot expect it to be '1'. Reference: http://wiki.openssl.org/index.php/FIPS_mode%28%29 - -1: + Alternative patch is proposed below. + -* Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=56363 +* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56363 Update version of Tomcat Native library included with Tomcat to 1.1.30 and make it the recommended version. https://people.apache.org/~kkolinko/patches/2014-04-27_tc6_native_1_1_30.patch +1: kkolinko -1: +* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=56027 + Add more options for managing FIPS mode in the AprLifecycleListener. + Update to version 1.1.30 of Tomcat Native library. + (This feature requires TCNative 1.1.30) + (Reimplemented, based on earlier proposal by schultz) + https://people.apache.org/~kkolinko/patches/2014-04-27_tc6_56027_FIPSMode.patch + +1: kkolinko + -1: + * Defensive coding around some XML activities that are triggered by web applications and are therefore at potential risk of a memory leak. http://people.apache.org/~markt/patches/2014-04-25-memory-leak-tc6-v1.patch --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org