aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_x509crl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Kazuki Yamaguchi2017-11-251-1/+4
|\
| * x509cert, x509crl, x509req, ns_spki: check sanity of public keyky/pkey-check-sanityKazuki Yamaguchi2017-11-131-1/+4
* | Fix build failure against OpenSSL 1.1 built with no-deprecatedMark Wright2017-11-041-2/+2
* | Merge branch 'maint'Kazuki Yamaguchi2017-08-081-1/+1
|\|
| * bio: prevent possible GC issue in ossl_obj2bio()Kazuki Yamaguchi2017-07-111-1/+1
* | asn1: disallow NULL to be passed to asn1time_to_time()Kazuki Yamaguchi2017-07-231-2/+10
* | Remove unused functions and macrosKazuki Yamaguchi2017-05-221-11/+0
* | digest: rename GetDigestPtr() to ossl_evp_get_digestbyname()Kazuki Yamaguchi2017-05-021-1/+1
* | Remove SafeGet*() macrosKazuki Yamaguchi2017-05-021-7/+3
* | Expand rb_define_copy_func() macroKazuki Yamaguchi2017-04-281-1/+1
|/
* Avoid memory leak on rb_str_new()Kazuki Yamaguchi2016-10-031-24/+5
* Adapt to OpenSSL changes after the 1.1.0-pre6Kazuki Yamaguchi2016-08-261-18/+17
* x509ext: remove unnecessary DupX509ExtPtr()Kazuki Yamaguchi2016-08-161-8/+4
* x509crl: fix memory leak on error pathKazuki Yamaguchi2016-08-161-2/+4
* x509crl: fix CRL#revoked=Kazuki Yamaguchi2016-08-091-1/+5
* Fix RDoc styletopic/rdoc-fixesKazuki Yamaguchi2016-07-091-0/+6
* openssl: adapt to OpenSSL 1.1.0 opaque structsrhe2016-06-091-8/+19
* openssl: support OpenSSL 1.1.0's new multi-threading APIrhe2016-06-091-1/+1
* openssl: fix the Year 2038 problemrhe2016-06-091-9/+3
* openssl: clear OpenSSL error queue before return to Rubyrhe2016-05-311-7/+7
* Merge trunk upstreamZachary Scott2015-11-131-6/+6
* Sync with ruby trunkZachary Scott2015-09-231-2/+0
* Upstream ruby/ruby@451fe26 from r50673Zachary Scott2015-06-031-4/+8
* Apply ruby/ruby@325a50fc572516a171d640765d6ddf9b20be14dc to fix typosZachary Scott2015-05-041-1/+1
* Sync with ruby trunkZachary Scott2015-01-051-2/+16
* import ruby trunkSHIBATA Hiroshi2014-10-271-0/+537