Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use putenv() instead of setenv() | Stef Walter | 2013-03-03 | 1 | -1/+1 |
| | | | | Since older operating systems don't support setenv() | ||||
* | Use the CN, OU or O of certificates to generate a label | Stef Walter | 2013-02-05 | 1 | -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 Walter | 2013-02-05 | 1 | -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 work | Stef Walter | 2013-02-05 | 1 | -0/+185 |