Skip to content

Commit f14995e

Browse files
samuel40791765matzbot
authored andcommitted
[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. ruby/openssl@d50528b4e2
1 parent 6f3bd37 commit f14995e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/openssl/test_pkcs12.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ def test_create_with_mac_itr
178178
end
179179

180180
def test_create_with_keytype
181+
omit "AWS-LC does not support KEY_SIG and KEY_EX" if aws_lc?
182+
181183
OpenSSL::PKCS12.create(
182184
"omg",
183185
"hello",

0 commit comments

Comments
 (0)