summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Chiang <sachiang@amazon.com>2025-05-15 00:50:04 +0000
committergit <svn-admin@ruby-lang.org>2025-05-15 16:40:42 +0000
commit0b9644c252483d2d677ee05b487369f5462e5693 (patch)
tree9ea3edcb832f7d628342cf216e637d7d7fb5ab77
parentb2ab1b04094b74ebdbd16cb78a81cc71f019100f (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.rb2
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