RE: Tomcat/FIPS mode on HEL6

2014-01-16 Thread Robert Sanders
___ From: Christopher Schultz [ch...@christopherschultz.net] Sent: Thursday, January 16, 2014 4:23 PM To: Tomcat Developers List Subject: Re: Tomcat/FIPS mode on HEL6 Robert, On 1/16/14, 1:59 PM, Robert Sanders wrote: > I posted this on Monday from my home ac

Re: Tomcat/FIPS mode on HEL6

2014-01-16 Thread Christopher Schultz
Robert, On 1/16/14, 1:59 PM, Robert Sanders wrote: > I posted this on Monday from my home account, and have some followups > from my work account: > > Recap: On a RHEL6 box with FIPS enabled at boot time Tomcat 6.0.37 > and Tomcat Native Library 1.1.29 will not start if the APR listener > is conf

RE: Tomcat/FIPS mode on HEL6

2014-01-16 Thread Robert Sanders
Another couple of tidbits: A standalone 'c' program running on my FIPs enabled RHEL6.4 box shows the following behavior: FIPS_mode() -> 0 FIPS_selftest() -> 1 FIPS_mode_set(1) -> 1 FIPS_mode() -> 1 FIPS_selftest() -> 1 FIPS_mode_set(1) -> 0 This last 'double' set is one of the two