]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res/res_rtp_asterisk: Add ECDH support 30/1030/1
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 14:58:02 +0000 (09:58 -0500)
commitaed068844c1c9748da9c67b74ea4d90622be8f46
tree96c90bc89a571a6cec4ffdce7480d70752b46eb6
parent20ee33e22e3724c35ab3078c5032b87af5b4920c
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