1gnutls_certificate_send_x509_rdn_segqnuguentnulctsel_(sc3e)rtificate_send_x509_rdn_sequence(3)
2
3
4
6 gnutls_certificate_send_x509_rdn_sequence - This function will order
7 gnutls to send or not the x.509 rdn sequence
8
10 #include <gnutls/gnutls.h>
11
12 void gnutls_certificate_send_x509_rdn_sequence(gnutls_session_t ses‐
13 sion, int status);
14
16 gnutls_session_t session
17 is a pointer to a gnutls_session_t structure.
18
19 int status is 0 or 1
20
22 If status is non zero, this function will order gnutls not to send the
23 rdnSequence in the certificate request message. That is the server will
24 not advertize it's trusted CAs to the peer. If status is zero then the
25 default behaviour will take effect, which is to advertize the server's
26 trusted CAs.
27
28 This function has no effect in clients, and in authentication methods
29 other than certificate with X.509 certificates.
30
32 Report bugs to <bug-gnutls@gnu.org>.
33
35 Copyright © 2006 Free Software Foundation.
36 Permission is granted to make and distribute verbatim copies of this
37 manual provided the copyright notice and this permission notice are
38 preserved on all copies.
39
41 The full documentation for gnutls is maintained as a Texinfo manual.
42 If the info and gnutls programs are properly installed at your site,
43 the command
44
45 info gnutls
46
47 should give you access to the complete manual.
48
49
50
51gnutls gnu1t.l6s._3certificate_send_x509_rdn_sequence(3)