Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pem: Fix a bug decoding some PEM files | Stef Walter | 2013-03-15 | 1 | -11/+8 |
| | | | | | When bringing over the BSD base64 code, there was a regression. In addition add some tests for the base64 stuff. | ||||
* | Implement code for writing PEM | Stef Walter | 2013-02-05 | 1 | -0/+62 |
| | | | | | | | * Based on the gcr code * Bring in base64 output code from BSD * Make sure to output base64 lines of 64 character length since this is what OpenSSL expects | ||||
* | Add support for parsing PEM files | Stef Walter | 2013-02-05 | 1 | -0/+192 |