From f5d46bf552b807cdeb95fa479d359728cc43c1eb Mon Sep 17 00:00:00 2001 From: Frederik Wedel-Heinen Date: Tue, 9 Apr 2024 13:15:21 +0200 Subject: [PATCH] Split line --- doc/man3/SSL_CTX_set_options.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/man3/SSL_CTX_set_options.pod b/doc/man3/SSL_CTX_set_options.pod index e8e56d626b31f..d351142083a8c 100644 --- a/doc/man3/SSL_CTX_set_options.pod +++ b/doc/man3/SSL_CTX_set_options.pod @@ -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,