summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-01-04 13:57:28 +0100
committerStef Walter <stefw@gnome.org>2013-02-05 14:54:53 +0100
commit4400d8ecc4525cfc848937dc562c542fc58a533a (patch)
treee747ae99a28b9a8514f2afe37ea317e16a34efd5 /doc
parent7e61265ced3f33685b68bb6e2c7505485cfe0177 (diff)
Implement trust assertion PKCS#11 objects
* Implement trust assertions for anchored and distrusted certs * Pinned certificate trust assertions are not implemented yet * Add an internal tool for pulling apart bits of certificates
Diffstat (limited to 'doc')
-rw-r--r--doc/p11-kit-trust.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/p11-kit-trust.xml b/doc/p11-kit-trust.xml
index ef2db28..aeec16d 100644
--- a/doc/p11-kit-trust.xml
+++ b/doc/p11-kit-trust.xml
@@ -76,6 +76,17 @@ $ pkg-config --variable p11_system_certificates p11-kit-1
GUI or command line configuration.</para>
</section>
+<section id="trust-glib-networking">
+ <title>Using the Trust Policy Module with glib-networking</title>
+
+ <para>The trust policy module can be used as a source of trust
+ information for glib-networking's <literal>gnutls-pkcs11</literal> backend.
+ The module provides PKCS#11 trust assertion objects as expected.</para>
+
+ <para>The module should work by default if the <literal>gnutls-pkcs11</literal>
+ backend is selected as the glib-networking TLS backend.</para>
+</section>
+
<section id="trust-disable">
<title>Disabling the Trust Policy Module</title>