Home
last modified time | relevance | path

Searched refs:SSL_check_chain (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/crypto/openssl/doc/ssl/
HDSSL_check_chain.pod5 SSL_check_chain - check certificate chain suitability
11 int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain);
15 SSL_check_chain() checks whether certificate B<x>, private key B<pk> and
21 SSL_check_chain() returns a bitmap of flags indicating the validity of the
56 SSL_check_chain() must be called in servers after a client hello message or in
/freebsd-11-stable/crypto/openssl/ssl/
HDtls1.h331 int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain);
HDt1_lib.c4594 int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain) in SSL_check_chain() function
/freebsd-11-stable/secure/lib/libssl/
HDMakefile.man64 MAN+= SSL_check_chain.3
/freebsd-11-stable/crypto/openssl/util/
HDssleay.num360 SSL_check_chain 399 EXIST::FUNCTION:TLSEXT
/freebsd-11-stable/crypto/openssl/apps/
HDs_cb.c1245 rv = SSL_check_chain(ssl, exc->cert, exc->key, exc->chain); in set_cert_cb()