summaryrefslogtreecommitdiff
path: root/test/openssl/test_pkcs7.rb
AgeCommit message (Expand)Author
2025-12-14[ruby/openssl] pkcs7: raise OpenSSL::PKCS7::PKCS7Error in #initializeKazuki Yamaguchi
2025-08-01[ruby/openssl] pkcs7: make PKCS7#add_recipient actually usefulKazuki Yamaguchi
2025-08-01[ruby/openssl] pkcs7: fix error queue leak in OpenSSL::PKCS7#detachedKazuki Yamaguchi
2025-07-31[ruby/openssl] pkcs7: clean up testsKazuki Yamaguchi
2025-05-15[ruby/openssl] AWS-LC has support for parsing ber constructed strings nowSamuel Chiang
2025-04-03[ruby/openssl] pkcs7: fix test failure on RHEL 9Kazuki Yamaguchi
2025-04-03[ruby/openssl] pkcs7: update test case test_graceful_parsing_failureKazuki Yamaguchi
2025-03-30[ruby/openssl] Skip PKCS7 with indefinite length test in AWS-LCSamuel Chiang
2025-02-22[ruby/openssl] test_pkcs7.rb: skip AWS-LC's unsupported featuresSamuel Chiang
2025-02-11[ruby/openssl] pkcs7: add a test case for the data content typeKazuki Yamaguchi
2024-10-31[ruby/openssl] pkcs7: remove default cipher from PKCS7.encryptKazuki Yamaguchi
2024-05-08[ruby/openssl] Add to_text for PKCS7 and Timestamp::ResponseSamuel Giddins
2024-05-02[ruby/openssl] pkcs7: raise PKCS7Error for PKCS7 without content in PKCS7.rea...Jeremy Evans
2024-05-02[ruby/openssl] pkcs7: raise ArgumentError for PKCS7 with no content in PKCS7.newJeremy Evans
2021-03-31[ruby/openssl] pkcs7: keep private key when duplicating PKCS7_SIGNER_INFOKazuki Yamaguchi
2020-02-16Import openssl-2.2.0 (#2693)Hiroshi SHIBATA
2018-08-08openssl: sync with upstream repositoryrhe
2017-09-03openssl: import v2.1.0.beta1rhe
2017-06-14openssl: import v2.0.4rhe
2016-12-10openssl: import v2.0.1rhe
2016-11-30openssl: import v2.0.0rhe
2016-05-25openssl: drop OpenSSL 0.9.6/0.9.7 supportrhe
2016-05-18openssl: clear OpenSSL error queue before return to Rubyrhe
2015-12-16Add frozen_string_literal: false for all filesnaruse
2014-12-13test/openssl: skip old OpenSSLnobu
2014-05-27* test/openssl/test_pkcs7.rb: Fix inverted expected and actual values.kou
2014-05-27* remove trailing spaces.svn
2014-05-27* test/openssl/test_pkcs7.rb: Add tests for PKCS7#type= and add_data.hsbt
2012-08-21remove trainling spaces.nobu
2012-03-29* ext/openssl/ossl_pkcs7.c: fix crash when parsing garbage data.emboss
2010-12-15drying up the requires in the openssl teststenderlove
2010-09-10 * ext/openssl/lib/openssl/x509-internal.rb: removed unused localnahi
2010-02-02use require_relative.akr
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2007-12-08* test/openssl/test_pkcs7.rb: Remove redundant module namespace.gotoyuzo
2005-09-12* test/openssl/test_pkcs7.rb (test_enveloped): skip this testgotoyuzo
2005-09-07* ext/openssl/ossl_asn1.c (asn1str_to_str): new function.gotoyuzo