diff options
| author | Jun Aruga <jaruga@redhat.com> | 2023-09-19 19:19:27 +0200 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2023-09-21 18:04:56 +0000 |
| commit | 7f407e0240ebd41d9fb1ea1bbd15442ed8744b34 (patch) | |
| tree | d9c4d53c36fd19f67a163932ca74ec774e392289 | |
| parent | f370c4dc033ee2ac112343b37144fcdafd254fa3 (diff) | |
[ruby/openssl] Fix test_pkey_ec.rb on FIPS.
https://github.com/ruby/openssl/commit/d07183f639
| -rw-r--r-- | test/openssl/test_pkey_ec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/openssl/test_pkey_ec.rb b/test/openssl/test_pkey_ec.rb index 126c1347cf..2cb8e287ab 100644 --- a/test/openssl/test_pkey_ec.rb +++ b/test/openssl/test_pkey_ec.rb @@ -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 |
