summaryrefslogtreecommitdiff
path: root/common/pem.c
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize various componentsStef Walter2013-06-251-290/+0
| | | | | | | * 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
* pem: Write PEM data directly to a bufferStef Walter2013-05-271-21/+17
|
* Fix memory leaks reported by 'make leakcheck'Stef Walter2013-03-201-0/+1
|
* Implement code for writing PEMStef Walter2013-02-051-1/+53
| | | | | | | * 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/+241