]> git.ipfire.org Git - thirdparty/asterisk.git/commit
AST-2016-001 http: Provide greater control of TLS and set modern defaults. 63/2163/3
authorJoshua Colp <jcolp@digium.com>
Wed, 3 Feb 2016 18:05:20 +0000 (14:05 -0400)
committerKevin Harwell <kharwell@digium.com>
Wed, 3 Feb 2016 21:07:56 +0000 (15:07 -0600)
commitf8acadde2c1fcd36fa56bb39bf6058d7116f0962
treea942b93bd86fe1d2131b0f3e02476eea493a5c96
parent73159cb45f26e5f52605beb826cd955538912458
AST-2016-001 http: Provide greater control of TLS and set modern defaults.

This change exposes the configuration of various aspects of the TLS
support and sets the default to the modern standards.

The TLS cipher is now set to the best values according to the
Mozilla OpSec team, different TLS versions can now be disabled, and
the cipher order can be forced to be that of the server instead of
the client.

ASTERISK-24972 #close

Change-Id: I0a10f2883f7559af5e48dee0901251dbf30d45b8
configs/samples/http.conf.sample
include/asterisk/tcptls.h
main/http.c
main/tcptls.c