Home
last modified time | relevance | path

Searched refs:SSL_OP_IGNORE_UNEXPECTED_EOF (Results 1 – 13 of 13) sorted by relevance

/freebsd-14-stable/contrib/unbound/util/
HDnet_help.c1184 #if defined(SSL_OP_IGNORE_UNEXPECTED_EOF) in listen_sslctx_setup()
1188 if((SSL_CTX_set_options(ctx, SSL_OP_IGNORE_UNEXPECTED_EOF) & in listen_sslctx_setup()
1189 SSL_OP_IGNORE_UNEXPECTED_EOF) != SSL_OP_IGNORE_UNEXPECTED_EOF) { in listen_sslctx_setup()
1423 #if defined(SSL_OP_IGNORE_UNEXPECTED_EOF) in connect_sslctx_create()
1427 if((SSL_CTX_set_options(ctx, SSL_OP_IGNORE_UNEXPECTED_EOF) & in connect_sslctx_create()
1428 SSL_OP_IGNORE_UNEXPECTED_EOF) != SSL_OP_IGNORE_UNEXPECTED_EOF) { in connect_sslctx_create()
/freebsd-14-stable/crypto/openssl/doc/man3/
HDSSL_CTX_set_options.pod187 =item SSL_OP_IGNORE_UNEXPECTED_EOF
448 The B<SSL_OP_NO_EXTENDED_MASTER_SECRET> and B<SSL_OP_IGNORE_UNEXPECTED_EOF>
HDSSL_shutdown.pod88 The error can be ignored using the B<SSL_OP_IGNORE_UNEXPECTED_EOF>.
HDSSL_get_error.pod58 This error can also appear when the option B<SSL_OP_IGNORE_UNEXPECTED_EOF>
/freebsd-14-stable/crypto/openssl/ssl/record/
HDrec_layer_s3.c314 if (s->options & SSL_OP_IGNORE_UNEXPECTED_EOF) { in ssl3_read_n()
/freebsd-14-stable/crypto/openssl/apps/
HDs_client.c1725 SSL_CTX_set_options(ctx, SSL_OP_IGNORE_UNEXPECTED_EOF); in s_client_main()
HDs_server.c1906 SSL_CTX_set_options(ctx, SSL_OP_IGNORE_UNEXPECTED_EOF); in s_server_main()
/freebsd-14-stable/crypto/openssl/doc/man7/
HDmigration_guide.pod2443 New SSL option SSL_OP_IGNORE_UNEXPECTED_EOF
2445 The SSL option SSL_OP_IGNORE_UNEXPECTED_EOF is introduced. If that option
/freebsd-14-stable/crypto/openssl/include/openssl/
HDssl.h358 # define SSL_OP_IGNORE_UNEXPECTED_EOF SSL_OP_BIT(7) macro
HDssl.h.in335 # define SSL_OP_IGNORE_UNEXPECTED_EOF SSL_OP_BIT(7) macro
/freebsd-14-stable/crypto/openssl/test/
HDsslapitest.c8188 SSL_CTX_set_options(sctx, SSL_OP_IGNORE_UNEXPECTED_EOF); in test_incorrect_shutdown()
/freebsd-14-stable/contrib/unbound/doc/
HDChangelog1113 - Fix #812, fix #846, by using the SSL_OP_IGNORE_UNEXPECTED_EOF option
/freebsd-14-stable/crypto/openssl/
HDCHANGES.md1605 * The SSL option SSL_OP_IGNORE_UNEXPECTED_EOF is introduced.