]> git.proxmox.com Git - mirror_ovs.git/blob - lib/ssl-connect.man
netdev-offload-tc: Use single 'once' variable for probing tc features
[mirror_ovs.git] / lib / ssl-connect.man
1 .IP "\fB\-\-ssl\-protocols=\fIprotocols\fR"
2 Specifies, in a comma- or space-delimited list, the SSL protocols
3 \fB\*(PN\fR will enable for SSL connections. Supported
4 \fIprotocols\fR include \fBTLSv1\fR, \fBTLSv1.1\fR, and \fBTLSv1.2\fR.
5 Regardless of order, the highest protocol supported by both sides will
6 be chosen when making the connection. The default when this option is
7 omitted is \fBTLSv1,TLSv1.1,TLSv1.2\fR.
8 .
9 .IP "\fB\-\-ssl\-ciphers=\fIciphers\fR"
10 Specifies, in OpenSSL cipher string format, the ciphers \fB\*(PN\fR will
11 support for SSL connections. The default when this option is omitted is
12 \fBHIGH:!aNULL:!MD5\fR.