Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Free memory before return{,_val}_if_* macros | Daiki Ueno | 2018-10-17 | 1 | -1/+4 |
| | |||||
* | trust: Simplify the check for the magic | Daiki Ueno | 2017-05-18 | 1 | -8/+11 |
| | | | | | Instead of reusing the CKA_X_GENERATED attribute, check the file contents directly in the caller side. | ||||
* | trust: Check magic comment in persist file for modifiablity | Daiki Ueno | 2017-05-18 | 1 | -1/+8 |
| | | | | | | | A persistent file written by the trust module starts with the line "# This file has been auto-generated and written by p11-kit". This can be used as a magic word to determine whether the objects read from a .p11-kit file are read-only. | ||||
* | Support loading new NSS attribute CKA_NSS_MOZILLA_CA_POLICY from .p11-kit files. | Kai Engert | 2017-02-16 | 1 | -0/+1 |
| | | | | | See also NSS bug https://bugzilla.mozilla.org/show_bug.cgi?id=1334976 and p11-kit bug https://bugs.freedesktop.org/show_bug.cgi?id=99453 | ||||
* | trust: Don't encode spaces when writing .p11-kit format | Stef Walter | 2017-01-31 | 1 | -1/+1 |
| | | | | | These should not be encoded by default for readability in strings. | ||||
* | trust: Allow 'BEGIN PUBLIC KEY' PEM blocks in .p11-kit files | Stef Walter | 2014-10-09 | 1 | -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 extensions | Stef Walter | 2014-09-10 | 1 | -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 attribute | Stef Walter | 2013-07-08 | 1 | -0/+1 |
| | |||||
* | trust: Add p11_asn1_read() and p11_asn1_free() functions | Stef Walter | 2013-07-04 | 1 | -9/+2 |
| | | | | Some helpers for commonly used ASN.1 related stuff. | ||||
* | trust: Correctly handle persisting OIDs with zero length | Stef Walter | 2013-07-03 | 1 | -2/+3 |
| | |||||
* | trust: Don't write out internal attributes when persisting | Stef Walter | 2013-07-03 | 1 | -0/+7 |
| | |||||
* | persist: Support for writing out p11-kit persist files | Stef Walter | 2013-05-27 | 1 | -59/+399 |
| | |||||
* | trust: Support a p11-kit specific serialization format | Stef Walter | 2013-03-15 | 1 | -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 |