Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for server side OCSP stapling to libtls. | beck | 2016-11-05 | 1 | -2/+32 |
* | rename ocsp_ctx to ocsp | beck | 2016-11-05 | 1 | -57/+57 |
* | make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hidden | beck | 2016-11-04 | 1 | -2/+1 |
* | Add ocsp_require_stapling config option for tls - allows a connection | beck | 2016-11-04 | 1 | -1/+6 |
* | Don't do OCSP validation when we have disabled certificate verification | beck | 2016-11-03 | 1 | -1/+4 |
* | Fix handshake failures: | beck | 2016-11-03 | 1 | -20/+26 |
* | fix shadow declaration of time in parameter list. | beck | 2016-11-02 | 1 | -2/+2 |
* | Ensure handshake is complete before processing an ocsp response for a ctx | beck | 2016-11-02 | 1 | -0/+3 |
* | Add OCSP client side support to libtls. | beck | 2016-11-02 | 1 | -0/+399 |