aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd/tls_client.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | 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-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
| | | | | Remove the unhelpful 'Algorithm' base class which had previously acted more or less as a global base.
* Split up test vectors into per-algo files and app into botan-test forlloyd2014-01-101-0/+263
the tests and botan for everything else.