]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_rtp_asterisk: Allow OpenSSL configured with no-deprecated.
authorAlexander Traud <pabstraud@compuserve.com>
Fri, 8 Jun 2018 20:02:38 +0000 (22:02 +0200)
committerAlexander Traud <pabstraud@compuserve.com>
Fri, 8 Jun 2018 20:02:38 +0000 (22:02 +0200)
commit0743ad642207207c598fdf8bd4d3c33e43497a23
tree9eef0038c1a5198cad8514fa78cbf4fd82b93f82
parent9f2eb170054bd97b3a29f3ce3bdae5bac02fd052
res_rtp_asterisk: Allow OpenSSL configured with no-deprecated.

Furthermore, 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-27910

Change-Id: I5b0dd47c5194ee17f830f869d629d7ef212cf537
configure
configure.ac
include/asterisk/autoconfig.h.in
res/res_rtp_asterisk.c