1gnutls_x509_crt_set_crq(3)          gnutls          gnutls_x509_crt_set_crq(3)
2
3
4

NAME

6       gnutls_x509_crt_set_crq  - This function will associate the Certificate
7       with a request
8

SYNOPSIS

10       #include <gnutls/x509.h>
11
12       int  gnutls_x509_crt_set_crq(gnutls_x509_crt_t  crt,  gnutls_x509_crq_t
13       crq);
14

ARGUMENTS

16       gnutls_x509_crt_t crt
17                   should contain a gnutls_x509_crt_t structure
18
19       gnutls_x509_crq_t crq
20                   holds a certificate request
21

DESCRIPTION

23       This  function  will  set the name and public parameters from the given
24       certificate request to the certificate. Only  RSA  keys  are  currently
25       supported.
26
27       Returns 0 on success.
28

REPORTING BUGS

30       Report bugs to <bug-gnutls@gnu.org>.
31
33       Copyright © 2006 Free Software Foundation.
34       Permission  is  granted  to make and distribute verbatim copies of this
35       manual provided the copyright notice and  this  permission  notice  are
36       preserved on all copies.
37

SEE ALSO

39       The  full  documentation  for gnutls is maintained as a Texinfo manual.
40       If the info and gnutls programs are properly installed  at  your  site,
41       the command
42
43              info gnutls
44
45       should give you access to the complete manual.
46
47
48
49gnutls                               1.6.3          gnutls_x509_crt_set_crq(3)
Impressum