summaryrefslogtreecommitdiff
path: root/trust/persist.c
Commit message (Collapse)AuthorAgeFilesLines
* trust: Allow 'BEGIN PUBLIC KEY' PEM blocks in .p11-kit filesStef Walter2014-10-091-0/+24
| | | | | | | These PEM blocks contribute a CKA_PUBLIC_KEY_INFO to the object being read/written. https://bugs.freedesktop.org/show_bug.cgi?id=83799
* common: New public pkcs11x.h header containing extensionsStef Walter2014-09-101-0/+1
| | | | | | | Move our internal stuff to pkcs11i.h, and install the pkcs11x.h header containing extensions. https://bugs.freedesktop.org/show_bug.cgi?id=83495
* trust: Mark CKA_X_DISTRUSTED as a boolean attributeStef Walter2013-07-081-0/+1
|
* trust: Add p11_asn1_read() and p11_asn1_free() functionsStef Walter2013-07-041-9/+2
| | | | Some helpers for commonly used ASN.1 related stuff.
* trust: Correctly handle persisting OIDs with zero lengthStef Walter2013-07-031-2/+3
|
* trust: Don't write out internal attributes when persistingStef Walter2013-07-031-0/+7
|
* persist: Support for writing out p11-kit persist filesStef Walter2013-05-271-59/+399
|
* trust: Support a p11-kit specific serialization formatStef Walter2013-03-151-0/+401
This is documented in doc/internals/ subdirectory Add tests for the format as well. https://bugs.freedesktop.org/show_bug.cgi?id=62156