1gnutls_pkcs11_obj_list_import_url(3)gnutlsgnutls_pkcs11_obj_list_import_url(3)
2
3
4
6 gnutls_pkcs11_obj_list_import_url - API function
7
9 #include <gnutls/pkcs11.h>
10
11 int gnutls_pkcs11_obj_list_import_url(gnutls_pkcs11_obj_t * p_list,
12 unsigned int * n_list, const char * url, gnutls_pkcs11_obj_attr_t
13 attrs, unsigned int flags);
14
16 gnutls_pkcs11_obj_t * p_list
17 An uninitialized object list (may be NULL)
18
19 unsigned int * n_list
20 initially should hold the maximum size of the list. Will
21 contain the actual size.
22
23 const char * url
24 A PKCS 11 url identifying a set of objects
25
26 gnutls_pkcs11_obj_attr_t attrs
27 Attributes of type gnutls_pkcs11_obj_attr_t that can be
28 used to limit output
29
30 unsigned int flags
31 Or sequence of GNUTLS_PKCS11_OBJ_* flags
32
34 This function will initialize and set values to an object list by using
35 all objects identified by a PKCS 11 URL.
36
38 On success, GNUTLS_E_SUCCESS (0) is returned, otherwise a negative
39 error value.
40
42 2.12.0
43
45 Report bugs to <bugs@gnutls.org>.
46 Home page: http://www.gnutls.org
47
48
50 Copyright © 2001-2014 Free Software Foundation, Inc..
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 http://www.gnutls.org/manual/
61
62gnutls 3.3.29gnutls_pkcs11_obj_list_import_url(3)