Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for using freebl3 for SHA1 and MD5 hashing | Stef Walter | 2013-07-10 | 1 | -2/+2 |
| | | | | | | Since we don't want to link freebl3 to libp11-kit.so where it isn't needed, move the SHA-1 and MD5 digest functionality to the trust/ directory. | ||||
* | trust: Add p11_asn1_read() and p11_asn1_free() functions | Stef Walter | 2013-07-04 | 1 | -36/+6 |
| | | | | Some helpers for commonly used ASN.1 related stuff. | ||||
* | Reorganize various components | Stef Walter | 2013-06-25 | 1 | -0/+376 |
* 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 |