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

Unified Diff: net/base/dns_util.h

Issue 10082010: net: support SHA512 hashes in DNSSEC chains. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 8 years, 8 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 | « AUTHORS ('k') | net/base/dnssec_keyset.cc » ('j') | no next file with comments »
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 2bd3edaab1035d791d2e3a1ff666f6a955d43bb0..a99152101c81336ea480c7352947f3668f4e6ec7 100644
--- a/net/base/dns_util.h
+++ b/net/base/dns_util.h
@@ -60,6 +60,7 @@ static const uint16 kDNS_TESTING = 0xfffe; // in private use area.
static const uint8 kDNSSEC_RSA_SHA1 = 5;
static const uint8 kDNSSEC_RSA_SHA1_NSEC3 = 7;
static const uint8 kDNSSEC_RSA_SHA256 = 8;
+static const uint8 kDNSSEC_RSA_SHA512 = 10;
// RFC 4509
static const uint8 kDNSSEC_SHA1 = 1;
« no previous file with comments | « AUTHORS ('k') | net/base/dnssec_keyset.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698