summaryrefslogtreecommitdiffstats
path: root/net/der/parse_values.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add DER parser to //netnharper2015-04-221-0/+269
The DER parsing code is split into 2 main sections - the Parser class for parsing constructed values, and the ParseType free functions for parsing primitive values. The Parser class should be complete at this point (with the exception of adding more convenience methods to match free functions). This CL has only a very limited number of free functions for parsing primitive values; more will be added in later CLs based on the demand needed for other types. Review URL: https://codereview.chromium.org/878813002 Cr-Commit-Position: refs/heads/master@{#326389}