| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Note in the man page that the default protocols list includes 1.3 | 2020-01-22 | 1 | -4/+4 | |
| | | | | | ok jsing@ | ||||
| * | Add support for TLSv1.3 as a protocol to libtls. | 2020-01-20 | 1 | -6/+7 | |
| | | | | | | | | This makes tls_config_parse_protocols() recognise and handle "tlsv1.3". If TLSv1.3 is enabled libtls will also request libssl to enable it. ok beck@ tb@ | ||||
| * | Document tls_config_set_dheparams(). | 2017-08-12 | 1 | -4/+13 | |
| | | |||||
| * | new sentence, new line; | 2017-08-11 | 1 | -3/+4 | |
| | | |||||
| * | Add a tls_config_set_ecdhecurves() function to libtls, which allows the | 2017-08-10 | 1 | -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 AUTHORS | 2017-01-28 | 1 | -2/+33 | |
| | | |||||
| * | Fix Copyright notices; ok beck@ jsing@ tedu@ | 2017-01-27 | 1 | -2/+4 | |
| | | |||||
| * | split the tls_init(3) that had grown fat to allow healthy future growth; | 2017-01-25 | 1 | -0/+146 | |
| suggested by jsing@; "i would just chuck it in" jmc@ | |||||
