Age | Commit message (Expand) | Author |
---|---|---|
2017-05-16 | Plug a memory leak. The main_cert needs to be X509_free()ed since | Claudio Jeker |
2017-01-29 | Move the ocsp staple to being part of the keypair structure internally, | Bob Beck |
2017-01-27 | More s/OSCP/OCSP/ typos | Tom Cosgrove |
2016-11-05 | Add support for server side OCSP stapling to libtls. | Bob Beck |
2016-11-05 | rename ocsp_ctx to ocsp | Bob Beck |
2016-11-04 | make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hidden | Bob Beck |
2016-11-04 | Add ocsp_require_stapling config option for tls - allows a connection | Bob Beck |
2016-11-03 | Don't do OCSP validation when we have disabled certificate verification | Bob Beck |
2016-11-03 | Fix handshake failures: | Bob Beck |
2016-11-02 | fix shadow declaration of time in parameter list. | Bob Beck |
2016-11-02 | Ensure handshake is complete before processing an ocsp response for a ctx | Bob Beck |
2016-11-02 | Add OCSP client side support to libtls. | Bob Beck |