Home
last modified time | relevance | path

Searched refs:X509_STORE_CTX (Results 1 – 25 of 44) sorted by relevance

12

/dragonfly/crypto/libressl/include/openssl/
H A Dx509_vfy.h309 int (*verify_cb)(int, X509_STORE_CTX *));
313 X509_STORE_CTX *X509_STORE_CTX_new(void);
317 void X509_STORE_CTX_free(X509_STORE_CTX *ctx);
327 void X509_STORE_CTX_cleanup(X509_STORE_CTX *ctx);
374 int X509_STORE_CTX_get_error(X509_STORE_CTX *ctx);
382 X509_STORE_CTX *X509_STORE_CTX_get0_parent_ctx(X509_STORE_CTX *ctx);
396 int (*X509_STORE_CTX_get_verify(X509_STORE_CTX *ctx))(X509_STORE_CTX *);
397 void X509_STORE_CTX_set_verify(X509_STORE_CTX *ctx,
398 int (*verify)(X509_STORE_CTX *));
399 int (*X509_STORE_CTX_get_verify_cb(X509_STORE_CTX *ctx))(int, X509_STORE_CTX *);
[all …]
H A Dossl_typ.h155 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef
H A Dssl.h1175 int (*SSL_get_verify_callback(const SSL *s))(int, X509_STORE_CTX *);
1177 int (*callback)(int ok, X509_STORE_CTX *ctx));
1259 int (*SSL_CTX_get_verify_callback(const SSL_CTX *ctx))(int, X509_STORE_CTX *);
1261 int (*callback)(int, X509_STORE_CTX *));
1263 void SSL_CTX_set_cert_verify_callback(SSL_CTX *ctx, int (*cb)(X509_STORE_CTX *, void *), void *arg);
H A Dx509v3.h1030 int X509v3_asid_validate_path(X509_STORE_CTX *);
1031 int X509v3_addr_validate_path(X509_STORE_CTX *);
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_lcl.h295 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */
296 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
303 STACK_OF(X509) * (*lookup_certs)(X509_STORE_CTX *ctx, X509_NAME *nm);
304 STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm);
305 int (*cleanup)(X509_STORE_CTX *ctx);
339 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
346 int (*check_policy)(X509_STORE_CTX *ctx);
347 STACK_OF(X509) * (*lookup_certs)(X509_STORE_CTX *ctx, X509_NAME *nm);
349 int (*cleanup)(X509_STORE_CTX *ctx);
369 X509_STORE_CTX *parent; /* For CRL path validation: parent context */
[all …]
H A Dx509_vfy.c206 check_id(X509_STORE_CTX *ctx) in check_id()
600 X509_verify_cert(X509_STORE_CTX *ctx) in X509_verify_cert()
931 check_trust(X509_STORE_CTX *ctx) in check_trust()
1427 X509_STORE_CTX crl_ctx; in check_crl_path()
1835 check_policy(X509_STORE_CTX *ctx) in check_policy()
2224 X509_STORE_CTX *
2321 X509_STORE_CTX *
2324 X509_STORE_CTX *ctx; in X509_STORE_CTX_new()
2524 (*X509_STORE_CTX_get_verify_cb(X509_STORE_CTX *ctx))(int, X509_STORE_CTX *) in X509_STORE_CTX_get_verify_cb()
2537 (*X509_STORE_CTX_get_verify(X509_STORE_CTX *ctx))(X509_STORE_CTX *) in X509_STORE_CTX_get_verify()
[all …]
H A Dx509_internal.h68 X509_STORE_CTX *xsc;
90 int x509_vfy_check_id(X509_STORE_CTX *ctx);
91 int x509_vfy_check_revocation(X509_STORE_CTX *ctx);
92 int x509_vfy_check_policy(X509_STORE_CTX *ctx);
93 int x509_vfy_check_trust(X509_STORE_CTX *ctx);
94 int x509_vfy_check_chain_extensions(X509_STORE_CTX *ctx);
95 int x509_vfy_callback_indicate_completion(X509_STORE_CTX *ctx);
97 X509 *x509_vfy_lookup_cert_match(X509_STORE_CTX *ctx, X509 *x);
101 struct x509_verify_ctx *x509_verify_ctx_new_from_xsc(X509_STORE_CTX *xsc);
138 int x509_vfy_check_security_level(X509_STORE_CTX *ctx);
H A Dx509_lu.c307 X509_STORE_CTX_get_obj_by_subject(X509_STORE_CTX *vs, X509_LOOKUP_TYPE type, in X509_STORE_CTX_get_obj_by_subject()
323 X509_STORE_CTX_get_by_subject(X509_STORE_CTX *vs, X509_LOOKUP_TYPE type, in X509_STORE_CTX_get_by_subject()
572 X509_STORE_get1_certs(X509_STORE_CTX *ctx, X509_NAME *name) in STACK_OF()
594 X509_STORE_get1_crls(X509_STORE_CTX *ctx, X509_NAME *name) in STACK_OF()
683 X509_STORE_CTX_get1_issuer(X509 **out_issuer, X509_STORE_CTX *ctx, X509 *x) in X509_STORE_CTX_get1_issuer()
H A Dx509_addr.c1797 verify_error(X509_STORE_CTX *ctx, X509 *cert, int error, int depth) in verify_error()
1818 addr_validate_path_internal(X509_STORE_CTX *ctx, STACK_OF(X509) *chain, in addr_validate_path_internal()
1992 X509v3_addr_validate_path(X509_STORE_CTX *ctx) in X509v3_addr_validate_path()
H A Dx509_asid.c1017 asid_validate_path_internal(X509_STORE_CTX *ctx, STACK_OF(X509) *chain, in asid_validate_path_internal()
1154 X509v3_asid_validate_path(X509_STORE_CTX *ctx) in X509v3_asid_validate_path()
/dragonfly/contrib/ldns/
H A Ddane.c226 X509_STORE_CTX* vrfy_ctx; in ldns_dane_pkix_validate()
262 X509_STORE_CTX* vrfy_ctx; in ldns_dane_pkix_validate_and_get_chain()
310 X509_STORE_CTX* vrfy_ctx; in ldns_dane_pkix_get_chain()
371 X509_STORE_CTX* vrfy_ctx; in ldns_dane_pkix_get_last_self_signed()
665 X509_STORE_CTX *store_ctx = NULL; in ldns_dane_verify_rr()
850 X509_STORE_CTX *store_ctx = NULL; in ldns_dane_verify()
/dragonfly/crypto/libressl/apps/openssl/
H A Dverify.c71 static int cb(int ok, X509_STORE_CTX *ctx);
373 X509_STORE_CTX *csc = NULL; in check()
413 cb(int ok, X509_STORE_CTX *ctx) in cb()
H A Ds_apps.h125 int verify_callback(int ok, X509_STORE_CTX *ctx);
H A Dapps.h246 void policies_print(BIO *out, X509_STORE_CTX *ctx);
H A Dsmime.c73 static int smime_cb(int ok, X509_STORE_CTX *ctx);
1111 smime_cb(int ok, X509_STORE_CTX *ctx) in smime_cb()
H A Dx509.c82 static int callb(int ok, X509_STORE_CTX *ctx);
1390 X509_STORE_CTX *xsc = NULL; in x509_certify()
1466 callb(int ok, X509_STORE_CTX *ctx) in callb()
H A Dcrl.c226 X509_STORE_CTX *ctx = NULL; in crl_main()
H A Dts.c112 static int verify_cb(int ok, X509_STORE_CTX *ctx);
1237 verify_cb(int ok, X509_STORE_CTX *ctx) in verify_cb()
H A Ds_cb.c137 verify_callback(int ok, X509_STORE_CTX * ctx) in verify_callback()
/dragonfly/crypto/libressl/crypto/ocsp/
H A Docsp_vfy.c87 X509_STORE_CTX ctx; in OCSP_basic_verify()
388 X509_STORE_CTX ctx; in OCSP_request_verify()
/dragonfly/lib/libfetch/
H A Dcommon.h122 int fetch_ssl_cb_verify_crt(int, X509_STORE_CTX*);
/dragonfly/crypto/libressl/ssl/
H A Dssl_locl.h744 int (*app_verify_callback)(X509_STORE_CTX *, void *);
764 …int (*default_verify_callback)(int ok,X509_STORE_CTX *ctx); /* called 'verify_callback' in the SSL…
959 int (*verify_callback)(int ok,X509_STORE_CTX *ctx); /* fail if callback returns 0 */
H A Dssl_lib.c769 (*SSL_get_verify_callback(const SSL *s))(int, X509_STORE_CTX *) in SSL_get_verify_callback()
827 (*SSL_CTX_get_verify_callback(const SSL_CTX *ctx))(int, X509_STORE_CTX *) in SSL_CTX_get_verify_callback()
834 int (*callback)(int ok, X509_STORE_CTX *ctx)) in SSL_set_verify()
2184 int (*cb)(X509_STORE_CTX *, void *), void *arg) in SSL_CTX_set_cert_verify_callback() argument
2191 SSL_CTX_set_verify(SSL_CTX *ctx, int mode, int (*cb)(int, X509_STORE_CTX *)) in SSL_CTX_set_verify() argument
/dragonfly/crypto/libressl/tls/
H A Dtls_ocsp.c131 X509_STORE_CTX *storectx = NULL; in tls_ocsp_get_certid()
/dragonfly/crypto/libressl/crypto/pkcs7/
H A Dpk7_smime.c267 X509_STORE_CTX cert_ctx; in PKCS7_verify()

12