Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix warnings | lloyd | 2014-02-13 | 2 | -4/+5 |
| | |||||
* | Cleanups | lloyd | 2014-02-13 | 3 | -23/+43 |
| | |||||
* | Update Clang flags. Remove unneeded includes of init.h | lloyd | 2014-02-09 | 1 | -1/+0 |
| | |||||
* | More fixes for minified builds | lloyd | 2014-02-09 | 1 | -0/+5 |
| | |||||
* | Fix minimized builds. Patch by Markus Wanner sent to botan-devel | lloyd | 2014-02-08 | 10 | -5/+31 |
| | |||||
* | Inline time_op and avoid nonce recalc with every AEAD call | lloyd | 2014-02-02 | 1 | -8/+23 |
| | |||||
* | Warning fixes, and hook default algo list into speed command | lloyd | 2014-01-24 | 4 | -16/+12 |
| | |||||
* | Remove double init | lloyd | 2014-01-21 | 1 | -1/+0 |
| | |||||
* | More unique_ptr, also cleanup MGF1 usage | lloyd | 2014-01-18 | 1 | -1/+1 |
| | |||||
* | Split off the keyed interfaces of transform to Keyed_Transform | lloyd | 2014-01-18 | 2 | -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. | lloyd | 2014-01-10 | 7 | -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 for | lloyd | 2014-01-10 | 30 | -0/+4087 |
the tests and botan for everything else. |