]> git.ipfire.org Git - thirdparty/asterisk.git/commit
tcptls: Allow OpenSSL configured with no-dh.
authorAlexander Traud <pabstraud@compuserve.com>
Fri, 25 May 2018 14:55:26 +0000 (16:55 +0200)
committerAlexander Traud <pabstraud@compuserve.com>
Fri, 25 May 2018 14:56:57 +0000 (08:56 -0600)
commitcef08821e8005a700292ed1c55eae450c994ec82
tree551a6e3910c579f46df3a6aba0bbe9b82e7ba2fe
parenteb52c70f5b143a96228ffe91c5215b76f48ec355
tcptls: Allow OpenSSL configured with no-dh.

Additionally, this change allows auto-negotiation of the elliptic curve/group
for servers, not only with OpenSSL 1.0.2 but also with OpenSSL 1.1.0 and newer.
This enables X25519 (since OpenSSL 1.1.0) and X448 (since OpenSSL 1.1.1) as a
side-effect.

ASTERISK-27876

Change-Id: I62c2aba4a630aefc231b71f646207e8c027d9497
main/tcptls.c