1gnutls_pkcs11_obj_import_url(3) gnutls gnutls_pkcs11_obj_import_url(3)
2
3
4
6 gnutls_pkcs11_obj_import_url - API function
7
9 #include <gnutls/pkcs11.h>
10
11 int gnutls_pkcs11_obj_import_url(gnutls_pkcs11_obj_t obj, const char *
12 url, unsigned int flags);
13
15 gnutls_pkcs11_obj_t obj
16 The structure to store the object
17
18 const char * url
19 a PKCS 11 url identifying the key
20
21 unsigned int flags
22 Or sequence of GNUTLS_PKCS11_OBJ_* flags
23
25 This function will "import" a PKCS 11 URL identifying an object (e.g.
26 certificate) to the gnutls_pkcs11_obj_t structure. This does not
27 involve any parsing (such as X.509 or OpenPGP) since the
28 gnutls_pkcs11_obj_t is format agnostic. Only data are transferred.
29
31 On success, GNUTLS_E_SUCCESS [22m(0) is returned, otherwise a negative
32 error value.
33
35 2.12.0
36
38 Report bugs to <bugs@gnutls.org>.
39 Home page: http://www.gnutls.org
40
41
43 Copyright © 2001-2014 Free Software Foundation, Inc..
44 Copying and distribution of this file, with or without modification,
45 are permitted in any medium without royalty provided the copyright
46 notice and this notice are preserved.
47
49 The full documentation for gnutls is maintained as a Texinfo manual.
50 If the /usr/share/doc/gnutls/ directory does not contain the HTML form
51 visit
52
53 http://www.gnutls.org/manual/
54
55gnutls 3.3.29 gnutls_pkcs11_obj_import_url(3)