| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| D | x509_vfy.c | 44 static int build_chain(X509_STORE_CTX *ctx); 45 static int verify_chain(X509_STORE_CTX *ctx); 46 static int dane_verify(X509_STORE_CTX *ctx); 47 static int null_callback(int ok, X509_STORE_CTX *e); 48 static int check_issued(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); 49 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x); 50 static int check_extensions(X509_STORE_CTX *ctx); 51 static int check_name_constraints(X509_STORE_CTX *ctx); 52 static int check_id(X509_STORE_CTX *ctx); 53 static int check_trust(X509_STORE_CTX *ctx, int num_untrusted); [all …]
|
| D | x509_local.h | 42 int ossl_x509_check_cert_time(X509_STORE_CTX *ctx, X509 *x, int depth); 123 int (*verify) (X509_STORE_CTX *ctx); 125 int (*verify_cb) (int ok, X509_STORE_CTX *ctx); 127 int (*get_issuer) (X509 **issuer, X509_STORE_CTX *ctx, X509 *x); 129 int (*check_issued) (X509_STORE_CTX *ctx, X509 *x, X509 *issuer); 131 int (*check_revocation) (X509_STORE_CTX *ctx); 133 int (*get_crl) (X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); 135 int (*check_crl) (X509_STORE_CTX *ctx, X509_CRL *crl); 137 int (*cert_crl) (X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); 139 int (*check_policy) (X509_STORE_CTX *ctx); [all …]
|
| D | x509_lu.c | 293 X509_OBJECT *X509_STORE_CTX_get_obj_by_subject(X509_STORE_CTX *vs, in X509_STORE_CTX_get_obj_by_subject() 309 int X509_STORE_CTX_get_by_subject(const X509_STORE_CTX *vs, in X509_STORE_CTX_get_by_subject() 584 STACK_OF(X509) *X509_STORE_CTX_get1_certs(X509_STORE_CTX *ctx, in STACK_OF() 639 STACK_OF(X509_CRL) *X509_STORE_CTX_get1_crls(const X509_STORE_CTX *ctx, in STACK_OF() 725 int X509_STORE_CTX_get1_issuer(X509 **issuer, X509_STORE_CTX *ctx, X509 *x) in X509_STORE_CTX_get1_issuer() 972 X509_STORE *X509_STORE_CTX_get0_store(const X509_STORE_CTX *ctx) in X509_STORE_CTX_get0_store()
|
| D | v3_asid.c | 750 static int asid_validate_path_internal(X509_STORE_CTX *ctx, in asid_validate_path_internal() 883 int X509v3_asid_validate_path(X509_STORE_CTX *ctx) in X509v3_asid_validate_path()
|
| D | v3_addr.c | 1213 static int addr_validate_path_internal(X509_STORE_CTX *ctx, in addr_validate_path_internal() 1334 int X509v3_addr_validate_path(X509_STORE_CTX *ctx) in X509v3_addr_validate_path()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/test/ |
| D | verify_extra_test.c | 67 X509_STORE_CTX *sctx = NULL; in test_alt_chains_cert_forgery() 185 X509_STORE_CTX *ctx = X509_STORE_CTX_new(); in test_self_signed() 232 X509_STORE_CTX *ctx = X509_STORE_CTX_new(); in do_test_purpose()
|
| D | danetest.c | 39 static void store_ctx_dane_init(X509_STORE_CTX *, SSL *); 57 X509_STORE_CTX *store_ctx = NULL; in verify_chain() 427 static void store_ctx_dane_init(X509_STORE_CTX *store_ctx, SSL *ssl) in store_ctx_dane_init()
|
| D | x509_dup_cert_test.c | 20 X509_STORE_CTX *sctx = NULL; in test_509_dup_cert()
|
| D | crltest.c | 256 X509_STORE_CTX *ctx = X509_STORE_CTX_new(); in verify()
|
| D | ssl_old_test.c | 85 static int verify_callback(int ok, X509_STORE_CTX *ctx); 86 static int app_verify_callback(X509_STORE_CTX *ctx, void *arg); 2878 static int verify_callback(int ok, X509_STORE_CTX *ctx) in verify_callback() 2913 static int app_verify_callback(X509_STORE_CTX *ctx, void *arg) in app_verify_callback()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/apps/ |
| D | verify.c | 21 static int cb(int ok, X509_STORE_CTX *ctx); 252 X509_STORE_CTX *csc; in check() 328 static int cb(int ok, X509_STORE_CTX *ctx) in cb()
|
| D | smime.c | 23 static int smime_cb(int ok, X509_STORE_CTX *ctx); 703 static int smime_cb(int ok, X509_STORE_CTX *ctx) in smime_cb()
|
| D | x509.c | 35 static int callb(int ok, X509_STORE_CTX *ctx); 240 X509_STORE_CTX *xsc = X509_STORE_CTX_new(); in self_signed() 1127 static int callb(int ok, X509_STORE_CTX *ctx) in callb()
|
| D | crl.c | 82 X509_STORE_CTX *ctx = NULL; in crl_main()
|
| D | ts.c | 77 static int verify_cb(int ok, X509_STORE_CTX *ctx); 1034 static int verify_cb(int ok, X509_STORE_CTX *ctx) in verify_cb()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/util/ |
| D | check-format-test-negatives.c | 302 static int verify_cb_crl(X509_STORE_CTX *ctx, int err) in verify_cb_crl() 318 typedef int (*X509_STORE_CTX_check_revocation_fn)(X509_STORE_CTX *ctx);
|
| /netbsd/src/usr.sbin/syslogd/ |
| D | tls.h | 161 int check_peer_cert(int, X509_STORE_CTX *);
|
| /netbsd/src/external/bsd/openldap/dist/libraries/libldap/ |
| D | tls_o.c | 71 static int tlso_verify_cb( int ok, X509_STORE_CTX *ctx ); 72 static int tlso_verify_ok( int ok, X509_STORE_CTX *ctx ); 1477 tlso_verify_cb( int ok, X509_STORE_CTX *ctx ) in tlso_verify_cb() 1531 tlso_verify_ok( int ok, X509_STORE_CTX *ctx ) in tlso_verify_ok()
|
| /netbsd/src/crypto/dist/ipsec-tools/src/racoon/ |
| D | crypto_openssl.c | 112 static int cb_check_cert_local(int, X509_STORE_CTX *); 113 static int cb_check_cert_remote(int, X509_STORE_CTX *); 358 X509_STORE_CTX *csc; in eay_check_x509cert() 423 cb_check_cert_local(int ok, X509_STORE_CTX *ctx) in cb_check_cert_local() 465 cb_check_cert_remote(int ok, X509_STORE_CTX *ctx) in cb_check_cert_remote()
|
| /netbsd/src/external/bsd/ppp/dist/pppd/ |
| D | tls.c | 95 static int tls_verify_callback(int ok, X509_STORE_CTX *ctx) in tls_verify_callback()
|
| /netbsd/src/external/ibm-public/postfix/dist/src/tls/ |
| D | tls_verify.c | 149 int tls_verify_certificate_callback(int ok, X509_STORE_CTX *ctx) in tls_verify_certificate_callback()
|
| /netbsd/src/external/bsd/libevent/dist/sample/ |
| D | https-client.c | 123 static int cert_verify_callback(X509_STORE_CTX *x509_ctx, void *arg) in cert_verify_callback()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/ocsp/ |
| D | ocsp_vfy.c | 34 X509_STORE_CTX *ctx = X509_STORE_CTX_new(); in ocsp_verify_signer()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/ssl/ |
| D | ssl_cert.c | 387 X509_STORE_CTX *ctx = NULL; in ssl_verify_cert_chain() 879 X509_STORE_CTX *xs_ctx = NULL; in ssl_build_cert_chain()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/ts/ |
| D | ts_rsp_verify.c | 174 X509_STORE_CTX *cert_ctx = NULL; in ts_verify_cert()
|