aboutsummaryrefslogtreecommitdiffstats
path: root/test/openssl/test_x509name.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/openssl] Look up digest by name instead of constantBart de Water2020-05-131-2/+2
* Import openssl-2.2.0 (#2693)Hiroshi SHIBATA2020-02-161-10/+22
* Get rid of false positive misspellingsNobuyoshi Nakada2019-12-241-7/+8
* Ignore warnings about ambiguous first argument with the negative integer.Hiroshi SHIBATA2019-06-011-6/+6
* openssl: sync with upstream repositoryrhe2018-10-181-4/+10
* openssl: sync with upstream repositoryrhe2018-08-081-0/+9
* openssl: import v2.1.0.beta1rhe2017-09-031-23/+88
* openssl: import v2.0.3rhe2017-01-311-0/+10
* openssl: import v2.0.1rhe2016-12-101-0/+1
* openssl: import v2.0.0rhe2016-11-301-2/+2
* import Ruby/OpenSSL 2.0.0.beta.1rhe2016-08-291-0/+5
* openssl: adjust tests for OpenSSL 1.1.0rhe2016-06-071-5/+0
* openssl: clear OpenSSL error queue before return to Rubyrhe2016-05-181-4/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* test/openssl: skip old OpenSSLnobu2014-12-131-1/+1
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-061-0/+1
* * test/openssl/test_asn1_rb:emboss2012-09-031-1/+1
* Fix condition.naruse2012-02-081-1/+1
* "street" for X509 Name is not supported before 0.9.8m.naruse2012-02-081-9/+28
* * ext/openssl/ossl_x509name.c: Use the numerical representation ofemboss2012-02-081-0/+51
* * ext/openssl/ossl_x509name.c: Add X509::Name#hash_old as a wrapper nahi2011-06-231-0/+20
* drying up the requires in the openssl teststenderlove2010-12-151-5/+1
* Include Comparable in OpenSSL::X509::Name, document #<=>drbrain2010-12-101-0/+14
* * ext/openssl/lib/openssl/x509-internal.rb: removed unused localnahi2010-09-101-2/+2
* * test/openssl/ssl_server.rb: try to listen ports from 20443 to 20542gotoyuzo2004-11-171-24/+11
* * ext/openssl/ossl_x509name.c (ossl_x509name_to_s): add optionalgotoyuzo2004-09-131-0/+99
* * test/openssl/test_x509name.rb: short names of some OIDs (serialNumbergotoyuzo2004-05-241-6/+24
* * rescue LoadError. [ruby-dev:23539]gotoyuzo2004-05-191-1/+8
* * test for OpenSSL::X509gotoyuzo2004-05-171-0/+155