1gnutls_certificate_send_x509_rdn_segqnuguentnulctsel_(sc3e)rtificate_send_x509_rdn_sequence(3)
2
3
4
6 gnutls_certificate_send_x509_rdn_sequence - order gnutls to send or not
7 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>. GnuTLS home page:
33 http://www.gnu.org/software/gnutls/ General help using GNU software:
34 http://www.gnu.org/gethelp/
35
37 Copyright © 2008 Free Software Foundation.
38 Copying and distribution of this file, with or without modification,
39 are permitted in any medium without royalty provided the copyright
40 notice and this notice are preserved.
41
43 The full documentation for gnutls is maintained as a Texinfo manual.
44 If the info and gnutls programs are properly installed at your site,
45 the command
46
47 info gnutls
48
49 should give you access to the complete manual.
50
51
52
53gnutls gnu2t.l8s._6certificate_send_x509_rdn_sequence(3)