Searched refs:SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS (Results 1 – 7 of 7) sorted by relevance
108 =item SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS328 B<SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS> has been added in OpenSSL 0.9.6e.
397 if (!(s->options & SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS)) { in ssl3_setup_key_block()
538 if (!(s->options & SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS)) { in tls1_setup_key_block()
507 # define SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS 0x00000800L macro
2157 #ifdef SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS2158 { "SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS", SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS },
2545 SSL_set_options(conn->ssl, SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS); in tls_connection_enable_workaround()
4794 SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS