]> 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:09:00 +0000 (22:09 +0200)
committerAlexander Traud <pabstraud@compuserve.com>
Fri, 8 Jun 2018 20:09:00 +0000 (22:09 +0200)
commitef2386fcd721814ff0a7465da5adda233a2a4b90
treed4702e9cd3e2c48fd2f8178ca312b2cc9870b903
parent1205bcb69ffbcb9b157cb66e72938b673ab80fa6
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