]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc: updated p11-kit links [ci skip]
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 16 Jun 2019 12:08:54 +0000 (14:08 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 16 Jun 2019 12:08:54 +0000 (14:08 +0200)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
doc/cha-cert-auth.texi
doc/cha-library.texi
doc/cha-tokens.texi

index f26f90e57e5def0fc02f37ab216e8a78adc66b0e..cea30cf4657b64b6a4cae6c4115a3f0e9c0cd8e8 100644 (file)
@@ -409,7 +409,7 @@ flags are part of the enumeration
 Some systems provide a system wide trusted certificate storage accessible using
 the PKCS #11 API. That is, the trusted certificates are queried and accessed using the
 PKCS #11 API, and trusted certificate properties, such as purpose, are marked using
-attached extensions. One example is the p11-kit trust module@footnote{see @url{https://p11-glue.freedesktop.org/trust-module.html}.}.
+attached extensions. One example is the p11-kit trust module@footnote{see @url{https://p11-glue.github.io/p11-glue/trust-module.html}.}.
 
 These special PKCS #11 modules can be used for GnuTLS certificate verification if marked as trust 
 policy modules, i.e., with @code{trust-policy: yes} in the p11-kit module file.
index ff21ba6d8324fd6d2e9e18f7e58a16e0626b361e..6e5df6eaaae200769d39ee49e0032b62ac1ad834 100644 (file)
@@ -142,7 +142,7 @@ the last, which allows to use a PKCS #11 trust policy module. That module not on
 provides the trusted certificates, but allows the categorization of them using purpose,
 e.g., CAs can be restricted for e-mail usage only, or administrative restrictions of CAs, for
 examples by restricting a CA to only issue certificates for a given DNS domain using NameConstraints.
-A publicly available PKCS #11 trust module is p11-kit's trust module@footnote{@url{https://p11-glue.freedesktop.org/doc/p11-kit/trust-module.html}}.
+A publicly available PKCS #11 trust module is p11-kit's trust module@footnote{@url{https://p11-glue.github.io/p11-glue/trust-module.html}}.
 
 @node Document overview
 @section Overview
index 6057feda2f951f2e62694b127459d7909145b766..ab7a5fbf3298be3d2f9a8559344bf162b2978955 100644 (file)
@@ -302,7 +302,7 @@ and tokens, @acronym{PKCS} #11 is automatically initialized during the first
 call of a @acronym{PKCS} #11 related function, in a thread safe way.
 The default initialization process, utilizes p11-kit configuration, and loads any
 appropriate @acronym{PKCS} #11 modules. The p11-kit configuration
-files@footnote{@url{https://p11-glue.freedesktop.org/}} are typically stored in @code{/etc/pkcs11/modules/}.
+files@footnote{@url{https://p11-glue.github.io/p11-glue/p11-kit.html}} are typically stored in @code{/etc/pkcs11/modules/}.
 For example a file that will instruct GnuTLS to load the @acronym{OpenSC} module,
 could be named @code{/etc/pkcs11/modules/opensc.module} and contain the following:
 
@@ -506,7 +506,7 @@ The @acronym{PKCS} #11 API can be used to allow all applications in the
 same operating system to access shared cryptographic keys and certificates in a
 uniform way, as in @ref{fig-pkcs11-vision}. That way applications could load their
 trusted certificate list, as well as user certificates from a common PKCS #11 module.
-Such a provider is the p11-kit trust storage module@footnote{@url{https://p11-glue.freedesktop.org/trust-module.html}}
+Such a provider is the p11-kit trust storage module@footnote{@url{https://p11-glue.github.io/p11-glue/trust-module.html}}
 and it provides access to the trusted Root CA certificates in a system. That
 provides a more dynamic list of Root CA certificates, as opposed to a static
 list in a file or directory.