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
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
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