Lines Matching refs:X509_STORE

5 X509_STORE,
13 - X509_STORE manipulation
19 typedef x509_store_st X509_STORE;
21 int X509_STORE_add_cert(X509_STORE *xs, X509 *x);
22 int X509_STORE_add_crl(X509_STORE *xs, X509_CRL *x);
23 int X509_STORE_set_depth(X509_STORE *store, int depth);
24 int X509_STORE_set_flags(X509_STORE *xs, unsigned long flags);
25 int X509_STORE_set_purpose(X509_STORE *xs, int purpose);
26 int X509_STORE_set_trust(X509_STORE *xs, int trust);
28 X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *store,
31 int X509_STORE_set_default_paths_ex(X509_STORE *xs, OSSL_LIB_CTX *libctx,
33 int X509_STORE_set_default_paths(X509_STORE *xs);
34 int X509_STORE_load_file_ex(X509_STORE *xs, const char *file,
36 int X509_STORE_load_file(X509_STORE *xs, const char *file);
37 int X509_STORE_load_path(X509_STORE *xs, const char *dir);
38 int X509_STORE_load_store_ex(X509_STORE *xs, const char *uri,
40 int X509_STORE_load_store(X509_STORE *xs, const char *uri);
41 int X509_STORE_load_locations_ex(X509_STORE *xs, const char *file,
44 int X509_STORE_load_locations(X509_STORE *xs,
49 The B<X509_STORE> structure is intended to be a consolidated mechanism for
60 L<X509_STORE_new(3)> creates an empty B<X509_STORE> structure, which contains
63 certificates will be added to the B<X509_STORE> to prepare it for use,
68 Once the B<X509_STORE> is suitably configured, X509_STORE_CTX_new() is
73 certificates included in the B<X509_STORE> are certificates that represent
82 to the B<X509_STORE>'s local storage. Untrusted objects should not be
91 pages, e.g., L<X509_VERIFY_PARAM_set_depth(3)>. The B<X509_STORE> B<MUST NOT> be NULL.
94 L<X509_LOOKUP_METHOD(3)> I<meth> and adds it to the B<X509_STORE>
95 I<store>. This also associates the B<X509_STORE> with the lookup, so
99 B<X509_STORE> from a given file. The library context I<libctx> and property
106 B<X509_STORE> from a given directory path.
111 B<X509_STORE> from a store at a given URI. The library context I<libctx> and
128 it loads certificates into the B<X509_STORE> from the hardcoded default