aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename cmd/app -> cliSimon Warta2015-12-091-187/+0
* Replace C interfaces in cli apps with C++ interfacesSimon Warta2015-12-081-22/+25
* Remove LibraryInitializer from cliSimon Warta2015-12-081-3/+0
* Replace \n by std::endl in /src/cmdSimon Warta2015-06-231-16/+16
* Comile fixes for VC 2013. Based on github pull 56neusdan2015-03-101-3/+2
* Mark modules pulling in external deps (zlib, boost, etc) as such, andlloyd2015-02-061-1/+1
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-2/+2
* Centralize where string.h/cstring is included to mem_ops.hlloyd2015-01-231-1/+0
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Add gzip compression transform and compress command line prog.lloyd2014-11-191-3/+3
* Command line prog cleanuplloyd2014-11-121-60/+51
* Various small fixes and cleanups, new is_prime utillloyd2014-11-031-1/+2
* Remove stub for testing applloyd2014-04-271-1/+0
* Any fixed MR iterations is probably wrong for somebody. Allow the userlloyd2014-04-251-0/+1
* Add rng command which can dump RNG outputs or raw entropy sampleslloyd2014-03-221-0/+1
* Add --destdir option to configure.pylloyd2014-02-131-1/+1
* Add config and version subcommandslloyd2014-02-131-35/+78
* More fixes for minified buildslloyd2014-02-091-0/+5
* Fix minimized builds. Patch by Markus Wanner sent to botan-devellloyd2014-02-081-4/+8
* Split up docs into the reference manual, the website, and everything else.lloyd2014-01-101-26/+56
* Split up test vectors into per-algo files and app into botan-test forlloyd2014-01-101-0/+114