From 4400d8ecc4525cfc848937dc562c542fc58a533a Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 4 Jan 2013 13:57:28 +0100 Subject: 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 --- doc/p11-kit-trust.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc') 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. +
+ Using the Trust Policy Module with glib-networking + + The trust policy module can be used as a source of trust + information for glib-networking's gnutls-pkcs11 backend. + The module provides PKCS#11 trust assertion objects as expected. + + The module should work by default if the gnutls-pkcs11 + backend is selected as the glib-networking TLS backend. +
+
Disabling the Trust Policy Module -- cgit v1.1