Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix "OSCP" typo in OCSP code. | Jack Lloyd | 2019-07-23 | 1 | -3/+3 |
| | | | | GH #2048 | ||||
* | add 'OCSP_IS_TOO_OLD' to Botan::to_string() | René Meusel | 2019-05-28 | 1 | -0/+2 |
| | |||||
* | OCSP softfail revocation check | Mathieu Souchaud | 2018-03-01 | 1 | -0/+4 |
| | |||||
* | Fix various x509 path validation bugs + path building with ambiguous DNs | Fabian Weissberg | 2017-12-20 | 1 | -0/+13 |
| | | | | Signed-off-by: Fabian Weissberg <[email protected]> | ||||
* | Expose a function returning a status code for verifing X509 objects | Jack Lloyd | 2017-12-19 | 1 | -1/+6 |
| | | | | | | | | | The versions returning bool just tell us if it could be verified but don't indicate the problem, everything got binned into "signature error" during verification. Now in the event that the params were invalid, or the signature algorithm couldn't be found, report that as a specific error. See GH #1362 | ||||
* | Add a test for to_string(Certificate_Status_Code) | Jack Lloyd | 2016-11-25 | 1 | -5/+5 |
| | |||||
* | Explicitly number all Certificate_Status_Code enum values | Jack Lloyd | 2016-11-23 | 1 | -0/+100 |
Add a to_string function for this type. |