Lines Matching refs:SSLv3
187 Currently supported protocol values are B<SSLv3>, B<TLSv1>, B<TLSv1.1>,
244 Disables protocol support for SSLv3, TLSv1.0, TLSv1.1, TLSv1.2 or TLSv1.3 by
400 Currently supported protocol values are B<SSLv3>, B<TLSv1>, B<TLSv1.1>,
412 Currently supported protocol values are B<SSLv3>, B<TLSv1>, B<TLSv1.1>,
435 Currently supported protocol values are B<SSLv3>, B<TLSv1>, B<TLSv1.1>,
606 SSL_CONF_cmd(ctx, "Protocol", "-SSLv3");
609 it will disable SSLv3 support by default but the user can override it. If
613 SSL_CONF_cmd(ctx, "Protocol", "-SSLv3");
615 SSLv3 is B<always> disabled and attempt to override this by the user are
670 This set the minimum protocol version to TLSv1, and so disables SSLv3.
675 The following also disables SSLv3:
677 SSL_CONF_cmd(ctx, "Protocol", "-SSLv3");
680 SSLv3.
682 "-SSLv3", but if some versions were disables this will re-enable them before
683 disabling SSLv3.
685 SSL_CONF_cmd(ctx, "Protocol", "ALL,-SSLv3");