From: Nikos Mavrogiannopoulos Date: Mon, 11 Nov 2013 07:57:11 +0000 (+0100) Subject: doc update X-Git-Tag: gnutls_3_3_0pre0~607 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6a2c5957dd67f95eeaa737b96845ba53c472951;p=thirdparty%2Fgnutls.git doc update --- diff --git a/lib/gnutls_x509.c b/lib/gnutls_x509.c index 38f2a8ec91..db5076d8bf 100644 --- a/lib/gnutls_x509.c +++ b/lib/gnutls_x509.c @@ -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