Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename cmd/app -> cli | Simon Warta | 2015-12-09 | 1 | -270/+0 |
| | |||||
* | Replace C interfaces in cli apps with C++ interfaces | Simon Warta | 2015-12-08 | 1 | -7/+7 |
| | |||||
* | Remove unneeded includes and clean up socket feature test | Jack Lloyd | 2015-08-29 | 1 | -3/+1 |
| | |||||
* | Avoid building tls_server on MinGW. GH #39 | Jack Lloyd | 2015-07-05 | 1 | -3/+3 |
| | |||||
* | Make Botan compile when only some modules are enabled | Simon Warta | 2015-07-03 | 1 | -1/+4 |
| | | | | Fixes #146. | ||||
* | Replace \n by std::endl in /src/cmd | Simon Warta | 2015-06-23 | 1 | -14/+14 |
| | | | | to ensure proper flusing | ||||
* | Add ALPN (RFC 7301) and remove NPN | lloyd | 2015-03-20 | 1 | -7/+6 |
| | |||||
* | Have TLS server take certificate and key from command line | lloyd | 2015-01-11 | 1 | -27/+26 |
| | |||||
* | 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. | ||||
* | A TLS Server can now process either TLS or DTLS but not either, | lloyd | 2014-11-15 | 1 | -1/+2 |
| | | | | | with the setting set in the constructor. This prevents various surprising things from happening to applications and simplifies record processing. | ||||
* | Command line prog cleanup | lloyd | 2014-11-12 | 1 | -6/+5 |
| | |||||
* | Fix warnings | lloyd | 2014-02-13 | 1 | -2/+2 |
| | |||||
* | Cleanups | lloyd | 2014-02-13 | 1 | -1/+0 |
| | |||||
* | Fix minimized builds. Patch by Markus Wanner sent to botan-devel | lloyd | 2014-02-08 | 1 | -0/+4 |
| | |||||
* | Warning fixes, and hook default algo list into speed command | lloyd | 2014-01-24 | 1 | -2/+2 |
| | |||||
* | Split up test vectors into per-algo files and app into botan-test for | lloyd | 2014-01-10 | 1 | -0/+262 |
the tests and botan for everything else. |