summaryrefslogtreecommitdiff
path: root/trust/test-pem.c
Commit message (Collapse)AuthorAgeFilesLines
* pem: Fix assert conditionDaiki Ueno2019-01-111-0/+18
| | | | | | 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
* Move to non-recursive Makefile for building bins and libsStef Walter2014-08-151-0/+341
Still use recursive for documentation and translation.