Home
last modified time | relevance | path

Searched refs:SSL_ERROR_WANT_X509_LOOKUP (Results 1 – 10 of 10) sorted by relevance

/minix/crypto/external/bsd/openssl/dist/doc/ssl/
H A DSSL_want.pod66 SSL_ERROR_WANT_X509_LOOKUP.
H A DSSL_CTX_set_client_cert_cb.pod33 will return SSL_ERROR_WANT_X509_LOOKUP to indicate, that the handshake was
H A DSSL_get_error.pod83 =item SSL_ERROR_WANT_X509_LOOKUP
/minix/crypto/external/bsd/openssl/dist/demos/tunala/
H A Dbuffer.c160 case SSL_ERROR_WANT_X509_LOOKUP: in int_ssl_check()
/minix/crypto/external/bsd/openssl/dist/ssl/
H A Dbio_ssl.c198 case SSL_ERROR_WANT_X509_LOOKUP: in ssl_read()
270 case SSL_ERROR_WANT_X509_LOOKUP: in ssl_write()
H A Dssl.h1679 # define SSL_ERROR_WANT_X509_LOOKUP 4 macro
H A Dssl_lib.c2538 return (SSL_ERROR_WANT_X509_LOOKUP); in SSL_get_error()
/minix/crypto/external/bsd/openssl/dist/apps/
H A Ds_server.c2250 while (SSL_get_error(con, k) == SSL_ERROR_WANT_X509_LOOKUP) { in sv_body()
2268 case SSL_ERROR_WANT_X509_LOOKUP: in sv_body()
2306 while (SSL_get_error(con, i) == SSL_ERROR_WANT_X509_LOOKUP) { in sv_body()
2392 while (i <= 0 && SSL_get_error(con, i) == SSL_ERROR_WANT_X509_LOOKUP) { in init_ssl_connection()
2621 && SSL_get_error(con, i) == SSL_ERROR_WANT_X509_LOOKUP) { in www_body()
2640 case SSL_ERROR_WANT_X509_LOOKUP: in www_body()
H A Ds_client.c1691 case SSL_ERROR_WANT_X509_LOOKUP: in MAIN()
1789 case SSL_ERROR_WANT_X509_LOOKUP: in MAIN()
/minix/external/bsd/libevent/dist/
H A Dbufferevent_openssl.c510 case SSL_ERROR_WANT_X509_LOOKUP: in conn_closed()