From 0b9644c252483d2d677ee05b487369f5462e5693 Mon Sep 17 00:00:00 2001 From: Samuel Chiang Date: Thu, 15 May 2025 00:50:04 +0000 Subject: [PATCH] [ruby/openssl] AWS-LC has support for parsing ber constructed strings now https://github.com/ruby/openssl/commit/cdfc08db50 --- test/openssl/test_pkcs7.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/openssl/test_pkcs7.rb b/test/openssl/test_pkcs7.rb index e8973f73fe..5a52f4ce5f 100644 --- a/test/openssl/test_pkcs7.rb +++ b/test/openssl/test_pkcs7.rb @@ -355,8 +355,6 @@ END end def test_decode_ber_constructed_string - pend "AWS-LC ASN.1 parsers has no current support for parsing indefinite BER constructed strings" if aws_lc? - p7 = OpenSSL::PKCS7.encrypt([@ee1_cert], "content", "aes-128-cbc") # Make an equivalent BER to p7.to_der. Here we convert the encryptedContent