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/gnutls.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 One 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 is returned, otherwise a negative error
39 value.
40
42 Report bugs to <bug-gnutls@gnu.org>. GnuTLS home page:
43 http://www.gnu.org/software/gnutls/ General help using GNU software:
44 http://www.gnu.org/gethelp/
45
47 Copyright © 2008 Free Software Foundation.
48 Copying and distribution of this file, with or without modification,
49 are permitted in any medium without royalty provided the copyright
50 notice and this notice are preserved.
51
53 The full documentation for gnutls is maintained as a Texinfo manual.
54 If the info and gnutls programs are properly installed at your site,
55 the command
56
57 info gnutls
58
59 should give you access to the complete manual.
60
61
62
63gnutls 2.12.6.1gnutls_pkcs11_obj_list_import_url(3)