Searched defs:ssl_ops (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-ssl-iostream/
H A Diostream-openssl-context.c560 unsigned long ssl_ops = SSL_OP_NO_SSLv2 | local
569 ssl_ops |= SSL_OP_NO_COMPRESSION;
573 ssl_ops |= SSL_OP_NO_TICKET;
575 SSL_CTX_set_options(ctx->ssl_ctx, ssl_ops);

Completed in 1068 milliseconds