Skip to content

Commit

Permalink
Split line
Browse files Browse the repository at this point in the history
  • Loading branch information
fwh-dc committed Apr 9, 2024
1 parent 7dc9859 commit f5d46bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/man3/SSL_CTX_set_options.pod
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,8 @@ When performing renegotiation as a server, always start a new session
handshake). This option is not needed for clients.

=item SSL_OP_NO_SSLv3, SSL_OP_NO_TLSv1, SSL_OP_NO_TLSv1_1,
SSL_OP_NO_TLSv1_2, SSL_OP_NO_TLSv1_3, SSL_OP_NO_DTLSv1, SSL_OP_NO_DTLSv1_2, SSL_OP_NO_DTLSv1_3
SSL_OP_NO_TLSv1_2, SSL_OP_NO_TLSv1_3,
SSL_OP_NO_DTLSv1, SSL_OP_NO_DTLSv1_2, SSL_OP_NO_DTLSv1_3

These options turn off the SSLv3, TLSv1, TLSv1.1, TLSv1.2 or TLSv1.3 protocol
versions with TLS or the DTLSv1, DTLSv1.2, DTLSv1.3 versions with DTLS,
Expand Down

0 comments on commit f5d46bf

Please sign in to comment.