unbound: Support for validating ECDSA DNSSEC signatures 1495/head
authorOndřej Caletka <ondrej@caletka.cz>
Sun, 28 Jun 2015 09:16:30 +0000 (11:16 +0200)
committerOndřej Caletka <ondrej@caletka.cz>
Sun, 28 Jun 2015 09:27:30 +0000 (11:27 +0200)
This patch enables support for validating ECDSA signatures, which
are being deployed more and more in DNSSEC.

Proper validating can be tested by observing the AD flag in following
query (courtesy of Olafur Gudmundsson, CloudFlare):
 $ dig ds-4.alg-14-nsec.dnssec-test.org

Signed-off-by: Ondřej Caletka <ondrej@caletka.cz>
net/unbound/Makefile

index bc54bb75f3cdaa955282204dacb58e600106e7ec..e39c3b2e324eaf706f1660138b54898d3f942400 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=unbound
 PKG_VERSION:=1.5.3
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_LICENSE:=BSD-3-Clause
 PKG_LICENSE_FILES:=LICENSE
@@ -109,7 +109,6 @@ define Package/libunbound/description
 endef
 
 CONFIGURE_ARGS += \
-       --disable-ecdsa \
        --disable-gost \
        --enable-allsymbols \
        --with-libexpat="$(STAGING_DIR)/usr" \