From 497cd6f0a725ed72f30fbe310fe0b2e7cb214019 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Sat, 7 Feb 2015 06:19:26 +0000 Subject: Add tls_config_set_dheparams() to allow specification of the parameters to 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@ --- src/lib/libtls/shlib_version | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libtls/shlib_version') diff --git a/src/lib/libtls/shlib_version b/src/lib/libtls/shlib_version index 893819d18f..b52599a164 100644 --- a/src/lib/libtls/shlib_version +++ b/src/lib/libtls/shlib_version @@ -1,2 +1,2 @@ -major=1 -minor=1 +major=2 +minor=0 -- cgit v1.2.3-55-g6feb