aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd/keygen.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Ensure all files have copyright and license info.lloyd2015-01-101-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.lloyd2014-12-271-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 encoderlloyd2014-12-081-2/+3
|
* Command line prog cleanuplloyd2014-11-121-16/+68
|
* Split up test vectors into per-algo files and app into botan-test forlloyd2014-01-101-0/+53
the tests and botan for everything else.