summaryrefslogtreecommitdiff
path: root/common/pem.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement code for writing PEMStef Walter2013-02-051-0/+5
| | | | | | | * 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 filesStef Walter2013-02-051-0/+50