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

/macosx-10.10/postfix-255/postfix/src/tls/
H A Dtls_misc.c325 #ifndef SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS
326 #define SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS 0 macro
/macosx-10.10/curl-83.1.2/curl/lib/vtls/
H A Dopenssl.c1609 keep the secure work-around, the SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS bit
1628 #ifdef SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS
1632 ctx_options &= ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS;
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Ds3_enc.c398 if (!(s->options & SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS))
H A Dt1_enc.c506 if (!(s->options & SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS))
H A Dssl.h506 #define SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS 0x00000800L /* added in 0.9.6e */ macro
/macosx-10.10/apache-793/httpd/modules/ssl/
H A Dssl_engine_init.c443 SSL_CTX_clear_options(ctx, SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS);
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dssl.h506 #define SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS 0x00000800L /* added in 0.9.6e */ macro

Completed in 104 milliseconds