gnutls: Update to 3.6.7

Cleaned up configure arguments (alphabetized and sorted) and added some
new ones to help speed up compilation.

Disabled SSL support by default. SSLv2 and 3 have long been deprecated as
they are both insecure variants that currently hold less than 10% of total
encrypted traffic on the web.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2019-03-18 14:27:06 -07:00
parent 8d347f9197
commit d8a00bb62b
2 changed files with 18 additions and 25 deletions
-4
View File
@@ -23,10 +23,6 @@ config GNUTLS_HEARTBEAT
bool "enable DTLS heartbeat support"
default y
config GNUTLS_OPENPGP
bool "enable OPENPGP authentication support"
default n
config GNUTLS_SRP
bool "enable SRP authentication support"
default n