From: Nikos Mavrogiannopoulos Date: Fri, 19 Jul 2013 08:44:16 +0000 (+0200) Subject: doc update X-Git-Tag: gnutls_3_2_3pre0~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76f48f63bafcdaa01067ef8742e965c7289f72b5;p=thirdparty%2Fgnutls.git doc update --- diff --git a/lib/gnutls_x509.c b/lib/gnutls_x509.c index f0568de79e..e75b8723fc 100644 --- a/lib/gnutls_x509.c +++ b/lib/gnutls_x509.c @@ -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().