aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_asn1.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary usage of _() macroKazuki Yamaguchi2016-07-251-3/+3
* Fix RDoc styletopic/rdoc-fixesKazuki Yamaguchi2016-07-091-5/+2
* openssl: use ASN1_ENUMERATED_to_BN() if neededrhe2016-06-191-2/+6
* openssl: avoid d2i_ASN1_BOOLEAN()rhe2016-06-091-6/+7
* ossl_asn1.c: check overflownobu2016-06-091-2/+3
* openssl: fix the Year 2038 problemrhe2016-06-091-6/+37
* openssl: use NUM2TIMET() to convert Integer to time_trhe2016-05-311-6/+1
* openssl: drop OpenSSL 0.9.6/0.9.7 supportrhe2016-05-311-56/+15
* openssl: use StringValueCStr() where NUL-terminated string is expectedrhe2016-05-311-8/+8
* Sync with ruby trunkZachary Scott2015-09-231-1/+0
* Upstream ruby/ruby@9fbf488 from r50646Zachary Scott2015-06-031-3/+6
* Upstream ruby/ruby@bea4ccb from r50643Zachary Scott2015-06-031-1/+1
* Apply ruby/ruby@325a50fc572516a171d640765d6ddf9b20be14dc to fix typosZachary Scott2015-05-041-1/+1
* Upstream the following commits from trunk ruby:Zachary Scott2015-03-251-1/+1
* Apply documentation fixes from ruby/ruby#834, patch by @vbattsZachary Scott2015-02-211-9/+13
* import ruby trunkSHIBATA Hiroshi2014-10-271-0/+1997