We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
OpenSSL.fips_mode
1 parent 0b83eed commit 2fe3438Copy full SHA for 2fe3438
test/openssl/test_fips.rb
@@ -28,8 +28,10 @@ def test_fips_mode_get_is_false_on_fips_mode_disabled
28
end
29
30
def test_fips_mode_is_reentrant
31
- OpenSSL.fips_mode = false
32
+ assert_separately(["-ropenssl"], <<~"end;")
+ OpenSSL.fips_mode = false
33
34
+ end;
35
36
37
def test_fips_mode_get_with_fips_mode_set
0 commit comments