]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 11 May 2015 16:41:09 +0000 (18:41 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 11 May 2015 16:41:19 +0000 (18:41 +0200)
lib/gnutls_x509.c

index bf1b125d1c948980b266782eac57500e7795e6af..ae41d7119bb908ff338c769802fd83229d9e0a3e 100644 (file)
@@ -1340,11 +1340,11 @@ gnutls_certificate_get_trust_list(gnutls_certificate_credentials_t res,
  * certificate/key pairs).
  *
  * This function can also accept URLs at @keyfile and @certfile. In that case it
- * will import the private key and certificate indicated by the URLs. Note
+ * will use 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).
+ * present issuers in the token are imported (i.e., forming the required trust chain).
  *
  * If that function fails to load the @res structure is at an undefined state, it must
  * not be reused to load other keys or certificates.
@@ -1386,13 +1386,13 @@ gnutls_certificate_set_x509_key_file(gnutls_certificate_credentials_t res,
  * certificate/key pairs).
  *
  * This function can also accept URLs at @keyfile and @certfile. In that case it
- * will import the private key and certificate indicated by the URLs. Note
+ * will use the private key and certificate indicated by the URLs. Note
  * that the supported URLs are the ones indicated by gnutls_url_is_supported().
  * Before GnuTLS 3.4.0 when a URL was specified, the @pass part was ignored and a
  * PIN callback had to be registered, this is no longer the case in current releases.
  *
  * 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).
+ * present issuers in the token are imported (i.e., forming the required trust chain).
  *
  * If that function fails to load the @res structure is at an undefined state, it must
  * not be reused to load other keys or certificates.