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

RETURNS

27       the index of the added bag on success, or a negative value on failure.
28

REPORTING BUGS

30       Report   bugs   to    <bug-gnutls@gnu.org>.     GnuTLS    home    page:
31       http://www.gnu.org/software/gnutls/  General  help  using GNU software:
32       http://www.gnu.org/gethelp/
33
35       Copyright © 2008 Free Software Foundation.
36       Copying and distribution of this file, with  or  without  modification,
37       are  permitted  in  any  medium  without royalty provided the copyright
38       notice and this notice are preserved.
39

SEE ALSO

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