summaryrefslogtreecommitdiff
path: root/doc/p11-kit-config.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add basic trust moduleStef Walter2013-02-051-0/+10
| | | | | | This is based off the roots-store from gnome-keyring and loads certificates from a root directory and exposes them as PKCS#11 objects.
* Add documentation about contributing to p11-kitStef Walter2013-02-051-2/+2
|
* Change the default of 'user-config' to merge.Stef Walter2012-09-061-2/+2
| | | | | | | * This allows user configured PKCS#11 modules by default. * Admins can change this to 'none' in /etc/pkcs11/pkcs11.conf to go back to the previous behavior. * Posted to the mailing list.
* Use '.module' extension on module configsStef Walter2012-07-241-2/+5
| | | | | | | | | | | | | * And want alphanumeric/_.- filenames * Currently this is just a warning, soon it will be enforced * The name of a module does not include the extension Andreas Metzler and Ubuntu both worked on this patch, and I've made some more changes. See https://bugs.launchpad.net/ubuntu/+source/p11-kit/+bug/911436 https://bugs.freedesktop.org/show_bug.cgi?id=52158
* Add enable-in and disable-in options to module configStef Walter2012-04-011-0/+27
| | | | | | | | * These can be used to load certain modules in certain programs, or prevent loading in others. * Useful for a key manager like seahorse, so we can load extra modules (think NSS) that other modules shouldn't load.
* Add documentation about the configuration pathsStef Walter2011-09-141-15/+22
| | | | | * Default module path * How to lookup paths using pkg-config
* Add 'critical' setting for modulesStef Walter2011-08-301-2/+22
| | | | | | * When a module has critical set to 'yes', and that module fails to init then it aborts the entire init process. * Defaults to 'no'
* Add example configuration documentation.Stef Walter2011-08-011-0/+48
| | | | * And also install example pkcs11.conf file.
* Fixed typos and made options clearer.Stef Walter2011-06-091-3/+3
|
* Store last failure message per thread.Stef Walter2011-06-091-1/+1
| | | | * Add p11_kit_message() function to get last message.
* Mix in other documentation.Stef Walter2011-03-311-4/+6
|
* The start of some documentation.Stef Walter2011-03-031-0/+119