Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/doc/man3/
H A DSSL_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-12.1/secure/lib/libssl/
H A DVersion.map212 SSL_check_chain;
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dtls1.h254 __owur int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain);
/freebsd-12.1/crypto/openssl/apps/
H A Ds_cb.c916 rv = SSL_check_chain(ssl, exc->cert, exc->key, exc->chain); in set_cert_cb()
/freebsd-12.1/crypto/openssl/ssl/
H A Dt1_lib.c2403 int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain) in SSL_check_chain() function
/freebsd-12.1/secure/lib/libcrypto/
H A DMakefile.man364 MAN+= SSL_check_chain.3