Home
last modified time | relevance | path

Searched refs:SSL_OP_NO_COMPRESSION (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/ldns/
H A Ddane.c61 # ifdef SSL_OP_NO_COMPRESSION
62 const long NoOpenSSLCompression = SSL_OP_NO_COMPRESSION;
/dflybsd-src/crypto/libressl/apps/openssl/
H A Ds_client.c621 .value = SSL_OP_NO_COMPRESSION,
H A Ds_server.c786 .value = SSL_OP_NO_COMPRESSION,
/dflybsd-src/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl.c1577 #ifdef SSL_OP_NO_COMPRESSION in tls_connection_init()
1578 options |= SSL_OP_NO_COMPRESSION; in tls_connection_init()
/dflybsd-src/crypto/libressl/include/openssl/
H A Dssl.h439 #define SSL_OP_NO_COMPRESSION 0x0 macro