1gnutls_pkcs11_copy_attached_extensiong(n3ug)tnlustls_pkcs11_copy_attached_extension(3)
2
3
4
6 gnutls_pkcs11_copy_attached_extension - API function
7
9 #include <gnutls/pkcs11.h>
10
11 int gnutls_pkcs11_copy_attached_extension(const char * token_url,
12 gnutls_x509_crt_t crt, gnutls_datum_t * data, const char * label,
13 unsigned int flags);
14
16 const char * token_url
17 A PKCS 11 URL specifying a token
18
19 gnutls_x509_crt_t crt
20 An X.509 certificate object
21
22 gnutls_datum_t * data
23 the attached extension
24
25 const char * label
26 A name to be used for the attached extension (may be NULL)
27
28 unsigned int flags
29 One of GNUTLS_PKCS11_OBJ_FLAG_*
30
32 This function will copy an the attached extension in data for the cer‐
33 tificate provided in crt in the PKCS 11 token specified by the URL
34 (typically a trust module). The extension must be in RFC5280 Extension
35 format.
36
38 On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative
39 error value.
40
42 3.3.8
43
45 Report bugs to <bugs@gnutls.org>.
46 Home page: https://www.gnutls.org
47
48
50 Copyright © 2001-2019 Free Software Foundation, Inc., and others.
51 Copying and distribution of this file, with or without modification,
52 are permitted in any medium without royalty provided the copyright
53 notice and this notice are preserved.
54
56 The full documentation for gnutls is maintained as a Texinfo manual.
57 If the /usr/share/doc/gnutls/ directory does not contain the HTML form
58 visit
59
60 https://www.gnutls.org/manual/
61
62gnutls 3.6g.n1u1tls_pkcs11_copy_attached_extension(3)