aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd
Commit message (Collapse)AuthorAgeFilesLines
* Fix warningslloyd2014-02-132-4/+5
|
* Cleanupslloyd2014-02-133-23/+43
|
* 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-0810-5/+31
|
* Inline time_op and avoid nonce recalc with every AEAD calllloyd2014-02-021-8/+23
|
* Warning fixes, and hook default algo list into speed commandlloyd2014-01-244-16/+12
|
* Remove double initlloyd2014-01-211-1/+0
|
* More unique_ptr, also cleanup MGF1 usagelloyd2014-01-181-1/+1
|
* Split off the keyed interfaces of transform to Keyed_Transformlloyd2014-01-182-5/+6
| | | | | Remove the unhelpful 'Algorithm' base class which had previously acted more or less as a global base.
* Split up docs into the reference manual, the website, and everything else.lloyd2014-01-107-60/+84
| | | | | | | | | | | 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-1030-0/+4087
the tests and botan for everything else.