From: Nikos Mavrogiannopoulos Date: Sun, 16 Feb 2003 09:37:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: gnutls_0_8_3~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56b5adfdb79fc100f17c2143ccb08a4c192a5c92;p=thirdparty%2Fgnutls.git *** empty log message *** --- 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)