<div dir="ltr"><div>This isn't the most correct fix, however the new release broke</div><div>the testfipsssl ability to verify that -ssl2 is not accepted for</div><div>SSLFIPS_ENABLE requests, since this check now fails OK</div><div>instead of failing NOK as it is supposed to...</div><div><br></div><div>--- 1.0.2g/test/testfipsssl     2016-03-01 12:29:25 UTC (rev 8415)</div><div>+++ 1.0.2g/test/testfipsssl     2016-03-02 10:07:40 UTC (rev 8416)</div><div>@@ -38,8 +38,9 @@</div><div> echo test ssl3 is forbidden in FIPS mode</div><div> $ssltest -ssl3 $extra && exit 1</div><div><br></div><div>-echo test ssl2 is forbidden in FIPS mode</div><div>-$ssltest -ssl2 $extra && exit 1</div><div>+## echo test ssl2 is forbidden in FIPS mode</div><div>+## $ssltest -ssl2 $extra && exit 1</div><div>+## The test above should fail, but the recent changes skip instead</div><div><br></div><div> echo test tls1</div><div> $ssltest -tls1 $extra || exit 1</div></div>