aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd/credentials.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename cmd/app -> cliSimon Warta2015-12-091-158/+0
|
* Remove unneeded includes and clean up socket feature testJack Lloyd2015-08-291-5/+0
|
* Remove unused pkcs8 includesSimon Warta2015-08-031-0/+1
| | | | Only botan-cli, botan-tests and the FFI module depend on PKCS8
* cmd: Add missing overridesDaniel Seither2015-07-301-4/+4
|
* Get rid of unused parmeter warning in credentials.hSimon Warta2015-06-261-1/+3
|
* Hide all uses of boost filesystem in fs.cpp. Use readdir as anlloyd2015-02-211-1/+1
| | | | | alternate implementation for Unix and add some feature checks so a boost-free build of the tests and command line are possible again.
* Have TLS server take certificate and key from command linelloyd2015-01-111-223/+80
|
* Ensure all files have copyright and license info.lloyd2015-01-101-0/+5
| | | | | Update license header line to specify the terms and refer to the file, neither of which it included before.
* Don't crash if /usr/share/ca-certificates doesn't existlloyd2014-12-101-1/+5
|
* Split up test vectors into per-algo files and app into botan-test forlloyd2014-01-101-0/+294
the tests and botan for everything else.