Lines Matching refs:X509_LOOKUP
21 - Routines to build up X509_LOOKUP methods
33 int (*new_item) (X509_LOOKUP *ctx));
35 (X509_LOOKUP *ctx);
38 void (*free) (X509_LOOKUP *ctx));
40 (X509_LOOKUP *ctx);
43 int (*init) (X509_LOOKUP *ctx));
45 (X509_LOOKUP *ctx);
48 int (*shutdown) (X509_LOOKUP *ctx));
50 (X509_LOOKUP *ctx);
52 typedef int (*X509_LOOKUP_ctrl_fn)(X509_LOOKUP *ctx, int cmd, const char *argc,
58 typedef int (*X509_LOOKUP_get_by_subject_fn)(X509_LOOKUP *ctx,
67 typedef int (*X509_LOOKUP_get_by_issuer_serial_fn)(X509_LOOKUP *ctx,
77 typedef int (*X509_LOOKUP_get_by_fingerprint_fn)(X509_LOOKUP *ctx,
87 typedef int (*X509_LOOKUP_get_by_alias_fn)(X509_LOOKUP *ctx,
103 X509_LOOKUP types. It provides a set of functions used by OpenSSL for the
106 B<X509_LOOKUP> structure.
115 function that is called when an B<X509_LOOKUP> object is created with
116 X509_LOOKUP_new(). If an X509_LOOKUP_METHOD requires any per-X509_LOOKUP
134 X509_LOOKUP_ctrl(). The control function is given the X509_LOOKUP
146 the X509_LOOKUP context, the type of the X509_OBJECT being requested, parameters
165 X509_LOOKUP may be accessed with L<X509_LOOKUP_get_store(3)>. Successful