aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd/cert_verify.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make Botan compile when only some modules are enabledSimon Warta2015-07-031-3/+3
| | | | Fixes #146.
* Replace \n by std::endl in /src/cmdSimon Warta2015-06-231-3/+3
| | | | to ensure proper flusing
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
| | | | | Update license header line to specify the terms and refer to the file, neither of which it included before.
* Command line prog cleanuplloyd2014-11-121-4/+11
|
* Fix minimized builds. Patch by Markus Wanner sent to botan-devellloyd2014-02-081-0/+2
|
* Split up test vectors into per-algo files and app into botan-test forlloyd2014-01-101-0/+43
the tests and botan for everything else.