turning on FIPS mode for different applications- Does POST takes place every time FIPS_mode_set() is called?

2013-04-15 Thread Cipher
Hi, According to FIPS security requirement, untill POST and other tests are successful in FIPS mode, no crypto interfaces should be up. Now, i have a doubt here. I have two daemons, sshd and apache. I turn on FIPS in *sshd*, which runs POST and other algorithm tests and then listens on port 22 in

Re: [patch] openssl s_{client,server} improvements for Kerberos (fwd)

2013-04-15 Thread Richard Silverman
Hello, A patch I submitted has been sitting in RT for several months now with no action: http://rt.openssl.org/Ticket/Display.html?id=2962 Is there anything else I should do to get this looked at? Thanks, -- Richard E. Silverman

Re: turning on FIPS mode for different applications- Does POST takes place every time FIPS_mode_set() is called?

2013-04-15 Thread Steve Marquess
On 04/15/2013 03:16 AM, Cipher wrote: Hi, According to FIPS security requirement, untill POST and other tests are successful in FIPS mode, no crypto interfaces should be up. Now, i have a doubt here. I have two daemons, sshd and apache. I turn on FIPS in *sshd*, which runs POST and other