Project

General

Profile

Actions

Security Model » History » Revision 1

Revision 1/6 | Next »
Marc Dequènes, 2020-04-06 13:58


DANE

Introduction

DANE is a security protocol used to reinforce TLS certificate validation by publishing certain information in the DNS. It requires your DNS zones to be secured using DNSSEC.

Status in DuckCorp

We consider it is better not to trust top CAs and their broken security model. Instead DANE-EE allows validation of the leaf certificate, bypassing the usual CA validation. It still requires trusting the DNS hierarchy, but there are less players involved it has proved more reliable, so this is a real improvement. Unfortunately DANE adoption is quite low.

Initially we only used our own CA and published TLSA records for all services. Because it's quite inconvenient to setup a custom CA for non-technical users and because it makes our life difficult to communicate and exchange with external entities through our infrastructure, we decided to trust Let's Encrypt to generate certificates. The root of the problem is not solved but at least the validation process is sound and open. It is also automated, using Free Softwares, so we can handle certificate management by ourselves. We keep using our CA for internal services but public-facing ones now use Let's encrypt.

Since we now use Let's Encrypt, TLSA publication has been reworked to play nice together. It is fully automated (compared to renewal with our CA) but currently not deployed for all services yet.

Checking DANE

The danetls tool is not packaged but there is a web service called danecheck by the same author.

DANE adoption

These are just notes to check on DANE adoption in various client software.

  • SMTP: seems to have gained traction, suggested by the various checkers, Postfix supports it and we support it (see Mail)
  • IMAP/POP3: Thunderbird integration was refused because it needs to be integrated in Firefox core first, but the Firefox integration does not seem to go anywhere
  • IRC: Weechat integration is not making much progress despite a patch being available
  • XMPP-c2s: ???
  • XMPP-s2s: Prodosy has an experimental module but it is unmaintained and supposed to crash sometimes (according to the known issues)

Updated by Marc Dequènes about 4 years ago · 1 revisions