aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd/dsa_sign.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename cmd/app -> cliSimon Warta2015-12-091-85/+0
|
* Replace C interfaces in cli apps with C++ interfacesSimon Warta2015-12-081-7/+7
|
* Remove unused pkcs8 includesSimon Warta2015-08-031-0/+1
| | | | Only botan-cli, botan-tests and the FFI module depend on PKCS8
* Merge pull request #130 from webmaster128/fstreamSimon Warta2015-06-231-1/+1
|\ | | | | ifstream/ostream take std::string
| * ifstream/ostream take std::stringSimon Warta2015-06-231-1/+1
| |
* | Replace \n by std::endl in /src/cmdSimon Warta2015-06-231-2/+2
|/ | | | to ensure proper flusing
* Fix memory leak in TLS tests. Remove last few remaining uses of auto_ptr.lloyd2015-03-081-1/+1
|
* 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.
* Command line prog cleanuplloyd2014-11-121-14/+14
|
* Split up docs into the reference manual, the website, and everything else.lloyd2014-01-101-1/+8
| | | | | | | | | | | 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-101-0/+71
the tests and botan for everything else.