Blame doc/functions/gnutls_certificate_send_x509_rdn_sequence

Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@deftypefun {void} {gnutls_certificate_send_x509_rdn_sequence} (gnutls_session_t @var{session}, int @var{status})
Packit Service 4684c1
@var{session}: a @code{gnutls_session_t}  type.
Packit Service 4684c1
Packit Service 4684c1
@var{status}: is 0 or 1
Packit Service 4684c1
Packit Service 4684c1
If status is non zero, this function will order gnutls not to send
Packit Service 4684c1
the rdnSequence in the certificate request message. That is the
Packit Service 4684c1
server will not advertise its trusted CAs to the peer. If status
Packit Service 4684c1
is zero then the default behaviour will take effect, which is to
Packit Service 4684c1
advertise the server's trusted CAs.
Packit Service 4684c1
Packit Service 4684c1
This function has no effect in clients, and in authentication
Packit Service 4684c1
methods other than certificate with X.509 certificates.
Packit Service 4684c1
@end deftypefun