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_x509req.rb
Age
Commit message (
Expand
)
Author
2022-12-13
[ruby/openssl] Use SHA256 instead of SHA1 where needed in tests.
Jarek Prokop
2020-05-13
[ruby/openssl] Look up digest by name instead of constant
Bart de Water
2020-02-16
Import openssl-2.2.0 (#2693)
Hiroshi SHIBATA
2017-11-25
openssl: import v2.1.0.beta2
rhe
2017-09-03
openssl: import v2.1.0.beta1
rhe
2016-12-10
openssl: import v2.0.1
rhe
2016-08-29
import Ruby/OpenSSL 2.0.0.beta.1
rhe
2016-06-07
openssl: adjust tests for OpenSSL 1.1.0
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-07-23
test_x509req.rb: fix for RHEL7
nobu
2014-07-23
RHEL7 disables MD5
naruse
2014-07-22
split assertions into algorithms
naruse
2012-09-03
* ext/openssl/extconf.rb: Detect OpenSSL_FIPS macro
emboss
2011-05-15
* remove trailing spaces.
nobu
2010-12-25
Support OpenSSL 1.1; it supports RSA1024 and DSS1.
naruse
2010-12-15
drying up the requires in the openssl tests
tenderlove
2010-02-28
* test/openssl/{test_x509cert.rb,openssl,test_x509crl.rb,
naruse
2010-02-28
* test/openssl/{test_x509cert.rb,openssl,test_x509req.rb}:
naruse
2010-02-02
use require_relative.
akr
2004-05-19
* rescue LoadError. [ruby-dev:23539]
gotoyuzo
2004-05-17
* test for OpenSSL::X509
gotoyuzo