Home
last modified time | relevance | path

Searched refs:X509_LOOKUP (Results 1 – 13 of 13) sorted by relevance

/mirbsd/src/lib/libssl/src/crypto/x509/
Dx509_vfy.h134 typedef struct x509_lookup_st X509_LOOKUP; typedef
136 DECLARE_STACK_OF(X509_LOOKUP)
143 int (*new_item)(X509_LOOKUP *ctx);
144 void (*free)(X509_LOOKUP *ctx);
145 int (*init)(X509_LOOKUP *ctx);
146 int (*shutdown)(X509_LOOKUP *ctx);
147 int (*ctrl)(X509_LOOKUP *ctx,int cmd,const char *argc,long argl,
149 int (*get_by_subject)(X509_LOOKUP *ctx,int type,X509_NAME *name,
151 int (*get_by_issuer_serial)(X509_LOOKUP *ctx,int type,X509_NAME *name,
153 int (*get_by_fingerprint)(X509_LOOKUP *ctx,int type,
[all …]
Dx509_lu.c65 X509_LOOKUP *X509_LOOKUP_new(X509_LOOKUP_METHOD *method) in X509_LOOKUP_new()
67 X509_LOOKUP *ret; in X509_LOOKUP_new()
69 ret=(X509_LOOKUP *)OPENSSL_malloc(sizeof(X509_LOOKUP)); in X509_LOOKUP_new()
85 void X509_LOOKUP_free(X509_LOOKUP *ctx) in X509_LOOKUP_free()
94 int X509_LOOKUP_init(X509_LOOKUP *ctx) in X509_LOOKUP_init()
103 int X509_LOOKUP_shutdown(X509_LOOKUP *ctx) in X509_LOOKUP_shutdown()
112 int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc, long argl, in X509_LOOKUP_ctrl()
122 int X509_LOOKUP_by_subject(X509_LOOKUP *ctx, int type, X509_NAME *name, in X509_LOOKUP_by_subject()
131 int X509_LOOKUP_by_issuer_serial(X509_LOOKUP *ctx, int type, X509_NAME *name, in X509_LOOKUP_by_issuer_serial()
140 int X509_LOOKUP_by_fingerprint(X509_LOOKUP *ctx, int type, in X509_LOOKUP_by_fingerprint()
[all …]
Dby_dir.c86 static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl,
88 static int new_dir(X509_LOOKUP *lu);
89 static void free_dir(X509_LOOKUP *lu);
91 static int get_cert_by_subject(X509_LOOKUP *xl,int type,X509_NAME *name,
112 static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, in dir_ctrl()
144 static int new_dir(X509_LOOKUP *lu) in new_dir()
163 static void free_dir(X509_LOOKUP *lu) in free_dir()
239 static int get_cert_by_subject(X509_LOOKUP *xl, int type, X509_NAME *name, in get_cert_by_subject()
Dby_file.c71 static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc,
92 static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, in by_file_ctrl()
130 int X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_cert_file()
197 int X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_crl_file()
264 int X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type) in X509_load_cert_crl_file()
Dx509_d2.c67 X509_LOOKUP *lookup; in X509_STORE_set_default_paths()
86 X509_LOOKUP *lookup; in X509_STORE_load_locations()
/mirbsd/src/lib/libssl/src/crypto/stack/
Dsafestack.h1228 #define sk_X509_LOOKUP_new(st) SKM_sk_new(X509_LOOKUP, (st))
1229 #define sk_X509_LOOKUP_new_null() SKM_sk_new_null(X509_LOOKUP)
1230 #define sk_X509_LOOKUP_free(st) SKM_sk_free(X509_LOOKUP, (st))
1231 #define sk_X509_LOOKUP_num(st) SKM_sk_num(X509_LOOKUP, (st))
1232 #define sk_X509_LOOKUP_value(st, i) SKM_sk_value(X509_LOOKUP, (st), (i))
1233 #define sk_X509_LOOKUP_set(st, i, val) SKM_sk_set(X509_LOOKUP, (st), (i), (val))
1234 #define sk_X509_LOOKUP_zero(st) SKM_sk_zero(X509_LOOKUP, (st))
1235 #define sk_X509_LOOKUP_push(st, val) SKM_sk_push(X509_LOOKUP, (st), (val))
1236 #define sk_X509_LOOKUP_unshift(st, val) SKM_sk_unshift(X509_LOOKUP, (st), (val))
1237 #define sk_X509_LOOKUP_find(st, val) SKM_sk_find(X509_LOOKUP, (st), (val))
[all …]
/mirbsd/src/lib/libssl/src/apps/
Dverify.c88 X509_LOOKUP *lookup=NULL; in MAIN()
Dcrl.c114 X509_LOOKUP *lookup = NULL; in MAIN()
Dapps.c1294 X509_LOOKUP *lookup; in setup_verify()
/mirbsd/src/usr.sbin/httpd/src/modules/ssl/
Dssl_util_ssl.c214 X509_LOOKUP *pLookup; in SSL_X509_STORE_create()
/mirbsd/src/lib/libssl/src/doc/apps/
Dverify.pod316 suffer from limitations in the underlying X509_LOOKUP API. One consequence of this is that
/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dtls.c791 X509_LOOKUP *lookup;
/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTTP.c134 X509_LOOKUP *lookup; in HTGetSSLHandle()