From: Wouter Wijngaards Date: Tue, 19 Mar 2019 12:14:52 +0000 (+0000) Subject: - add type CAA to libpyunbound (accessing libunbound from python). X-Git-Tag: final-svn-state~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83e2cade5b70de1d4d43f41bb27ffa67546726d1;p=thirdparty%2Funbound.git - add type CAA to libpyunbound (accessing libunbound from python). git-svn-id: file:///svn/unbound/trunk@5138 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index 631073da2..6e09400b3 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +19 March 2019: Wouter + - add type CAA to libpyunbound (accessing libunbound from python). + 18 March 2019: Wouter - Add log message, at verbosity 4, that says the query is encrypted with TLS, if that is enabled for the query. diff --git a/libunbound/python/libunbound.i b/libunbound/python/libunbound.i index 6196a3979..a2b361d4c 100644 --- a/libunbound/python/libunbound.i +++ b/libunbound/python/libunbound.i @@ -242,6 +242,7 @@ RR_TYPE_MAILA = 254, /** any type (wildcard) */ RR_TYPE_ANY = 255, + RR_TYPE_CAA = 257, /* RFC 4431, 5074, DNSSEC Lookaside Validation */ RR_TYPE_DLV = 32769,