Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DSSL_get_error.pod132 =item SSL_ERROR_WANT_CLIENT_HELLO_CB
177 The SSL_ERROR_WANT_CLIENT_HELLO_CB error code was added in OpenSSL 1.1.1.
DSSL_want.pod90 SSL_ERROR_WANT_CLIENT_HELLO_CB.
DSSL_CTX_set_client_hello_cb.pod34 SSL_ERROR_WANT_CLIENT_HELLO_CB to indicate that the handshake was suspended.
/third_party/openssl/include/openssl/
Dssl.h1192 # define SSL_ERROR_WANT_CLIENT_HELLO_CB 11 macro
/third_party/openssl/test/
Dsslapitest.c573 SSL_ERROR_WANT_CLIENT_HELLO_CB)) in test_client_hello_cb()
579 SSL_ERROR_WANT_CLIENT_HELLO_CB) in test_client_hello_cb()
/third_party/openssl/ssl/
Dssl_lib.c3675 return SSL_ERROR_WANT_CLIENT_HELLO_CB; in SSL_get_error()