summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2020-11-13 14:40:11 +0300
committerdefanor <defanor@uberspace.net>2020-11-13 14:40:11 +0300
commit3749774b44405f7cdafcd3bb13c7ecbcf34a2f26 (patch)
treea702921107ddb73126f31d63a9974daa9a35ef21 /README
parent257999ac7a08789cc421983493e43ecf5e169bab (diff)
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.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
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: