1gnutls_certificate_send_x509_rdn_segqnuguentnulctsel_(sc3e)rtificate_send_x509_rdn_sequence(3)
2
3
4
6 gnutls_certificate_send_x509_rdn_sequence - API function
7
9 #include <gnutls/gnutls.h>
10
11 void gnutls_certificate_send_x509_rdn_sequence(gnutls_session_t ses‐
12 sion, int status);
13
15 gnutls_session_t session
16 a gnutls_session_t type.
17
18 int status is 0 or 1
19
21 If status is non zero, this function will order gnutls not to send the
22 rdnSequence in the certificate request message. That is the server will
23 not advertise its trusted CAs to the peer. If status is zero then the
24 default behaviour will take effect, which is to advertise the server's
25 trusted CAs.
26
27 This function has no effect in clients, and in authentication methods
28 other than certificate with X.509 certificates.
29
31 Report bugs to <bugs@gnutls.org>.
32 Home page: http://www.gnutls.org
33
34
36 Copyright © 2001-2018 Free Software Foundation, Inc., and others.
37 Copying and distribution of this file, with or without modification,
38 are permitted in any medium without royalty provided the copyright
39 notice and this notice are preserved.
40
42 The full documentation for gnutls is maintained as a Texinfo manual.
43 If the /usr/share/doc/gnutls/ directory does not contain the HTML form
44 visit
45
46 http://www.gnutls.org/manual/
47
48gnutls gnu3t.l6s._5certificate_send_x509_rdn_sequence(3)