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

Unified Diff: net/der/tag.h

Issue 1214933009: Class for parsing and evaluating RFC 5280 NameConstraints. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@compare_DN2
Patch Set: changes for comment #16 Created 5 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 | « net/data/verify_name_match_unittest/scripts/generate_names.py ('k') | net/der/tag.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/der/tag.h
diff --git a/net/der/tag.h b/net/der/tag.h
index 4f8752b6173741cf811eb6b81818a8177152e6b6..a8a7df2770f5ff4dc7ef528514989935b5a7c775 100644
--- a/net/der/tag.h
+++ b/net/der/tag.h
@@ -65,8 +65,13 @@ const uint8_t kTagClassMask = 0xC0;
NET_EXPORT Tag ContextSpecificConstructed(uint8_t class_number);
NET_EXPORT Tag ContextSpecificPrimitive(uint8_t base);
+
+NET_EXPORT bool IsContextSpecific(Tag tag);
+
NET_EXPORT bool IsConstructed(Tag tag);
+NET_EXPORT uint8_t GetTagNumber(Tag tag);
+
} // namespace der
} // namespace net
« no previous file with comments | « net/data/verify_name_match_unittest/scripts/generate_names.py ('k') | net/der/tag.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698