]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Add Perfect Forward Secrecy (DHE PFS) to mod_sofia
authorAlexander Traud <pabstraud@compuserve.com>
Tue, 19 May 2015 10:43:43 +0000 (12:43 +0200)
committerMichael Jerris <mike@jerris.com>
Fri, 26 Jun 2015 19:48:26 +0000 (15:48 -0400)
commit35551d1d62efce13d342c278aa591cfcfa0c413f
treeb12d855cdfd9799c7193413c70995e3bbd1fb73f
parent979c94de3724ac38bf79ecc3da55368bbe8e9ad0
Add Perfect Forward Secrecy (DHE PFS) to mod_sofia

Ephemeral ECDH (ECDHE) was supported already. This patch adds Ephemeral
DH (DHE). To enable it, add DH parameters into the private-key file of
your server (agent.pem). For example via:
openssl dhparam -out dh.pem 2048

FS-7561 #resolve
conf/vanilla/vars.xml
libs/sofia-sip/libsofia-sip-ua/tport/tport_tls.c