aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/nist_x509.cpp
Commit message (Expand)AuthorAgeFilesLines
* Read .crt files in tests as binary filesSimon Warta2015-07-171-1/+1
* Refactor internal/filesystem.hSimon Warta2015-07-161-10/+14
* Replace \n by std::endl in tests to ensure proper flushingSimon Warta2015-06-191-1/+1
* Build fixlloyd2015-05-121-2/+2
* Skip the NIST X.509 tests if the FS code is not available. Previouslylloyd2015-05-121-1/+8
* Hide all uses of boost filesystem in fs.cpp. Use readdir as anlloyd2015-02-211-32/+6
* Ensure all files have copyright and license info.lloyd2015-01-101-10/+12
* X.509 path validation now performs all possible tests and returns alloyd2014-04-051-3/+3
* 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
* Fix warningslloyd2014-01-071-1/+1
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-0/+331