aboutsummaryrefslogtreecommitdiffstats
path: root/test/openssl/test_x509cert.rb
Commit message (Expand)AuthorAgeFilesLines
* test/openssl/test_x509cert.rb: Prevent "unused variable" warningYusuke Endoh2021-07-191-1/+1
* [ruby/openssl] Implement `Certificate.load` to load certificate chain. (https...Samuel Williams2021-07-181-0/+32
* [ruby/openssl] x509, ssl, pkcs7: try to parse as DER-encoding firstKazuki Yamaguchi2021-07-181-0/+12
* [ruby/openssl] Look up digest by name instead of constantBart de Water2020-05-131-1/+1
* Import openssl-2.2.0 (#2693)Hiroshi SHIBATA2020-02-161-3/+90
* openssl: import v2.1.0.beta2rhe2017-11-251-0/+20
* openssl: import v2.1.0.beta1rhe2017-09-031-29/+11
* openssl: import v2.0.5rhe2017-08-101-0/+9
* openssl: import v2.0.1rhe2016-12-101-0/+1
* openssl: import v2.0.0rhe2016-11-301-59/+24
* openssl: adjust tests for OpenSSL 1.1.0rhe2016-06-071-1/+1
* 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
* RHEL7 disables MD5naruse2014-07-231-0/+1
* split assertions into algorithmsnaruse2014-07-221-12/+18
* * test/openssl/test_509cert.rb: force sorted order for order-headius2014-06-231-2/+2
* * test/openssl/test_asn1_rb:emboss2012-09-031-7/+6
* * ext/openssl/extconf.rb: Detect OpenSSL_FIPS macroemboss2012-09-031-2/+4
* * test/openssl/test_x509cert.rb: Exclude test that fails when issuingemboss2012-03-291-1/+2
* * test/openssl/test_ocsp.rbemboss2011-07-021-1/+1
* * test/openssl/test_x509cert.rb: Merge DSA-related tests from ruby_1_8emboss2011-05-211-0/+34
* * remove trailing spaces.nobu2011-05-151-2/+2
* Support OpenSSL 1.1; it supports RSA1024 and DSS1.naruse2010-12-251-2/+10
* drying up the requires in the openssl teststenderlove2010-12-151-6/+1
* * test/openssl/{test_x509cert.rb,openssl,test_x509crl.rb,naruse2010-02-281-7/+16
* * test/openssl/{test_x509cert.rb,openssl,test_x509req.rb}:naruse2010-02-281-4/+0
* use require_relative.akr2010-02-021-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-15/+15
* * test: assert_raises has been deprecated since a long time ago.nobu2008-09-241-3/+3
* * rescue LoadError. [ruby-dev:23539]gotoyuzo2004-05-191-2/+9
* * test for OpenSSL::X509gotoyuzo2004-05-171-0/+168