Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/openssl/dist/ssl/
H A Ds3_both.c739 if (!(s->options & SSL_OP_NO_COMPRESSION)) in ssl3_setup_read_buffer()
774 if (!(s->options & SSL_OP_NO_COMPRESSION)) in ssl3_setup_write_buffer()
H A Ds23_clnt.c524 if ((s->options & SSL_OP_NO_COMPRESSION) in ssl23_client_hello()
H A Ds3_srvr.c1353 if (s->options & SSL_OP_NO_COMPRESSION) { in ssl3_get_client_hello()
1386 else if (!(s->options & SSL_OP_NO_COMPRESSION) && s->ctx->comp_methods) { in ssl3_get_client_hello()
H A Ds3_clnt.c792 if ((s->options & SSL_OP_NO_COMPRESSION) in ssl3_client_hello()
1052 else if (s->options & SSL_OP_NO_COMPRESSION) { in ssl3_get_server_hello()
H A Dssl.h600 # define SSL_OP_NO_COMPRESSION 0x00020000L macro
/minix/crypto/external/bsd/openssl/dist/apps/
H A Ds_client.c911 off |= SSL_OP_NO_COMPRESSION; in MAIN()
H A Ds_server.c1292 off |= SSL_OP_NO_COMPRESSION; in MAIN()