aboutsummaryrefslogtreecommitdiffstats
path: root/test/openssl/test_asn1.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/openssl] Fix typos [ci skip]Nobuyoshi Nakada2021-11-031-1/+1
* [ruby/openssl] require OpenSSL >= 1.0.2 and LibreSSL >= 3.1Kazuki Yamaguchi2021-07-181-4/+3
* [ruby/openssl] Look up digest by name instead of constantBart de Water2020-05-131-3/+3
* Import openssl-2.2.0 (#2693)Hiroshi SHIBATA2020-02-161-6/+32
* Skip very time consuming test [Bug #16196]Nobuyoshi Nakada2019-10-101-0/+1
* Slimed down test runtime by stressing openssl.so only [Bug #16196]Nobuyoshi Nakada2019-10-101-2/+1
* Guard static variable firstNobuyoshi Nakada2019-10-101-0/+5
* openssl: merge test fixes from upstreamrhe2017-09-051-5/+10
* openssl: import v2.1.0.beta1rhe2017-09-031-269/+367
* openssl: import v2.0.3rhe2017-01-311-0/+7
* openssl: import v2.0.1rhe2016-12-101-0/+8
* openssl: import v2.0.0rhe2016-11-301-194/+141
* openssl: use ASN1_ENUMERATED_to_BN() if neededrhe2016-06-091-0/+6
* openssl: add missing test for r55219rhe2016-05-311-0/+8
* openssl: clear OpenSSL error queue before return to Rubyrhe2016-05-181-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* use assert_raisenobu2015-06-021-1/+1
* test/openssl: skip old OpenSSLnobu2014-12-131-1/+1
* * ext/openssl/ossl_asn1.c (asn1time_to_time): Implement YYMMDDhhmmZdrbrain2013-07-221-0/+8
* * test/openssl/test_asn1_rb:emboss2012-09-031-1/+1
* remove trainling spaces.nobu2012-08-211-1/+1
* * ext/openssl/ossl_asn1.c: raise TypeError when trying to encode nilemboss2012-03-281-0/+12
* * ext/openssl/ossl_asn1.c: fix int_ossl_asn1_decode0_cons when beingemboss2011-09-251-0/+25
* * ext/openssl/ossl_asn1.c: Do not parse zero-tagged values as EOC. Doemboss2011-05-231-0/+25
* * ext/openssl/ossl_asn1.c: Forbid Constructives whose value is not anemboss2011-05-221-0/+12
* * ext/openssl/ossl_asn1.c: Forbid Constructive without infiniteemboss2011-05-221-0/+11
* * ext/openssl/ossl_asn1.c: Fix decoding of infinite length values.emboss2011-05-221-2/+75
* * remove trailing spaces.nobu2011-05-151-2/+2
* * ext/openssl/ossl_asn1.c (ossl_asn1_decode0): OpenSSL::ASN1.decodenahi2011-01-261-0/+10
* * ext/openssl/ossl_asn1.c: indefinite length BER to DER encoding istenderlove2010-12-111-0/+227
* refactor load error rescue to the openssl util filetenderlove2010-12-111-6/+1
* * backport r29071 from ruby_1_8;nahi2010-08-231-0/+14
* use require_relative.akr2010-02-021-1/+1
* * test/openssl/test_asn1.c: String#[]= doesnt't accept Integer.gotoyuzo2006-07-021-1/+1
* * ext/openssl/ossl_asn1.c (ossl_asn1_traverse, ossl_asn1_decode):gotoyuzo2004-12-211-0/+197