aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd/apps.h
Commit message (Collapse)AuthorAgeFilesLines
* Make Botan compile when only some modules are enabledSimon Warta2015-07-031-0/+1
| | | | Fixes #146.
* Ensure all files have copyright and license info.lloyd2015-01-101-0/+5
| | | | | 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-33/+58
|
* Various small fixes and cleanups, new is_prime utillloyd2014-11-031-0/+1
|
* Remove stub for testing applloyd2014-04-271-1/+0
|
* Any fixed MR iterations is probably wrong for somebody. Allow the userlloyd2014-04-251-5/+6
| | | | | | to specify a probability as well as if n was randomly chosen or not. If the input is random use a better bounds to reduce the number of needed tests.
* Add rng command which can dump RNG outputs or raw entropy sampleslloyd2014-03-221-0/+1
|
* Split up docs into the reference manual, the website, and everything else.lloyd2014-01-101-1/+4
| | | | | | | | | | | Add `website` target to makefile. Some progress towards fixing minimized builds. TLS now hard requires ECDSA and GCM since otherwise a minimized build has only insecure options. Remove boost_thread dependency in command line tool
* Split up test vectors into per-algo files and app into botan-test forlloyd2014-01-101-0/+34
the tests and botan for everything else.