Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Command line prog cleanup | lloyd | 2014-11-12 | 1 | -60/+51 |
| | |||||
* | Various small fixes and cleanups, new is_prime util | lloyd | 2014-11-03 | 1 | -1/+2 |
| | |||||
* | Remove stub for testing app | lloyd | 2014-04-27 | 1 | -1/+0 |
| | |||||
* | Any fixed MR iterations is probably wrong for somebody. Allow the user | lloyd | 2014-04-25 | 1 | -0/+1 |
| | | | | | | 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 samples | lloyd | 2014-03-22 | 1 | -0/+1 |
| | |||||
* | Add --destdir option to configure.py | lloyd | 2014-02-13 | 1 | -1/+1 |
| | |||||
* | Add config and version subcommands | lloyd | 2014-02-13 | 1 | -35/+78 |
| | |||||
* | 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 | 1 | -4/+8 |
| | |||||
* | Split up docs into the reference manual, the website, and everything else. | lloyd | 2014-01-10 | 1 | -26/+56 |
| | | | | | | | | | | | 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 | 1 | -0/+114 |
the tests and botan for everything else. |