Searched refs:verify_chain (Results 1 – 5 of 5) sorted by relevance
55 static int verify_chain(SSL *ssl, STACK_OF(X509) *chain) in verify_chain() function349 ok = verify_chain(ssl, chain); in test_tlsafile()
55 static int verify_chain(SSL *ssl, STACK_OF(X509) *chain) in verify_chain() function346 ok = verify_chain(ssl, chain); in test_tlsafile()
1026 static int verify_chain(SSL *ssl, x509_stack_t *chain, TLS_SESS_STATE *tctx) in verify_chain() function1339 i = verify_chain(tctx->con, chain, tctx); in main()
45 static int verify_chain(X509_STORE_CTX *ctx);211 static int verify_chain(X509_STORE_CTX *ctx) in verify_chain() function295 ret = DANETLS_ENABLED(ctx->dane) ? dane_verify(ctx) : verify_chain(ctx); in X509_verify_cert()2968 return verify_chain(ctx); in dane_verify()
67 static int verify_chain(X509_STORE_CTX *ctx);208 static int verify_chain(X509_STORE_CTX *ctx) in verify_chain() function303 ret = verify_chain(ctx); in X509_verify_cert()2912 return verify_chain(ctx); in dane_verify()