1gnutls_pkcs11_copy_x509_crt2(3)     gnutls     gnutls_pkcs11_copy_x509_crt2(3)
2
3
4

NAME

6       gnutls_pkcs11_copy_x509_crt2 - API function
7

SYNOPSIS

9       #include <gnutls/pkcs11.h>
10
11       int     gnutls_pkcs11_copy_x509_crt2(const     char     *    token_url,
12       gnutls_x509_crt_t crt, const char * label, const gnutls_datum_t *  cid,
13       unsigned int flags);
14

ARGUMENTS

16       const char * token_url
17                   A PKCS 11 URL specifying a token
18
19       gnutls_x509_crt_t crt
20                   The certificate to copy
21
22       const char * label
23                   The name to be used for the stored data
24
25       const gnutls_datum_t * cid
26                   The  CKA_ID  to set for the object -if NULL, the ID will be
27                   derived from the public key
28
29       unsigned int flags
30                   One of GNUTLS_PKCS11_OBJ_FLAG_*
31

DESCRIPTION

33       This function will copy a certificate into a PKCS 11 token specified by
34       a URL. The certificate can be marked as trusted or not.
35

RETURNS

37       On  success,  GNUTLS_E_SUCCESS  (0)  is  returned, otherwise a negative
38       error value.
39

SINCE

41       3.3.26
42

REPORTING BUGS

44       Report bugs to <bugs@gnutls.org>.
45       Home page: http://www.gnutls.org
46
47
49       Copyright © 2001-2014 Free Software Foundation, Inc..
50       Copying and distribution of this file, with  or  without  modification,
51       are  permitted  in  any  medium  without royalty provided the copyright
52       notice and this notice are preserved.
53

SEE ALSO

55       The full documentation for gnutls is maintained as  a  Texinfo  manual.
56       If  the /usr/share/doc/gnutls/ directory does not contain the HTML form
57       visit
58
59       http://www.gnutls.org/manual/
60
61gnutls                              3.3.29     gnutls_pkcs11_copy_x509_crt2(3)
Impressum