summaryrefslogtreecommitdiff
path: root/src/lib/libtls/man/tls_config_set_protocols.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Document tls_config_set_dheparams().jsing2017-08-121-4/+13
|
* new sentence, new line;jmc2017-08-111-3/+4
|
* Add a tls_config_set_ecdhecurves() function to libtls, which allows thejsing2017-08-101-6/+13
| | | | | | | | | | names of the elliptic curves that may be used during client and server key exchange to be specified. This deprecates tls_config_set_ecdhecurve(), which could only be used to specify a single supported curve. ok beck@
* add HISTORY and AUTHORSschwarze2017-01-281-2/+33
|
* Fix Copyright notices; ok beck@ jsing@ tedu@schwarze2017-01-271-2/+4
|
* split the tls_init(3) that had grown fat to allow healthy future growth;schwarze2017-01-251-0/+146
suggested by jsing@; "i would just chuck it in" jmc@