1gnutls_x509_crt_import_url(3) gnutls gnutls_x509_crt_import_url(3)
2
3
4
6 gnutls_x509_crt_import_url - API function
7
9 #include <gnutls/x509.h>
10
11 int gnutls_x509_crt_import_url(gnutls_x509_crt_t crt, const char * url,
12 unsigned int flags);
13
15 gnutls_x509_crt_t crt
16 A certificate of type gnutls_x509_crt_t
17
18 const char * url
19 A PKCS 11 url
20
21 unsigned int flags
22 One of GNUTLS_PKCS11_OBJ_* flags for PKCS11 URLs or zero
23 otherwise
24
26 This function will import a certificate present in a PKCS11 token or
27 any type of back-end that supports URLs.
28
29 In previous versions of gnutls this function was named
30 gnutls_x509_crt_import_pkcs11_url, and the old name is an alias to this
31 one.
32
34 On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative
35 error value.
36
38 3.4.0
39
41 Report bugs to <bugs@gnutls.org>.
42 Home page: https://www.gnutls.org
43
44
46 Copyright © 2001-2019 Free Software Foundation, Inc., and others.
47 Copying and distribution of this file, with or without modification,
48 are permitted in any medium without royalty provided the copyright
49 notice and this notice are preserved.
50
52 The full documentation for gnutls is maintained as a Texinfo manual.
53 If the /usr/share/doc/gnutls/ directory does not contain the HTML form
54 visit
55
56 https://www.gnutls.org/manual/
57
58gnutls 3.6.11 gnutls_x509_crt_import_url(3)