]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res/res_rtp_asterisk: Add ECDH support 29/1029/2
authorMark Duncan <mark@syon.co.jp>
Tue, 28 Jul 2015 10:33:39 +0000 (19:33 +0900)
committerMatt Jordan <mjordan@digium.com>
Mon, 3 Aug 2015 15:21:32 +0000 (10:21 -0500)
commit2d2e7419054cb4b837fa9113f0f309e19fc690ee
tree16308a8c09d151ba9d48244abacf617e0925f29a
parent5311d18101b9a1a20cb9b86a7102a1c7a0b1df28
res/res_rtp_asterisk: Add ECDH support

This will add ECDH support to Asterisk. It will
detect auto ECDH support in OpenSSL
(1.0.2b and above) during ./configure. If this is
available, it will use it,
otherwise it will fall back to prime256v1 (this
behavior is consistent with
other projects such as Apache and nginx).

This fixes WebRTC being broken in Firefox 38+ due
to Firefox now only supporting
ciphers with perfect forward secrecy.

ASTERISK-25265 #close

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