Lines Matching full:setting

36 Various bug workarounds are set, same as setting B<SSL_OP_ALL>.
40 Disables support for SSL/TLS compression, same as setting
53 Disables support for session tickets, same as setting B<SSL_OP_NO_TICKET>.
64 setting B<SSL_OP_ALLOW_CLIENT_RENEGOTIATION>.
69 Permits the use of unsafe legacy renegotiation. Equivalent to setting
74 Disables all attempts at renegotiation in TLSv1.2 and earlier, same as setting
84 clients only. Equivalent to setting or clearing B<SSL_OP_LEGACY_SERVER_CONNECT>.
100 Enables strict mode protocol handling. Equivalent to setting
142 group to use. This setting affects groups used for signatures (in TLSv1.2
245 setting the corresponding options B<SSL_OP_NO_SSLv3>, B<SSL_OP_NO_TLSv1>,
377 to determine which group to use. This setting affects groups used for
404 The command can be repeated with one instance setting a TLS bound, and the
405 other setting a DTLS bound.
416 The command can be repeated with one instance setting a TLS bound, and the
417 other setting a DTLS bound.
430 You need to disable at least one protocol version for this setting have any
460 B<SSL_OP_NO_TICKET>: that is B<-SessionTicket> is the same as setting
492 earlier, same as setting B<SSL_OP_NO_RENEGOTIATION>.
502 B<-EncryptThenMac> is the same as setting B<SSL_OP_NO_ENCRYPT_THEN_MAC>.
521 Disabling anti-replay is equivalent to setting B<SSL_OP_NO_ANTI_REPLAY>.
525 B<-ExtendedMasterSecret> is the same as setting B<SSL_OP_NO_EXTENDED_MASTER_SECRET>.
529 B<-CANames> is the same as setting B<SSL_OP_DISABLE_TLSEXT_CA_NAMES>.