Home
last modified time | relevance | path

Searched refs:SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/crypto/openssl/doc/ssl/
DSSL_CTX_set_options.pod108 =item SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS
328 B<SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS> has been added in OpenSSL 0.9.6e.
/freebsd-9-stable/crypto/openssl/ssl/
Ds3_enc.c397 if (!(s->options & SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS)) { in ssl3_setup_key_block()
Dt1_enc.c538 if (!(s->options & SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS)) { in tls1_setup_key_block()
Dssl.h507 # define SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS 0x00000800L macro
/freebsd-9-stable/contrib/sendmail/src/
Dreadcf.c2157 #ifdef SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS
2158 { "SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS", SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS },
/freebsd-9-stable/contrib/wpa/src/crypto/
Dtls_openssl.c2545 SSL_set_options(conn->ssl, SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS); in tls_connection_enable_workaround()
/freebsd-9-stable/crypto/openssl/
DCHANGES4794 SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS