summaryrefslogtreecommitdiff
path: root/lib/libtls/tls_ocsp.c
AgeCommit message (Expand)Author
2017-05-16Plug a memory leak. The main_cert needs to be X509_free()ed sinceClaudio Jeker
2017-01-29Move the ocsp staple to being part of the keypair structure internally,Bob Beck
2017-01-27More s/OSCP/OCSP/ typosTom Cosgrove
2016-11-05Add support for server side OCSP stapling to libtls.Bob Beck
2016-11-05rename ocsp_ctx to ocspBob Beck
2016-11-04make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hiddenBob Beck
2016-11-04Add ocsp_require_stapling config option for tls - allows a connectionBob Beck
2016-11-03Don't do OCSP validation when we have disabled certificate verificationBob Beck
2016-11-03Fix handshake failures:Bob Beck
2016-11-02fix shadow declaration of time in parameter list.Bob Beck
2016-11-02Ensure handshake is complete before processing an ocsp response for a ctxBob Beck
2016-11-02Add OCSP client side support to libtls.Bob Beck