Home
last modified time | relevance | path

Searched refs:SSL_ERROR_SSL (Results 1 – 21 of 21) sorted by relevance

/freebsd-14-stable/crypto/openssl/test/
HDsslbuffertest.c108 ssl_error == SSL_ERROR_SSL) { in test_func()
141 ssl_error == SSL_ERROR_SSL) { in test_func()
HDasynciotest.c352 ssl_error == SSL_ERROR_SSL)) in test_asyncio()
373 ssl_error == SSL_ERROR_SSL)) in test_asyncio()
HDdtlstest.c449 if (!TEST_int_eq(SSL_get_error(serverssl, ret), SSL_ERROR_SSL)) in test_just_finished()
HDsslapitest.c4030 || !TEST_int_eq(SSL_get_error(serverssl, 0), SSL_ERROR_SSL)) in early_data_skip_helper()
4351 || !TEST_int_eq(SSL_get_error(clientssl, 0), SSL_ERROR_SSL) in test_early_data_psk()
4779 SSL_ERROR_SSL)) in test_ciphersuite_change()
4832 SSL_ERROR_SSL)) in test_ciphersuite_change()
8204 if (tst == 0 && !TEST_int_eq(SSL_get_error(serverssl, 0), SSL_ERROR_SSL) ) in test_incorrect_shutdown()
8367 || !TEST_int_eq(SSL_get_error(clientssl, -1), SSL_ERROR_SSL)) in test_shutdown()
/freebsd-14-stable/contrib/dma/
HDnet.c106 s == SSL_ERROR_SSL) { in send_remote_command()
161 case SSL_ERROR_SSL: in read_remote()
/freebsd-14-stable/crypto/openssl/ssl/
HDbio_ssl.c150 case SSL_ERROR_SSL: in ssl_read()
213 case SSL_ERROR_SSL: in ssl_write()
HDssl_lib.c3874 return SSL_ERROR_SSL; in SSL_get_error()
/freebsd-14-stable/contrib/sendmail/src/
HDsfsasl.c764 case SSL_ERROR_SSL:
886 case SSL_ERROR_SSL:
/freebsd-14-stable/crypto/openssl/doc/man3/
HDSSL_get_error.pod34 Since OpenSSL 3.0 the returned error is B<SSL_ERROR_SSL> with a meaningful
165 =item SSL_ERROR_SSL
HDSSL_shutdown.pod25 or SSL_ERROR_SSL.
/freebsd-14-stable/crypto/openssl/test/helpers/
HDssltestlib.c1094 if (want != SSL_ERROR_SSL) in create_bare_ssl_connection()
1112 if (want != SSL_ERROR_SSL) in create_bare_ssl_connection()
/freebsd-14-stable/contrib/openbsm/bin/auditdistd/
HDproto_tls.c176 case SSL_ERROR_SSL: in ssl_check_error()
/freebsd-14-stable/crypto/openssl/apps/
HDs_server.c2709 case SSL_ERROR_SSL: in sv_body()
2801 case SSL_ERROR_SSL: in sv_body()
2840 return (err != SSL_ERROR_SSL) in is_retryable()
HDs_client.c2900 case SSL_ERROR_SSL: in s_client_main()
2987 case SSL_ERROR_SSL: in s_client_main()
/freebsd-14-stable/contrib/libevent/
HDbufferevent_openssl.c516 case SSL_ERROR_SSL: in conn_closed()
/freebsd-14-stable/contrib/ntp/sntp/libevent/
HDbufferevent_openssl.c516 case SSL_ERROR_SSL: in conn_closed()
/freebsd-14-stable/contrib/unbound/util/
HDnet_help.c1031 case SSL_ERROR_SSL: in log_crypto_err_io_code_arg()
/freebsd-14-stable/crypto/openssl/include/openssl/
HDssl.h1253 # define SSL_ERROR_SSL 1 macro
HDssl.h.in1181 # define SSL_ERROR_SSL 1 macro
/freebsd-14-stable/crypto/openssl/
HDNEWS.md277 * Revert the unexpected EOF reporting via SSL_ERROR_SSL
HDCHANGES.md2700 reporting the EOF via SSL_ERROR_SSL is kept on the current development
2720 an error to the stack (which means we instead return SSL_ERROR_SSL) and