[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
This commit is contained in:
Samuel Chiang 2025-02-12 01:02:33 +00:00 committed by git
parent 6f3bd3769b
commit f14995e212

View File

@ -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",