Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix various memory leaks exposed by 'make leakcheck' | Stef Walter | 2013-07-23 | 1 | -1/+3 |
| | |||||
* | trust: Support using the parser without an asn1_cache | Stef Walter | 2013-07-08 | 1 | -3/+8 |
| | |||||
* | asn1: In p11_asn1_read() allocate an extra null terminator | Stef Walter | 2013-07-08 | 1 | -2/+5 |
| | | | | As a courtesy for callers. | ||||
* | trust: Add p11_asn1_read() and p11_asn1_free() functions | Stef Walter | 2013-07-04 | 1 | -0/+38 |
| | | | | Some helpers for commonly used ASN.1 related stuff. | ||||
* | Reorganize various components | Stef Walter | 2013-06-25 | 1 | -0/+326 |
* p11-kit library and tool in the p11-kit/ subdirectory * trust module and new trust tool in trust/ subdirectory * No more tools/ subdirectory * Lots less in the common/ subdirectory |