Searched refs:ssl_ctx_options (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/lib/libfetch/
H A Dcommon.c763 long ssl_ctx_options; local
765 ssl_ctx_options = SSL_OP_ALL | SSL_OP_NO_SSLv2 | SSL_OP_NO_TICKET;
767 ssl_ctx_options |= SSL_OP_NO_SSLv3;
769 ssl_ctx_options |= SSL_OP_NO_TLSv1;
771 ssl_ctx_options |= SSL_OP_NO_TLSv1_1;
773 ssl_ctx_options |= SSL_OP_NO_TLSv1_2;
775 fetch_info("SSL options: %lx", ssl_ctx_options);
776 SSL_CTX_set_options(ctx, ssl_ctx_options);

Completed in 160 milliseconds