Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add TLS::Policy::require_cert_revocation_info | Jack Lloyd | 2016-11-28 | 1 | -1/+2 |
| | |||||
* | Add OCSP stapling support to TLS client | Jack Lloyd | 2016-11-26 | 1 | -1/+3 |
| | |||||
* | Add TLS::Policy::minimum_signature_strength | Jack Lloyd | 2016-11-25 | 1 | -2/+4 |
| | | | | | | Changes TLS callback API for cert verify to accept Policy& Sets default signature strength to 110 to force RSA ~2048. | ||||
* | Add the documented function for OCSP timeouts | Jack Lloyd | 2016-11-23 | 1 | -3/+1 |
| | |||||
* | Move TLS cert verification callback from Credentials_Manager to TLS::Callbacks | Jack Lloyd | 2016-11-23 | 1 | -0/+53 |
It is the only function in C_M which is called on to process session-specific (and adversarially provided) inputs, rather than passively returning some credential which is typically not session specific. |