[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:
parent
6f3bd3769b
commit
f14995e212
@ -178,6 +178,8 @@ module OpenSSL
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_create_with_keytype
|
def test_create_with_keytype
|
||||||
|
omit "AWS-LC does not support KEY_SIG and KEY_EX" if aws_lc?
|
||||||
|
|
||||||
OpenSSL::PKCS12.create(
|
OpenSSL::PKCS12.create(
|
||||||
"omg",
|
"omg",
|
||||||
"hello",
|
"hello",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user