summaryrefslogtreecommitdiff
path: root/common/tests/test-x509.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix memory leaks reported by 'make leakcheck'Stef Walter2013-03-201-0/+1
|
* Use putenv() instead of setenv()Stef Walter2013-03-031-1/+1
| | | | Since older operating systems don't support setenv()
* Use the CN, OU or O of certificates to generate a labelStef Walter2013-02-051-0/+81
| | | | | * 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-7/+184
| | | | * 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/+185