[ruby/openssl] Fix test_pkey_ec.rb on FIPS.
https://github.com/ruby/openssl/commit/d07183f639
This commit is contained in:
parent
f370c4dc03
commit
7f407e0240
@ -229,6 +229,8 @@ class OpenSSL::TestEC < OpenSSL::PKeyTestCase
|
||||
end
|
||||
|
||||
def test_ECPrivateKey_encrypted
|
||||
omit_on_fips
|
||||
|
||||
p256 = Fixtures.pkey("p256")
|
||||
# key = abcdef
|
||||
pem = <<~EOF
|
||||
|
Loading…
x
Reference in New Issue
Block a user