Searched refs:SSL_check_chain (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | tls1.h | 261 __owur int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain);
|
/third_party/openssl/include/openssl/ |
H A D | tls1.h | 257 __owur int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain);
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | tls1.h | 254 __owur int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain);
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | s_cb.c | 934 rv = SSL_check_chain(ssl, exc->cert, exc->key, exc->chain); in set_cert_cb()
|
/third_party/openssl/apps/lib/ |
H A D | s_cb.c | 934 rv = SSL_check_chain(ssl, exc->cert, exc->key, exc->chain); in set_cert_cb()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | t1_lib.c | 2775 * We only get here if the application has called SSL_check_chain(), in tls1_check_chain() 2910 int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain) in SSL_check_chain() function
|
/third_party/openssl/ssl/ |
H A D | t1_lib.c | 2755 * We only get here if the application has called SSL_check_chain(), in tls1_check_chain() 2890 int SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain) in SSL_check_chain() function
|
/third_party/openssl/test/ |
H A D | sslapitest.c | 8370 rv = SSL_check_chain(s, x509, pkey, chain); in cert_cb() 8404 * Test 3: Success - Call SSL_check_chain from the callback 8405 * Test 4: Failure - SSL_check_chain fails from callback due to bad cert in the 8407 * Test 5: Failure - SSL_check_chain fails from callback due to bad ee cert 8449 * We cause SSL_check_chain() to fail by specifying sig_algs that in test_cert_cb_int() 8457 * We cause SSL_check_chain() to fail by specifying sig_algs that in test_cert_cb_int()
|
Completed in 43 milliseconds