Skip to content

Commit be05e00

Browse files
authored
Merge pull request #888 from samuel40791765/update-awslc-pkcs7
AWS-LC has support for parsing ber constructed strings now
2 parents 080b21d + cdfc08d commit be05e00

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)