From 3749774b44405f7cdafcd3bb13c7ecbcf34a2f26 Mon Sep 17 00:00:00 2001 From: defanor Date: Fri, 13 Nov 2020 14:40:11 +0300 Subject: Switch from c-ares to libunbound libunbound supports DNSSEC, which is needed for DANE TLSA: GnuTLS verifies a certificate for the final host, but SRV and A/AAAA records leading to it should be verified as well. c-ares is still used to parse domain names in SRV records, but should be replaced soon. --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index b03ddce..75f202d 100644 --- a/README +++ b/README @@ -14,7 +14,8 @@ rely on any particular UI, should be flexible and not stay in the way of implementing additional XEPs on top of it, and should try to make it easy to implement a decent client application using it. -Current dependencies: c-ares, libxml2, gnutls, gnutls-dane, gsasl. +Current dependencies: libunbound, c-ares, libxml2, gnutls, +gnutls-dane, gsasl. A rough roadmap: -- cgit v1.2.3