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.
2 parents dfbbac6 + 25ad8f4 commit 58cf287Copy full SHA for 58cf287
test/openssl/test_pkey_dh.rb
@@ -103,6 +103,8 @@ def test_generate_key
103
end if !openssl?(3, 0, 0)
104
105
def test_params_ok?
106
+ omit_on_fips
107
+
108
# Skip the tests in old OpenSSL version 1.1.1c or early versions before
109
# applying the following commits in OpenSSL 1.1.1d to make `DH_check`
110
# function pass the RFC 7919 FFDHE group texts.
test/openssl/test_pkey_ec.rb
@@ -72,6 +72,8 @@ def test_marshal
72
end
73
74
def test_check_key
75
76
77
key0 = Fixtures.pkey("p256")
78
assert_equal(true, key0.check_key)
79
assert_equal(true, key0.private?)
0 commit comments