diff options
author | jsing <> | 2015-02-07 06:19:26 +0000 |
---|---|---|
committer | jsing <> | 2015-02-07 06:19:26 +0000 |
commit | 1a38ececbc4737bfb7996d4c0f879c9872e9930b (patch) | |
tree | 4574673a0c17d6f4e774e9685f9dde91409dc24b /src/lib/libtls/shlib_version | |
parent | 4d71037d26a6de59efacc048b6d8eaef040cf31f (diff) | |
download | openbsd-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_version | 4 |
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 @@ | |||
1 | major=1 | 1 | major=2 |
2 | minor=1 | 2 | minor=0 |