Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Separate library init from message code | Stef Walter | 2013-04-03 | 1 | -2/+3 |
| | | | | | | | | | | | Put library init/uninit code its into their own statically linked library so that they don't get linked into the p11-kit executable. Refactor the message code so that the library initialization can plug in its per thread message buffer. https://bugs.freedesktop.org/show_bug.cgi?id=63046 | ||||
* | pem: Fix a bug decoding some PEM files | Stef Walter | 2013-03-15 | 1 | -0/+212 |
When bringing over the BSD base64 code, there was a regression. In addition add some tests for the base64 stuff. |