summaryrefslogtreecommitdiff
path: root/trust/pem.c
Commit message (Collapse)AuthorAgeFilesLines
* trust: Fix mismatched return valuesDaiki Ueno2019-06-181-1/+1
|
* pem: Fix assert conditionDaiki Ueno2019-01-111-1/+1
| | | | | | If the PEM header is "-----BEGIN -----", *type should be an empty string and the parser shouldn't fail. Reported by Han Han in: https://bugzilla.redhat.com/show_bug.cgi?id=1665172
* trust: Fix use of invalid memory in PEM parserStef Walter2014-08-081-3/+1
|
* Reorganize various componentsStef Walter2013-06-251-0/+290
* 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