]> 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:46 +0000 (08:56 -0600)
commit6833c763c72b5608944b38d819c3e09ababd656e
tree56df72a9eb6155437b49ca6fbb29117dbcb07d5d
parent7f318c3ab56c0ffc64b9b25b1ad5b3d9e2a09889
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