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.
1 parent 4d64c38 commit d07183fCopy full SHA for d07183f
Rakefile
@@ -29,6 +29,7 @@ Rake::TestTask.new(:test_fips_internal) do |t|
29
t.test_files = FileList[
30
'test/openssl/test_fips.rb',
31
'test/openssl/test_pkey.rb',
32
+ 'test/openssl/test_pkey_ec.rb',
33
]
34
t.warning = true
35
end
test/openssl/test_pkey_ec.rb
@@ -229,6 +229,8 @@ def test_ECPrivateKey_with_parameters
229
230
231
def test_ECPrivateKey_encrypted
232
+ omit_on_fips
233
+
234
p256 = Fixtures.pkey("p256")
235
# key = abcdef
236
pem = <<~EOF
0 commit comments