Searched refs:SSL_OP_IGNORE_UNEXPECTED_EOF (Results 1 – 9 of 9) sorted by relevance
415 #ifndef SSL_OP_IGNORE_UNEXPECTED_EOF416 #define SSL_OP_IGNORE_UNEXPECTED_EOF 0L macro435 (SSL_OP_CIPHER_SERVER_PREFERENCE | SSL_OP_IGNORE_UNEXPECTED_EOF | \
783 off |= SSL_OP_IGNORE_UNEXPECTED_EOF; in tls_client_init()
536 off |= SSL_OP_IGNORE_UNEXPECTED_EOF; in tls_server_init()
644 #ifdef SSL_OP_IGNORE_UNEXPECTED_EOF in fetch_start_ssl()645 SSL_set_options(ssl, SSL_OP_IGNORE_UNEXPECTED_EOF); in fetch_start_ssl()
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()
8188 SSL_CTX_set_options(sctx, SSL_OP_IGNORE_UNEXPECTED_EOF); in test_incorrect_shutdown()
1605 * The SSL option SSL_OP_IGNORE_UNEXPECTED_EOF is introduced.
26784 on SSL_OP_IGNORE_UNEXPECTED_EOF, to avoid warning messages