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

Unified Diff: net/der/tag.h

Issue 1125333005: RFC 2459 name comparison. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ios copy_test_data Created 5 years, 4 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
Index: net/der/tag.h
diff --git a/net/der/tag.h b/net/der/tag.h
index 1c89080d080c02a7cbd1c556d0aa0734a26f6ea0..4f8752b6173741cf811eb6b81818a8177152e6b6 100644
--- a/net/der/tag.h
+++ b/net/der/tag.h
@@ -30,8 +30,11 @@ const Tag kNull = 0x05;
const Tag kOid = 0x06;
const Tag kUtf8String = 0x0C;
const Tag kPrintableString = 0x13;
+const Tag kIA5String = 0x16;
const Tag kUtcTime = 0x17;
const Tag kGeneralizedTime = 0x18;
+const Tag kUniversalString = 0x1C;
+const Tag kBmpString = 0x1E;
// Universal class constructed types
const Tag kSequence = 0x30;

Powered by Google App Engine
This is Rietveld 408576698