Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename cmd/app -> cli | Simon Warta | 2015-12-09 | 1 | -128/+0 |
| | |||||
* | Replace C interfaces in cli apps with C++ interfaces | Simon Warta | 2015-12-08 | 1 | -3/+2 |
| | |||||
* | Make Botan compile when only some modules are enabled | Simon Warta | 2015-07-03 | 1 | -0/+7 |
| | | | | Fixes #146. | ||||
* | Merge pull request #112 from cordney/increase-keygen-default-bits | Simon Warta | 2015-06-25 | 1 | -1/+1 |
|\ | | | | | Increase default keysize to 2048 bit in keygen tool | ||||
| * | Increase default keysize to 2048 bit in keygen tool | René Korthaus | 2015-06-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | The keygen tool would generate a 1024 bit RSA key by default. As 1024 bit RSA is not considered secure from todays standards, default keysize is increased to 2048 bit. | ||||
* | | Get rid of 3 unused warnings for argc | Simon Warta | 2015-06-23 | 1 | -0/+1 |
| | | | | | | | | | | - 2x use BOTAN_UNUSED when OptionParser is used - 1x argc is checked now | ||||
* | | Replace \n by std::endl in /src/cmd | Simon Warta | 2015-06-23 | 1 | -1/+1 |
|/ | | | | to ensure proper flusing | ||||
* | Fix memory leak in TLS tests. Remove last few remaining uses of auto_ptr. | lloyd | 2015-03-08 | 1 | -1/+1 |
| | |||||
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -0/+6 |
| | | | | | Update license header line to specify the terms and refer to the file, neither of which it included before. | ||||
* | Add Curve25519 based on curve25519-donna by Adam Langley. | lloyd | 2014-12-27 | 1 | -0/+9 |
| | | | | | | This uses only the c64 version from curve25519-donna; on systems that don't have a native uint128_t type, a donna128 type stands in for just enough 128-bit operations to satisfy donna.cpp | ||||
* | Cleanup for pbe name parsing in PKCS #8 encoder | lloyd | 2014-12-08 | 1 | -2/+3 |
| | |||||
* | Command line prog cleanup | lloyd | 2014-11-12 | 1 | -16/+68 |
| | |||||
* | Split up test vectors into per-algo files and app into botan-test for | lloyd | 2014-01-10 | 1 | -0/+53 |
the tests and botan for everything else. |