Searched refs:SSL_check_chain (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/crypto/openssl/doc/ssl/ |
| HD | SSL_check_chain.pod | 5 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/ |
| HD | tls1.h | 331 int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain);
|
| HD | t1_lib.c | 4594 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/ |
| HD | Makefile.man | 64 MAN+= SSL_check_chain.3
|
| /freebsd-11-stable/crypto/openssl/util/ |
| HD | ssleay.num | 360 SSL_check_chain 399 EXIST::FUNCTION:TLSEXT
|
| /freebsd-11-stable/crypto/openssl/apps/ |
| HD | s_cb.c | 1245 rv = SSL_check_chain(ssl, exc->cert, exc->key, exc->chain); in set_cert_cb()
|