Skip to content

Commit d50528b

Browse files
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.
1 parent 027de67 commit d50528b

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)