Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Our own unit testing framework | Stef Walter | 2013-05-21 | 1 | -34/+19 |
| | | | | | | | | * Support the TAP protocol * Much cleaner without having to carry around state * First class support for setup/teardown * Port the common tests * Wait on porting other tests until we've merged outstanding code | ||||
* | asn1: Implement a parsed ASN.1 tree cache | Stef Walter | 2013-03-15 | 1 | -0/+46 |
| | | | | | | | | | 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 | ||||
* | Use putenv() instead of setenv() | Stef Walter | 2013-03-03 | 1 | -1/+1 |
| | | | | Since older operating systems don't support setenv() | ||||
* | Refactor how parsing of ASN.1 data and certificate extensions work | Stef Walter | 2013-02-05 | 1 | -0/+113 |