summaryrefslogtreecommitdiff
path: root/src/lib/libtls/tls_ocsp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not bother NULLing pointers in memory that is freed immediately after.jsing2018-02-051-3/+1
* Be consistent with the goto label names used in libtls code.jsing2018-02-051-18/+19
* Keep track of which keypair is in use by a TLS context.jsing2017-09-201-11/+11
* Slightly restructure tls_ocsp_verify_cb() to make it more like libtls code.jsing2017-09-201-6/+7
* Provide a useful error if there are no OCSP URLs in the peer certificate.jsing2017-09-201-1/+4
* Fix indentation.jsing2017-09-201-1/+1
* Plug a memory leak. The main_cert needs to be X509_free()ed sinceclaudio2017-05-161-0/+2
* Move the ocsp staple to being part of the keypair structure internally,beck2017-01-291-6/+8
* More s/OSCP/OCSP/ typostom2017-01-271-1/+1
* Add support for server side OCSP stapling to libtls.beck2016-11-051-2/+32
* rename ocsp_ctx to ocspbeck2016-11-051-57/+57
* make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hiddenbeck2016-11-041-2/+1
* Add ocsp_require_stapling config option for tls - allows a connectionbeck2016-11-041-1/+6
* Don't do OCSP validation when we have disabled certificate verificationbeck2016-11-031-1/+4
* Fix handshake failures:beck2016-11-031-20/+26
* fix shadow declaration of time in parameter list.beck2016-11-021-2/+2
* Ensure handshake is complete before processing an ocsp response for a ctxbeck2016-11-021-0/+3
* Add OCSP client side support to libtls.beck2016-11-021-0/+399