aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_ocsp.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid unnecessary memory allocation in string2hex()Kazuki Yamaguchi2016-08-261-8/+8
* ocsp: fix error queue leak on OCSP::{BasicResponse,Request}#verifyKazuki Yamaguchi2016-08-261-2/+2
* ocsp: set properly OCSP_NOCERTS flag in OCSP::Request#signKazuki Yamaguchi2016-08-261-7/+9
* Adapt to OpenSSL changes after the 1.1.0-pre6Kazuki Yamaguchi2016-08-261-2/+2
* x509ext: remove unnecessary DupX509ExtPtr()Kazuki Yamaguchi2016-08-161-3/+1
* ocsp: fix memory leak in Response#add_cerid on error pathKazuki Yamaguchi2016-08-161-3/+8
* Merge branch 'topic/rdoc-fixes'Kazuki Yamaguchi2016-07-091-0/+5
|\
| * Fix RDoc styletopic/rdoc-fixesKazuki Yamaguchi2016-07-091-0/+5
* | ocsp: add workaround for OCSP_basic_verify() bugtopic/ocsp-basic-verify-bugKazuki Yamaguchi2016-07-081-0/+48
|/
* openssl: fix for OpenSSL 1.0.0trhe2016-06-291-24/+34
* openssl: add OpenSSL::OCSP::SingleResponserhe2016-06-191-19/+426
* openssl: allow passing absolute times in OCSP::BasicResponse#add_statusrhe2016-06-191-31/+58
* openssl: implement initialize_copy for OpenSSL::OCSP::*rhe2016-06-191-0/+80
* openssl: refactor OpenSSL::OCSP::*#verifyrhe2016-06-191-16/+18
* openssl: allow specifying hash algorithm in OCSP::*#signrhe2016-06-191-36/+52
* openssl: add some accessor methods for OCSP::CertificateIdrhe2016-06-191-4/+79
* openssl: add missing #to_der to OCSP::{CertificateId,BasicResponse}rhe2016-06-191-16/+94
* openssl: adapt to OpenSSL 1.1.0 opaque structsrhe2016-06-091-4/+6
* openssl: drop OpenSSL 0.9.6/0.9.7 supportrhe2016-05-311-2/+2
* Merge trunk upstreamZachary Scott2015-11-131-4/+4
* Sync with ruby trunkZachary Scott2015-09-231-3/+2
* Upstream ruby/ruby@451fe26 from r50673Zachary Scott2015-06-031-17/+32
* Apply ruby/ruby@325a50fc572516a171d640765d6ddf9b20be14dc to fix typosZachary Scott2015-05-041-1/+1
* Sync with ruby trunkZachary Scott2015-01-051-8/+64
* import ruby trunkSHIBATA Hiroshi2014-10-271-0/+1188