summaryrefslogtreecommitdiff
path: root/src/lib/libtls/shlib_version (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump libtls major due to symbol removal.jsing2015-02-221-3/+2
|
* bump minor for TLS_PROTOCOLS_ALL. OK jsing@reyk2015-02-121-1/+1
|
* Added tls_load_file()reyk2015-02-071-1/+2
|
* Add tls_config_set_dheparams() to allow specification of the parameters tojsing2015-02-071-2/+2
| | | | | | | | | use for DHE. This enables the use of DHE cipher suites. Rename tls_config_set_ecdhcurve() to tls_config_set_ecdhecurve() since it is only used to specify the curve for ephemeral ECDH. Discussed with reyk@
* Allow to to load the CA chain directly from memory instead ofreyk2015-01-221-1/+1
| | | | | | | | specifying a file. This enables CA verification in privsep'ed processes that are running chroot'ed without direct access to the certificate files. With feedback, tests, and OK from bluhm@
* Rename libressl to libtls to avoid confusion and to make it easier tojsing2014-10-311-0/+2
distinguish between LibreSSL (the project) and libressl (the library). Discussed with many.