aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_x509cert.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Kazuki Yamaguchi2017-11-251-7/+8
|\
| * x509cert, x509crl, x509req, ns_spki: check sanity of public keyky/pkey-check-sanityKazuki Yamaguchi2017-11-131-7/+8
* | Fix build failure against OpenSSL 1.1 built with no-deprecatedMark Wright2017-11-041-2/+2
* | x509cert: implement X509::Certificate#==Kazuki Yamaguchi2017-10-121-0/+21
* | Merge branch 'maint'Kazuki Yamaguchi2017-08-081-1/+1
|\|
| * bio: prevent possible GC issue in ossl_obj2bio()Kazuki Yamaguchi2017-07-111-1/+1
* | Remove unused functions and macrosKazuki Yamaguchi2017-05-221-34/+0
* | digest: rename GetDigestPtr() to ossl_evp_get_digestbyname()Kazuki Yamaguchi2017-05-021-1/+1
* | Remove SafeGet*() macrosKazuki Yamaguchi2017-05-021-7/+3
* | Merge branch 'topic/expand-ruby-missing-h'Kazuki Yamaguchi2017-04-281-1/+1
|\ \
| * | Expand rb_define_copy_func() macroKazuki Yamaguchi2017-04-281-1/+1
| |/
* / Fix RDoc markuptopic/fix-rdoc-markupKazuki Yamaguchi2017-02-241-3/+5
|/
* Avoid using ERR_get_error()Kazuki Yamaguchi2016-10-271-1/+1
* Adapt to OpenSSL changes after the 1.1.0-pre6Kazuki Yamaguchi2016-08-261-8/+18
* x509ext: remove unnecessary DupX509ExtPtr()Kazuki Yamaguchi2016-08-161-8/+3
* Fix RDoc styletopic/rdoc-fixesKazuki Yamaguchi2016-07-091-2/+2
* openssl: adapt to OpenSSL 1.1.0 opaque structsrhe2016-06-091-6/+4
* openssl: support OpenSSL 1.1.0's new multi-threading APIrhe2016-06-091-1/+1
* openssl: fix the Year 2038 problemrhe2016-06-091-8/+2
* openssl: use StringValueCStr() where NUL-terminated string is expectedrhe2016-05-311-2/+2
* openssl: clear OpenSSL error queue before return to Rubyrhe2016-05-311-7/+8
* Merge trunk upstreamZachary Scott2015-11-131-3/+3
* Sync with ruby trunkZachary Scott2015-09-231-2/+0
* Upstream ruby/ruby@451fe26 from r50673Zachary Scott2015-06-031-6/+10
* 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/+846