Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -10/+12 |
| | | | | | Update license header line to specify the terms and refer to the file, neither of which it included before. | ||||
* | X.509 path validation now performs all possible tests and returns a | lloyd | 2014-04-05 | 1 | -3/+3 |
| | | | | | | set of error codes, instead of failing immediately on first error. This prevents a 'weak' error like an expired certificate from hiding a major error such as signature validation failure or hard revocation. | ||||
* | Remove global variables | lloyd | 2014-02-13 | 1 | -71/+64 |
| | |||||
* | Update Clang flags. Remove unneeded includes of init.h | lloyd | 2014-02-09 | 1 | -1/+0 |
| | |||||
* | More fixes for minified builds | lloyd | 2014-02-09 | 1 | -0/+5 |
| | |||||
* | Fix minimized builds. Patch by Markus Wanner sent to botan-devel | lloyd | 2014-02-08 | 1 | -0/+3 |
| | |||||
* | Fix a bug introduced in 1.11.6 where we tried to check CRL signatures | lloyd | 2014-02-08 | 1 | -79/+50 |
| | | | | | | against the wrong key, causing any check to fail. Clean up the NIST X.509 path validation tests and run them by default. | ||||
* | Fix warnings | lloyd | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | Shuffle things around. Add NIST X.509 test to build. | lloyd | 2014-01-01 | 1 | -0/+331 |