Skip to content

Commit cdfc08d

Browse files
AWS-LC has support for parsing ber constructed strings now
1 parent 080b21d commit cdfc08d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/openssl/test_pkcs7.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,6 @@ def test_degenerate_pkcs7
355355
end
356356

357357
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-
360358
p7 = OpenSSL::PKCS7.encrypt([@ee1_cert], "content", "aes-128-cbc")
361359

362360
# Make an equivalent BER to p7.to_der. Here we convert the encryptedContent

0 commit comments

Comments
 (0)