summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-02-16 09:37:29 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-02-16 09:37:29 +0000
commit56b5adfdb79fc100f17c2143ccb08a4c192a5c92 (patch)
tree3ff255980dcff6d2cc32885ff3c7ac68345e784b
parent948930968232c16e32fe6e3d8012f750afcfbcd3 (diff)
downloadgnutls-56b5adfdb79fc100f17c2143ccb08a4c192a5c92.tar.gz
*** empty log message ***
-rw-r--r--lib/gnutls_x509.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/gnutls_x509.c b/lib/gnutls_x509.c
index 8b97854fee..668094d79d 100644
--- a/lib/gnutls_x509.c
+++ b/lib/gnutls_x509.c
@@ -1044,6 +1044,10 @@ static int parse_der_ca_mem( gnutls_x509_crt** cert_list, int* ncerts,
* This function adds the trusted CAs in order to verify client
* certificates. This function may be called multiple times.
*
+ * In case of a server the CAs set here will be sent to the client
+ * if a certificate request is sent. This can be disabled using
+ * gnutls_certificate_send_x509_rdn_sequence().
+ *
**/
int gnutls_certificate_set_x509_trust_mem(gnutls_certificate_credentials res,
const gnutls_datum *CA, gnutls_x509_crt_fmt type)