Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dnet_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/crypto/openssl/doc/man3/
H A DSSL_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>
H A DSSL_shutdown.pod88 The error can be ignored using the B<SSL_OP_IGNORE_UNEXPECTED_EOF>.
H A DSSL_get_error.pod58 This error can also appear when the option B<SSL_OP_IGNORE_UNEXPECTED_EOF>
/freebsd/crypto/openssl/ssl/record/
H A Drec_layer_s3.c314 if (s->options & SSL_OP_IGNORE_UNEXPECTED_EOF) { in ssl3_read_n()
/freebsd/crypto/openssl/apps/
H A Ds_client.c1725 SSL_CTX_set_options(ctx, SSL_OP_IGNORE_UNEXPECTED_EOF); in s_client_main()
H A Ds_server.c1906 SSL_CTX_set_options(ctx, SSL_OP_IGNORE_UNEXPECTED_EOF); in s_server_main()
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_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/crypto/openssl/include/openssl/
H A Dssl.h358 # define SSL_OP_IGNORE_UNEXPECTED_EOF SSL_OP_BIT(7) macro
H A Dssl.h.in335 # define SSL_OP_IGNORE_UNEXPECTED_EOF SSL_OP_BIT(7) macro
/freebsd/crypto/openssl/test/
H A Dsslapitest.c8188 SSL_CTX_set_options(sctx, SSL_OP_IGNORE_UNEXPECTED_EOF); in test_incorrect_shutdown()
/freebsd/contrib/unbound/doc/
H A DChangelog1113 - Fix #812, fix #846, by using the SSL_OP_IGNORE_UNEXPECTED_EOF option
/freebsd/crypto/openssl/
H A DCHANGES.md1605 * The SSL option SSL_OP_IGNORE_UNEXPECTED_EOF is introduced.