Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1513)

Unified Diff: net/base/dns_util.h

Issue 11184027: net: add DANE support for DNSSEC stapled certificates. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/base/dnssec_chain_verifier.h » ('j') | net/base/dnssec_chain_verifier.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/dns_util.h
diff --git a/net/base/dns_util.h b/net/base/dns_util.h
index db44158745b64842b3006e663835bea239cdfe1e..3a76e7a84567d4f9cb740b7c6b93ec5b065615fa 100644
--- a/net/base/dns_util.h
+++ b/net/base/dns_util.h
@@ -51,6 +51,7 @@ static const uint16 kDNS_CERT = 37;
static const uint16 kDNS_DS = 43;
static const uint16 kDNS_RRSIG = 46;
static const uint16 kDNS_DNSKEY = 48;
+static const uint16 kDNS_TLSA = 52;
static const uint16 kDNS_ANY = 0xff;
static const uint16 kDNS_CAA = 257;
static const uint16 kDNS_TESTING = 0xfffe; // in private use area.
« no previous file with comments | « no previous file | net/base/dnssec_chain_verifier.h » ('j') | net/base/dnssec_chain_verifier.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698