summaryrefslogtreecommitdiff
path: root/ext/openssl/ossl_ocsp.c
Commit message (Expand)AuthorAgeFilesLines
* [ruby/openssl] Let OpenSSL choose the digest if digest for Openssl::OCSP::Bas...Jarek Prokop2022-07-081-1/+1
* [ruby/openssl] Let OpenSSL choose the digest if digest for Openssl::OCSP::Req...Jarek Prokop2022-07-081-1/+1
* [ruby/openssl] Fix typos [ci skip]Nobuyoshi Nakada2021-11-031-1/+1
* [ruby/openssl] Fix some typos [ci skip]Ryuta Kamizono2021-07-181-1/+1
* [ruby/openssl] require OpenSSL >= 1.0.2 and LibreSSL >= 3.1Kazuki Yamaguchi2021-07-181-48/+0
* [ci skip] Fix a typo s/certificiate/certificate/wonda-tea-coffee2021-04-251-1/+1
* [ruby/openssl] Look up digest by name instead of constantBart de Water2020-05-131-1/+1
* Import openssl-2.2.0 (#2693)Hiroshi SHIBATA2020-02-161-10/+5
* openssl: import v2.1.0.beta1rhe2017-09-031-80/+85
* import Ruby/OpenSSL 2.0.0.beta.1rhe2016-08-291-25/+83
* 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-151-16/+18
* openssl: allow specifying hash algorithm in OCSP::*#signrhe2016-06-151-36/+52
* openssl: add some accessor methods for OCSP::CertificateIdrhe2016-06-141-4/+79
* openssl: add missing #to_der to OCSP::{CertificateId,BasicResponse}rhe2016-06-141-16/+94
* openssl: adapt to OpenSSL 1.1.0 opaque structsrhe2016-06-051-4/+6
* openssl: drop OpenSSL 0.9.6/0.9.7 supportrhe2016-05-251-2/+2
* ext: use RARRAY_AREFnobu2015-11-051-2/+2
* ext: use RARRAY_CONST_PTRnobu2015-11-041-2/+2
* ext: adjust index typenobu2015-11-041-2/+2
* * ext/openssl/*: Remove svn commit id macros to make sync easierzzak2015-09-221-1/+0
* * ext/openssl/ossl_ocsp.c: fix documentation on ocsp response cert status.hsbt2015-06-131-2/+2
* openssl: wrapper object before allocnobu2015-05-291-17/+32
* * ext/openssl/*: use license instead of licence.hsbt2015-04-201-1/+1
* ossl_ocsp.c: typed datanobu2014-12-121-2/+16
* ossl_ocsp.c: typed datanobu2014-12-121-2/+16
* ossl_ocsp.c: typed datanobu2014-12-121-2/+16
* ossl_ocsp.c: typed datanobu2014-12-121-2/+16
* protoize no-arguments functionsnobu2014-09-301-2/+2
* Remove unneeded OCSP constant macrosdrbrain2014-04-121-4/+0
* * remove trailing spaces.nobu2014-04-121-1/+1
* * ext/openssl/ossl_ocsp.c: [DOC] Document OpenSSL::OCSP.drbrain2014-04-121-44/+450
* * ext/openssl/*: Document synonymous methods, by windwiny [GH-277]zzak2013-04-161-1/+1
* * ext/openssl/ossl.c: surpress warning: shorten-64-to-32.naruse2011-03-241-2/+2
* * ext/openssl/ossl_ocsp.c (ossl_ocspreq_verify): flags is VALUE,naruse2011-03-241-2/+2
* cancel subversion backfire. sorrymatz2011-03-071-24/+24
* * gc.c (rb_gc_set_params): allow GC parameter configuration bymatz2011-03-071-24/+24
* * ext/openssl/ossl_ocsp.c: parenthesize macro arguments.akr2011-02-281-24/+24
* * ext/openssl/ossl_ocsp.c (ossl_ocspcid_initialize): an optionaltenderlove2010-11-051-3/+16
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-1/+1
* * ossl_ocsp.c (ossl_ocspres_to_der): Bug fix in Response#to_def. Patch by Chr...marcandre2009-09-211-1/+1
* * ext/openssl/ossl_ocsp.c (ossl_ocspbres_verify): OCSP_basic_verifynobu2009-02-191-4/+4
* * ext/openssl/ossl_ocsp.c (ossl_ocspres_initialize): fix fornobu2008-08-311-3/+4
* * ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize): fix fornobu2008-08-291-2/+4
* * ext/openssl: suppress warnings.nobu2008-07-221-11/+12
* * ext/openssl/ossl_ocsp.c: OpenSSL::OCSP::OSCPError should begotoyuzo2006-12-011-1/+1
* * ruby.h (struct RArray): embed small arrays.matz2006-09-021-4/+4