aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd/tls_client.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make Botan compile when only some modules are enabledSimon Warta2015-07-031-1/+6
* Replace \n by std::endl in /src/cmdSimon Warta2015-06-231-14/+14
* Fix various bugs found by Coverity scanner.lloyd2015-05-151-2/+5
* Disable tls_client on MinGW, missing netdb.h GH#82joerg2015-04-271-1/+1
* Add ALPN (RFC 7301) and remove NPNlloyd2015-03-201-10/+14
* Add typedefs for function signatures/types used in TLS for easier readinglloyd2015-01-271-12/+16
* Fix Clang compilelloyd2015-01-231-1/+1
* Have TLS server take certificate and key from command linelloyd2015-01-111-2/+2
* Ensure all files have copyright and license info.lloyd2015-01-101-0/+6
* Command line prog cleanuplloyd2014-11-121-4/+4
* Avoid crashing if user types before handshake completeslloyd2014-11-031-8/+9
* Various small fixes and cleanups, new is_prime utillloyd2014-11-031-7/+18
* Add TLS fallback signalling (draft-ietf-tls-downgrade-scsv-00)lloyd2014-10-311-5/+2
* Cleanupslloyd2014-02-131-1/+0
* Fix minimized builds. Patch by Markus Wanner sent to botan-devellloyd2014-02-081-0/+4
* Warning fixes, and hook default algo list into speed commandlloyd2014-01-241-1/+1
* Split off the keyed interfaces of transform to Keyed_Transformlloyd2014-01-181-2/+2
* Split up test vectors into per-algo files and app into botan-test forlloyd2014-01-101-0/+263