summaryrefslogtreecommitdiff
path: root/trust/test-trust.h
Commit message (Collapse)AuthorAgeFilesLines
* trust: Avoid confusion in DER/PEM decodingDaiki Ueno2016-11-301-0/+96
| | | | | | | | Previously p11-kit-trust.so tried to interpret certificate as PEM format first. This could cause potential conflict if the certificate were actually in DER format and contained a PEM marker strings. https://bugs.freedesktop.org/show_bug.cgi?id=92063
* trust: Allow 'BEGIN PUBLIC KEY' PEM blocks in .p11-kit filesStef Walter2014-10-091-0/+22
| | | | | | | These PEM blocks contribute a CKA_PUBLIC_KEY_INFO to the object being read/written. https://bugs.freedesktop.org/show_bug.cgi?id=83799
* Move to non-recursive Makefile for building bins and libsStef Walter2014-08-151-0/+409
Still use recursive for documentation and translation.