From f14995e2123e57e5412f1ac573445c2ba550ee2a Mon Sep 17 00:00:00 2001 From: Samuel Chiang Date: Wed, 12 Feb 2025 01:02:33 +0000 Subject: [PATCH] [ruby/openssl] test_pkcs12.rb: don't use KEY_EX/SIG with AWS-LC AWS-LC does not support the KEY_SIG or KEY_EX flags that were only ever supported by old MSIE. https://github.com/ruby/openssl/commit/d50528b4e2 --- test/openssl/test_pkcs12.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/openssl/test_pkcs12.rb b/test/openssl/test_pkcs12.rb index 68a23b28c0..1b5328774e 100644 --- a/test/openssl/test_pkcs12.rb +++ b/test/openssl/test_pkcs12.rb @@ -178,6 +178,8 @@ module OpenSSL end def test_create_with_keytype + omit "AWS-LC does not support KEY_SIG and KEY_EX" if aws_lc? + OpenSSL::PKCS12.create( "omg", "hello",