aboutsummaryrefslogtreecommitdiffstats
path: root/test/openssl/test_x509name.rb
Commit message (Expand)AuthorAgeFilesLines
* 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