Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | p11-kit: Add P11_KIT_MODULE_TRUSTED flag | Stef Walter | 2013-07-04 | 1 | -1/+2 |
| | | | | | A new flag to pass to p11_kit_modules_load() and related functions which limits loaded modules to ones with "trust-policy: yes". | ||||
* | p11-kit: New priority option and change trust-policy option | Stef Walter | 2013-03-15 | 2 | -0/+2 |
| | | | | | | | | | | | | | | * Sort loaded modules appropriately using the 'priority' option. This allows us to have a predictable order for callers, when callers iterate through modules. * Modules default to having an 'priority' option of '0'. * If modules have the same order value, then sort by name. * The above assumes the role of ordering trust-policy sources. * Change the trust-policy option to a boolean * Some of this code will be rearranged when the managed branch is merged. https://bugs.freedesktop.org/show_bug.cgi?id=61978 | ||||
* | Add a /usr/share/p11-kit/modules directory for package module configs | Stef Walter | 2013-02-05 | 2 | -0/+6 |
* Try to make /etc/pkcs11/modules for administrator use * Override the old pkg-config variables to help packages start using the new location |