Searched refs:SSL_OP_IGNORE_UNEXPECTED_EOF (Results 1 – 20 of 20) sorted by relevance
/freebsd/contrib/unbound/util/ |
H A D | net_help.c | 1271 #if defined(SSL_OP_IGNORE_UNEXPECTED_EOF) in listen_sslctx_create() 1275 if((SSL_CTX_set_options(ctx, SSL_OP_IGNORE_UNEXPECTED_EOF) & in listen_sslctx_create() 1276 SSL_OP_IGNORE_UNEXPECTED_EOF) != SSL_OP_IGNORE_UNEXPECTED_EOF) { in listen_sslctx_create() 1277 log_crypto_err("could not set SSL_OP_IGNORE_UNEXPECTED_EOF"); in listen_sslctx_create() 1551 #if defined(SSL_OP_IGNORE_UNEXPECTED_EOF) in set_auth_name_on_ssl() 1555 if((SSL_CTX_set_options(ctx, SSL_OP_IGNORE_UNEXPECTED_EOF) & in set_auth_name_on_ssl() 1556 SSL_OP_IGNORE_UNEXPECTED_EOF) != SSL_OP_IGNORE_UNEXPECTED_EOF) { in set_auth_name_on_ssl() 1557 log_crypto_err("could not set SSL_OP_IGNORE_UNEXPECTED_EOF"); in set_auth_name_on_ssl() [all...] |
/freebsd/crypto/openssl/demos/guide/ |
H A D | tls-server-block.c | 120 opts = SSL_OP_IGNORE_UNEXPECTED_EOF; in main()
|
/freebsd/crypto/krb5/src/plugins/tls/k5tls/ |
H A D | openssl.c | 452 #ifdef SSL_OP_IGNORE_UNEXPECTED_EOF in setup() 461 options |= SSL_OP_IGNORE_UNEXPECTED_EOF; in setup()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_options.pod | 212 =item SSL_OP_IGNORE_UNEXPECTED_EOF 534 The B<SSL_OP_NO_EXTENDED_MASTER_SECRET> and B<SSL_OP_IGNORE_UNEXPECTED_EOF>
|
H A D | SSL_get_error.pod | 58 This error can also appear when the option B<SSL_OP_IGNORE_UNEXPECTED_EOF>
|
H A D | SSL_shutdown.pod | 192 B<SSL_OP_IGNORE_UNEXPECTED_EOF> can be set. For more information, see
|
H A D | SSL_CONF_cmd.pod | 651 B<IgnoreUnexpectedEOF>: Equivalent to B<SSL_OP_IGNORE_UNEXPECTED_EOF>.
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_conf.c | 410 SSL_FLAG_TBL("IgnoreUnexpectedEOF", SSL_OP_IGNORE_UNEXPECTED_EOF), in cmd_Options()
|
H A D | ssl_local.h | 3136 SSL_OP_IGNORE_UNEXPECTED_EOF )
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | ossl-guide-tls-server-block.pod | 82 opts = SSL_OP_IGNORE_UNEXPECTED_EOF;
|
H A D | ossl-guide-migration.pod | 2474 New SSL option SSL_OP_IGNORE_UNEXPECTED_EOF 2476 The SSL option SSL_OP_IGNORE_UNEXPECTED_EOF is introduced. If that option
|
/freebsd/crypto/openssl/ssl/record/ |
H A D | rec_layer_s3.c | 511 } else if ((s->options & SSL_OP_IGNORE_UNEXPECTED_EOF) != 0) { in ossl_tls_handle_rlayer_return()
|
/freebsd/crypto/openssl/apps/ |
H A D | s_client.c | 1846 SSL_CTX_set_options(ctx, SSL_OP_IGNORE_UNEXPECTED_EOF); in s_client_main()
|
H A D | s_server.c | 1986 SSL_CTX_set_options(ctx, SSL_OP_IGNORE_UNEXPECTED_EOF); in s_server_main()
|
/freebsd/crypto/openssl/doc/designs/quic-design/ |
H A D | quic-api-ssl-funcs.md | 884 - `SSL_OP_IGNORE_UNEXPECTED_EOF`
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 363 # define SSL_OP_IGNORE_UNEXPECTED_EOF SSL_OP_BIT(7) macro
|
H A D | ssl.h.in | 340 # define SSL_OP_IGNORE_UNEXPECTED_EOF SSL_OP_BIT(7) macro
|
/freebsd/crypto/openssl/test/ |
H A D | sslapitest.c | 8629 SSL_CTX_set_options(sctx, SSL_OP_IGNORE_UNEXPECTED_EOF); in test_incorrect_shutdown()
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 1378 - Fix #812, fix #846, by using the SSL_OP_IGNORE_UNEXPECTED_EOF option
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 2872 * The SSL option SSL_OP_IGNORE_UNEXPECTED_EOF is introduced.
|