summaryrefslogtreecommitdiff
path: root/doc/manual/p11-kit.xml
Commit message (Collapse)AuthorAgeFilesLines
* doc: Replace links to freedesktop.org to github pagesDaiki Ueno2018-02-261-2/+2
|
* doc: Clarify p11-kit server documentationDaiki Ueno2017-05-261-3/+5
|
* rpc: Add PKCS#11 module that connects to socketDaiki Ueno2017-02-171-0/+17
| | | | | | | | | | | | | | | This patch adds a PKCS#11 module that connects to the p11-kit server exposed on the filesystem. The filename of the socket is determined in the following order: - $P11_KIT_SERVER_ADDRESS, if the envvar is available - $XDG_RUNTIME_DIR/p11-kit/pkcs11, if the envvar is available - /run/$(id -u)/p11-kit/pkcs11, if /run/$(id -u) exists - /var/run/$(id -u)/p11-kit/pkcs11, if /var/run/$(id -u) exists - ~/.cache/p11-kit/pkcs11. Note that the program loading this module may have called setuid() and secure_getenv() which we use for fetching envvars could return NULL.
* doc: State 'p11-kit trust' is a deprecated formDaiki Ueno2016-12-061-2/+4
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=1160783
* p11-kit: Cleanup and add documentation for 'remote' optionStef Walter2014-07-081-0/+15
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=54105
* trust: Document the new command line trust toolStef Walter2013-08-291-138/+7
|
* doc: Add identifiers to doc sections so gtk-doc doesn't autogen themStef Walter2013-07-181-6/+6
|
* Fix extract example in documentationStef Walter2013-07-181-1/+1
|
* manual: Use a consistent docbook versionStef Walter2013-04-041-2/+2
|
* extract: Combine trust policy when extractingStef Walter2013-03-151-3/+16
| | | | | | | | | | * Collapse multiple identical certificates coming from different tokens. Note that if a certificate should not be placed multiple times on a token. We cannot know which one to respect. * Add a new extract filter: --trust-policy This extracts all anchor and blacklist information https://bugs.freedesktop.org/show_bug.cgi?id=61497
* extract: --comment option adds comments to PEM bundlesStef Walter2013-03-151-0/+5
| | | | | | | | * Placed before the certificate, simple one liner * No need to put comments in PEM files extracted into directories, as the file names are already descriptive. https://bugs.freedesktop.org/show_bug.cgi?id=62029
* doc: Move manual into doc/manual subdirectoryStef Walter2013-03-121-0/+229