Searched refs:SSL_OP_IGNORE_UNEXPECTED_EOF (Results 1 – 13 of 13) sorted by relevance
1184 #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()
187 =item SSL_OP_IGNORE_UNEXPECTED_EOF448 The B<SSL_OP_NO_EXTENDED_MASTER_SECRET> and B<SSL_OP_IGNORE_UNEXPECTED_EOF>
88 The error can be ignored using the B<SSL_OP_IGNORE_UNEXPECTED_EOF>.
58 This error can also appear when the option B<SSL_OP_IGNORE_UNEXPECTED_EOF>
314 if (s->options & SSL_OP_IGNORE_UNEXPECTED_EOF) { in ssl3_read_n()
1725 SSL_CTX_set_options(ctx, SSL_OP_IGNORE_UNEXPECTED_EOF); in s_client_main()
1906 SSL_CTX_set_options(ctx, SSL_OP_IGNORE_UNEXPECTED_EOF); in s_server_main()
2443 New SSL option SSL_OP_IGNORE_UNEXPECTED_EOF2445 The SSL option SSL_OP_IGNORE_UNEXPECTED_EOF is introduced. If that option
358 # define SSL_OP_IGNORE_UNEXPECTED_EOF SSL_OP_BIT(7) macro
335 # define SSL_OP_IGNORE_UNEXPECTED_EOF SSL_OP_BIT(7) macro
8188 SSL_CTX_set_options(sctx, SSL_OP_IGNORE_UNEXPECTED_EOF); in test_incorrect_shutdown()
1113 - Fix #812, fix #846, by using the SSL_OP_IGNORE_UNEXPECTED_EOF option
1605 * The SSL option SSL_OP_IGNORE_UNEXPECTED_EOF is introduced.