diff options
| author | jsing <> | 2015-02-07 06:19:26 +0000 |
|---|---|---|
| committer | jsing <> | 2015-02-07 06:19:26 +0000 |
| commit | 497cd6f0a725ed72f30fbe310fe0b2e7cb214019 (patch) | |
| tree | 4574673a0c17d6f4e774e9685f9dde91409dc24b /src/lib/libtls/shlib_version | |
| parent | 615aea0ff56ce257fc0cdc2310084d6bbd6ad4c6 (diff) | |
| download | openbsd-497cd6f0a725ed72f30fbe310fe0b2e7cb214019.tar.gz openbsd-497cd6f0a725ed72f30fbe310fe0b2e7cb214019.tar.bz2 openbsd-497cd6f0a725ed72f30fbe310fe0b2e7cb214019.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 |
