Skip to content

Commit

Permalink
Fix test_pkey_ec.rb on FIPS.
Browse files Browse the repository at this point in the history
  • Loading branch information
junaruga committed Sep 21, 2023
1 parent 4d64c38 commit d07183f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Rake::TestTask.new(:test_fips_internal) do |t|
t.test_files = FileList[
'test/openssl/test_fips.rb',
'test/openssl/test_pkey.rb',
'test/openssl/test_pkey_ec.rb',
]
t.warning = true
end
Expand Down
2 changes: 2 additions & 0 deletions test/openssl/test_pkey_ec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ def test_ECPrivateKey_with_parameters
end

def test_ECPrivateKey_encrypted
omit_on_fips

p256 = Fixtures.pkey("p256")
# key = abcdef
pem = <<~EOF
Expand Down

0 comments on commit d07183f

Please sign in to comment.