1gnutls_pkcs11_copy_x509_crt(3) gnutls gnutls_pkcs11_copy_x509_crt(3)
2
3
4
6 gnutls_pkcs11_copy_x509_crt - API function
7
9 #include <gnutls/pkcs11.h>
10
11 int gnutls_pkcs11_copy_x509_crt(const char * token_url,
12 gnutls_x509_crt_t crt, const char * label, unsigned int flags);
13
15 const char * token_url
16 A PKCS 11 URL specifying a token
17
18 gnutls_x509_crt_t crt
19 A certificate
20
21 const char * label
22 A name to be used for the stored data
23
24 unsigned int flags
25 One of GNUTLS_PKCS11_OBJ_FLAG_*
26
28 This function will copy a certificate into a PKCS 11 token specified by
29 a URL. The certificate can be marked as trusted or not.
30
32 On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative er‐
33 ror value.
34
36 2.12.0
37
39 Report bugs to <bugs@gnutls.org>.
40 Home page: https://www.gnutls.org
41
42
44 Copyright © 2001-2023 Free Software Foundation, Inc., and others.
45 Copying and distribution of this file, with or without modification,
46 are permitted in any medium without royalty provided the copyright no‐
47 tice and this notice are preserved.
48
50 The full documentation for gnutls is maintained as a Texinfo manual.
51 If the /usr/share/doc/gnutls/ directory does not contain the HTML form
52 visit
53
54 https://www.gnutls.org/manual/
55
56gnutls 3.8.2 gnutls_pkcs11_copy_x509_crt(3)