aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_x509cert.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed inconsistency directory structure with ruby/ruby repoHiroshi SHIBATA2020-02-171-288/+0
* Prefer `frozen_string_literal: true`.Samuel Williams2020-02-061-1/+1
* check AIA extension is criticalthekuwayama2019-11-191-2/+1
* add helper to retrieve OCSP URIs from Certificatethekuwayama2019-11-191-2/+35
* add invalid extension testthekuwayama2019-11-111-0/+21
* Add helper to retrieve CRL URIs from a certificateBart de Water2019-11-011-0/+16
* Add Marshal support to X509 objectsBart de Water2019-10-291-0/+11
* simplify AKI parsing to only return keyIdentifier fieldBen Toews2019-09-271-4/+1
* helpers for accessing AKI/SKI extensions of certs/crlsBen Toews2019-09-271-2/+12
* test/test_x509cert: fix flaky testKazuki Yamaguchi2017-11-221-5/+11
* x509cert: implement X509::Certificate#==Kazuki Yamaguchi2017-10-121-0/+14
* Merge branch 'maint'Kazuki Yamaguchi2017-08-261-0/+4
|\
| * Backport "Merge branch 'topic/test-memory-leak'" to maintKazuki Yamaguchi2017-08-241-8/+4
* | Merge branch 'maint'Kazuki Yamaguchi2017-08-081-0/+9
|\|
| * bio: do not use the FILE BIO method in ossl_obj2bio()Kazuki Yamaguchi2017-07-111-0/+9
* | test: prepare test PKey instances on demandKazuki Yamaguchi2017-01-171-4/+4
* | test: let OpenSSL::TestCase include OpenSSL::TestUtilsKazuki Yamaguchi2017-01-161-4/+0
* | Remove support for OpenSSL 0.9.8 and 1.0.0topic/drop-openssl-098-and-100Kazuki Yamaguchi2016-12-221-24/+6
|/
* test: call super from each test case's 'setup' methodKazuki Yamaguchi2016-12-051-0/+1
* test: fix fragile test casesKazuki Yamaguchi2016-11-301-59/+24
* openssl: adjust tests for OpenSSL 1.1.0rhe2016-06-091-1/+1
* openssl: clear OpenSSL error queue before return to Rubyrhe2016-05-311-4/+1
* Sync trunkZachary Scott2016-02-021-0/+1
* Sync tests with trunkZachary Scott2015-01-061-1/+1
* import ruby trunkSHIBATA Hiroshi2014-10-271-0/+226