summaryrefslogtreecommitdiff
path: root/src/lib/libtls/shlib_version
diff options
context:
space:
mode:
authorjsing <>2015-02-07 06:19:26 +0000
committerjsing <>2015-02-07 06:19:26 +0000
commit1a38ececbc4737bfb7996d4c0f879c9872e9930b (patch)
tree4574673a0c17d6f4e774e9685f9dde91409dc24b /src/lib/libtls/shlib_version
parent4d71037d26a6de59efacc048b6d8eaef040cf31f (diff)
downloadopenbsd-1a38ececbc4737bfb7996d4c0f879c9872e9930b.tar.gz
openbsd-1a38ececbc4737bfb7996d4c0f879c9872e9930b.tar.bz2
openbsd-1a38ececbc4737bfb7996d4c0f879c9872e9930b.zip
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@
Diffstat (limited to 'src/lib/libtls/shlib_version')
-rw-r--r--src/lib/libtls/shlib_version4
1 files changed, 2 insertions, 2 deletions
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 @@
1major=1 1major=2
2minor=1 2minor=0