]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 11 Nov 2013 07:57:11 +0000 (08:57 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 11 Nov 2013 07:57:11 +0000 (08:57 +0100)
lib/gnutls_x509.c

index 38f2a8ec916b693d0b6cda1b5cc1125bd3221fa4..db5076d8bf16d998ade72664f5b46c37e19f4498 100644 (file)
@@ -1389,6 +1389,9 @@ gnutls_certificate_set_trust_list(gnutls_certificate_credentials_t res,
  * will import the private key and certificate indicated by the URLs. Note
  * that the supported URLs are the ones indicated by gnutls_url_is_supported().
  *
+ * In case the @certfile is provided as a PKCS #11 URL, then the certificate, and its
+ * present issuers in the token are are imported (i.e., the required trust chain).
+ *
  * Returns: %GNUTLS_E_SUCCESS (0) on success, or a negative error code.
  **/
 int
@@ -1427,6 +1430,9 @@ gnutls_certificate_set_x509_key_file(gnutls_certificate_credentials_t res,
  * will import the private key and certificate indicated by the URLs. Note
  * that the supported URLs are the ones indicated by gnutls_url_is_supported().
  *
+ * In case the @certfile is provided as a PKCS #11 URL, then the certificate, and its
+ * present issuers in the token are are imported (i.e., the required trust chain).
+ *
  * Returns: %GNUTLS_E_SUCCESS (0) on success, or a negative error code.
  **/
 int