From 7f407e0240ebd41d9fb1ea1bbd15442ed8744b34 Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Tue, 19 Sep 2023 19:19:27 +0200 Subject: [PATCH] [ruby/openssl] Fix test_pkey_ec.rb on FIPS. https://github.com/ruby/openssl/commit/d07183f639 --- test/openssl/test_pkey_ec.rb | 2 ++ 1 file changed, 2 insertions(+) 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