We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080b21d commit de58f05Copy full SHA for de58f05
test/openssl/test_pkcs7.rb
@@ -355,8 +355,6 @@ def test_degenerate_pkcs7
355
end
356
357
def test_decode_ber_constructed_string
358
- pend "AWS-LC ASN.1 parsers has no current support for parsing indefinite BER constructed strings" if aws_lc?
359
-
360
p7 = OpenSSL::PKCS7.encrypt([@ee1_cert], "content", "aes-128-cbc")
361
362
# Make an equivalent BER to p7.to_der. Here we convert the encryptedContent
0 commit comments