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_x509name.rb
Age
Commit message (
Expand
)
Author
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
2019-12-24
Get rid of false positive misspellings
Nobuyoshi Nakada
2019-06-01
Ignore warnings about ambiguous first argument with the negative integer.
Hiroshi SHIBATA
2018-10-18
openssl: sync with upstream repository
rhe
2018-08-08
openssl: sync with upstream repository
rhe
2017-09-03
openssl: import v2.1.0.beta1
rhe
2017-01-31
openssl: import v2.0.3
rhe
2016-12-10
openssl: import v2.0.1
rhe
2016-11-30
openssl: import v2.0.0
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
2012-11-06
* ruby.c (load_file_internal): set default source encoding as
naruse
2012-09-03
* test/openssl/test_asn1_rb:
emboss
2012-02-08
Fix condition.
naruse
2012-02-08
"street" for X509 Name is not supported before 0.9.8m.
naruse
2012-02-08
* ext/openssl/ossl_x509name.c: Use the numerical representation of
emboss
2011-06-23
* ext/openssl/ossl_x509name.c: Add X509::Name#hash_old as a wrapper
nahi
2010-12-15
drying up the requires in the openssl tests
tenderlove
2010-12-10
Include Comparable in OpenSSL::X509::Name, document #<=>
drbrain
2010-09-10
* ext/openssl/lib/openssl/x509-internal.rb: removed unused local
nahi
2004-11-17
* test/openssl/ssl_server.rb: try to listen ports from 20443 to 20542
gotoyuzo
2004-09-13
* ext/openssl/ossl_x509name.c (ossl_x509name_to_s): add optional
gotoyuzo
2004-05-24
* test/openssl/test_x509name.rb: short names of some OIDs (serialNumber
gotoyuzo
2004-05-19
* rescue LoadError. [ruby-dev:23539]
gotoyuzo
2004-05-17
* test for OpenSSL::X509
gotoyuzo