summaryrefslogtreecommitdiff
path: root/common/x509.h
Commit message (Collapse)AuthorAgeFilesLines
* Use the CN, OU or O of certificates to generate a labelStef Walter2013-02-051-0/+16
| | | | | * This is in cases where the certificate information does not already have a friendly name or alias.
* Move the X.509 extension parsing code in common/Stef Walter2013-02-051-1/+8
| | | | * So it can be used by other code, in addition to the trust stuff
* Refactor how parsing of ASN.1 data and certificate extensions workStef Walter2013-02-051-0/+56