1gnutls_certificate_send_x509_rdn_segqnuguentnulctsel_(sc3e)rtificate_send_x509_rdn_sequence(3)
2
3
4

NAME

6       gnutls_certificate_send_x509_rdn_sequence - API function
7

SYNOPSIS

9       #include <gnutls/gnutls.h>
10
11       void   gnutls_certificate_send_x509_rdn_sequence(gnutls_session_t  ses‐
12       sion, int status);
13

ARGUMENTS

15       gnutls_session_t session
16                   is a pointer to a gnutls_session_t structure.
17
18       int status  is 0 or 1
19

DESCRIPTION

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 advertize it's trusted CAs to the peer. If status is zero then  the
24       default  behaviour will take effect, which is to advertize 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

REPORTING BUGS

31       Report    bugs    to    <bug-gnutls@gnu.org>.     GnuTLS   home   page:
32       http://www.gnu.org/software/gnutls/ General help  using  GNU  software:
33       http://www.gnu.org/gethelp/
34
36       Copyright © 2008 Free Software Foundation.
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

SEE ALSO

42       The  full  documentation  for gnutls is maintained as a Texinfo manual.
43       If the info and gnutls programs are properly installed  at  your  site,
44       the command
45
46              info gnutls
47
48       should give you access to the complete manual.
49
50
51
52gnutls                            g2n.u1t2l.s6_.c1ertificate_send_x509_rdn_sequence(3)
Impressum