index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
openssl
/
test_pkcs7.rb
Age
Commit message (
Expand
)
Author
2025-12-14
[ruby/openssl] pkcs7: raise OpenSSL::PKCS7::PKCS7Error in #initialize
Kazuki Yamaguchi
2025-08-01
[ruby/openssl] pkcs7: make PKCS7#add_recipient actually useful
Kazuki Yamaguchi
2025-08-01
[ruby/openssl] pkcs7: fix error queue leak in OpenSSL::PKCS7#detached
Kazuki Yamaguchi
2025-07-31
[ruby/openssl] pkcs7: clean up tests
Kazuki Yamaguchi
2025-05-15
[ruby/openssl] AWS-LC has support for parsing ber constructed strings now
Samuel Chiang
2025-04-03
[ruby/openssl] pkcs7: fix test failure on RHEL 9
Kazuki Yamaguchi
2025-04-03
[ruby/openssl] pkcs7: update test case test_graceful_parsing_failure
Kazuki Yamaguchi
2025-03-30
[ruby/openssl] Skip PKCS7 with indefinite length test in AWS-LC
Samuel Chiang
2025-02-22
[ruby/openssl] test_pkcs7.rb: skip AWS-LC's unsupported features
Samuel Chiang
2025-02-11
[ruby/openssl] pkcs7: add a test case for the data content type
Kazuki Yamaguchi
2024-10-31
[ruby/openssl] pkcs7: remove default cipher from PKCS7.encrypt
Kazuki Yamaguchi
2024-05-08
[ruby/openssl] Add to_text for PKCS7 and Timestamp::Response
Samuel 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.new
Jeremy Evans
2021-03-31
[ruby/openssl] pkcs7: keep private key when duplicating PKCS7_SIGNER_INFO
Kazuki Yamaguchi
2020-02-16
Import openssl-2.2.0 (#2693)
Hiroshi SHIBATA
2018-08-08
openssl: sync with upstream repository
rhe
2017-09-03
openssl: import v2.1.0.beta1
rhe
2017-06-14
openssl: import v2.0.4
rhe
2016-12-10
openssl: import v2.0.1
rhe
2016-11-30
openssl: import v2.0.0
rhe
2016-05-25
openssl: drop OpenSSL 0.9.6/0.9.7 support
rhe
2016-05-18
openssl: clear OpenSSL error queue before return to Ruby
rhe
2015-12-16
Add frozen_string_literal: false for all files
naruse
2014-12-13
test/openssl: skip old OpenSSL
nobu
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-21
remove trainling spaces.
nobu
2012-03-29
* ext/openssl/ossl_pkcs7.c: fix crash when parsing garbage data.
emboss
2010-12-15
drying up the requires in the openssl tests
tenderlove
2010-09-10
* ext/openssl/lib/openssl/x509-internal.rb: removed unused local
nahi
2010-02-02
use 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 test
gotoyuzo
2005-09-07
* ext/openssl/ossl_asn1.c (asn1str_to_str): new function.
gotoyuzo