diff options
| author | Samuel Chiang <sachiang@amazon.com> | 2025-05-15 00:50:04 +0000 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-05-15 16:40:42 +0000 |
| commit | 0b9644c252483d2d677ee05b487369f5462e5693 (patch) | |
| tree | 9ea3edcb832f7d628342cf216e637d7d7fb5ab77 | |
| parent | b2ab1b04094b74ebdbd16cb78a81cc71f019100f (diff) | |
[ruby/openssl] AWS-LC has support for parsing ber constructed strings now
https://github.com/ruby/openssl/commit/cdfc08db50
| -rw-r--r-- | test/openssl/test_pkcs7.rb | 2 |
1 files changed, 0 insertions, 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 |
