]> git.ipfire.org Git - thirdparty/chrony.git/commit
nts: disable TLS 1.2 on server
authorMiroslav Lichvar <mlichvar@redhat.com>
Tue, 28 Jul 2020 10:13:17 +0000 (12:13 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Tue, 28 Jul 2020 10:48:23 +0000 (12:48 +0200)
commit30969265474140a4bc8c489ff79162afd59ecc82
tree37fdbfb1632282a6a50e5dec9842ac94a1f26eba
parentd48f01280977582f4aaadc5dee4cae2e64dc7ab2
nts: disable TLS 1.2 on server

It seems gnutls (at least in version 3.6.14) allows clients to connect
using TLS1.2 when it has a DTLS version enabled in the priority cache.

Disable all DTLS versions in order to disable TLS1.2.
nts_ke_session.c