1gnutls_pkcs12_bag_set_crt(3)        gnutls        gnutls_pkcs12_bag_set_crt(3)
2
3
4

NAME

6       gnutls_pkcs12_bag_set_crt  -  This  function inserts a certificate into
7       the bag
8

SYNOPSIS

10       #include <gnutls/pkcs12.h>
11
12       int         gnutls_pkcs12_bag_set_crt(gnutls_pkcs12_bag_t          bag,
13       gnutls_x509_crt_t crt);
14

ARGUMENTS

16       gnutls_pkcs12_bag_t bag
17                   The bag
18
19       gnutls_x509_crt_t crt
20                   the certificate to be copied.
21

DESCRIPTION

23       This  function  will insert the given certificate into the bag. This is
24       just a wrapper over gnutls_pkcs12_bag_set_data().
25
26       Returns the index of the added bag on success, or a negative  value  on
27       failure.
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_pkcs12_bag_set_crt(3)
Impressum