summaryrefslogtreecommitdiff
path: root/common/asn1.h
Commit message (Collapse)AuthorAgeFilesLines
* asn1: Implement a parsed ASN.1 tree cacheStef Walter2013-03-151-0/+21
| | | | | | | | | In order to unmarry the parser from the future builder, but still retain efficiency, we need to be able to cache parsed ASN.1 trees. The ASN.1 cache provides this. In addition it carries around the loaded ASN.1 definitions. https://bugs.freedesktop.org/show_bug.cgi?id=62329
* Refactor how parsing of ASN.1 data and certificate extensions workStef Walter2013-02-051-0/+65