aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/nist_x509.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Ensure all files have copyright and license info.lloyd2015-01-101-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 alloyd2014-04-051-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 variableslloyd2014-02-131-71/+64
|
* Update Clang flags. Remove unneeded includes of init.hlloyd2014-02-091-1/+0
|
* More fixes for minified buildslloyd2014-02-091-0/+5
|
* Fix minimized builds. Patch by Markus Wanner sent to botan-devellloyd2014-02-081-0/+3
|
* Fix a bug introduced in 1.11.6 where we tried to check CRL signatureslloyd2014-02-081-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 warningslloyd2014-01-071-1/+1
|
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-0/+331