]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc update
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 19 Jul 2013 08:44:16 +0000 (10:44 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 19 Jul 2013 08:44:16 +0000 (10:44 +0200)
lib/gnutls_x509.c

index f0568de79e65c922c0bbf849fab2a9f30f81a407..e75b8723fcec02979a238328d9ee61985a1429a7 100644 (file)
@@ -1381,6 +1381,10 @@ gnutls_certificate_set_trust_list (gnutls_certificate_credentials_t res,
  * entity certificate, e.g., also an intermediate CA cert, then the
  * @certfile must contain the ordered certificate chain.
  *
+ * Note that the names in the certificate provided will be considered
+ * when selecting the appropriate certificate to use (in case of multiple
+ * 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
  * that the supported URLs are the ones indicated by gnutls_url_is_supported().
@@ -1413,6 +1417,10 @@ gnutls_certificate_set_x509_key_file (gnutls_certificate_credentials_t res,
  * entity certificate, e.g., also an intermediate CA cert, then the
  * @certfile must contain the ordered certificate chain.
  *
+ * Note that the names in the certificate provided will be considered
+ * when selecting the appropriate certificate to use (in case of multiple
+ * 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
  * that the supported URLs are the ones indicated by gnutls_url_is_supported().