aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/tls_test.c
Commit message (Collapse)AuthorAgeFilesLines
* tls: Support a maximum TLS version to negotiate using TLS socket abstractionMartin Willi2014-04-011-2/+2
|
* tls: Introduce a generic TLS purpose that accepts NULL encryption ciphersMartin Willi2014-04-011-2/+2
|
* lib: Add global config namespaceTobias Brunner2014-02-121-1/+1
|
* plugin-loader: Removed unused path argument of load() methodTobias Brunner2013-06-281-1/+1
| | | | | Multiple additional search paths can be added with the add_path() method.
* Accept a certificate/key pair to use client authentication in tls_testMartin Willi2013-04-021-7/+52
|
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* Moved host_t and host_resolver_t to a new networking subfolderTobias Brunner2012-10-241-1/+1
|
* Use the TLS socket splicing in tls_test scriptMartin Willi2011-12-311-54/+2
|
* Implemented TLS session resumption both as client and as serverMartin Willi2011-12-311-52/+70
|
* Added a TLS debug level option, use debugging hookMartin Willi2010-08-311-13/+38
|
* Implemented a TLS utility to test on any TLS secured TCP connectionMartin Willi2010-08-251-0/+326