summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorinoguchi <inoguchi@openbsd.org>2020-05-13 10:19:25 +0000
committerinoguchi <inoguchi@openbsd.org>2020-05-13 10:19:25 +0000
commit283e98c78f35ef5fe57fcf263cf5687a6878627e (patch)
tree42ca07063754427fa11e9060994141bd08280669
parentAdd -tls1_3 and -no_tls1_3 options to openssl(1) s_server (diff)
downloadwireguard-openbsd-283e98c78f35ef5fe57fcf263cf5687a6878627e.tar.xz
wireguard-openbsd-283e98c78f35ef5fe57fcf263cf5687a6878627e.zip
Add description for -tls1_3 and -no_tls1_3 options to openssl(1) s_server
ok jsing@ tb@
-rw-r--r--usr.bin/openssl/openssl.114
1 files changed, 8 insertions, 6 deletions
diff --git a/usr.bin/openssl/openssl.1 b/usr.bin/openssl/openssl.1
index a1401951e3f..7b446f4141b 100644
--- a/usr.bin/openssl/openssl.1
+++ b/usr.bin/openssl/openssl.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: openssl.1,v 1.121 2020/04/25 19:18:40 schwarze Exp $
+.\" $OpenBSD: openssl.1,v 1.122 2020/05/13 10:19:25 inoguchi Exp $
.\" ====================================================================
.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
.\"
@@ -110,7 +110,7 @@
.\" copied and put under another distribution licence
.\" [including the GNU Public Licence.]
.\"
-.Dd $Mdocdate: April 25 2020 $
+.Dd $Mdocdate: May 13 2020 $
.Dt OPENSSL 1
.Os
.Sh NAME
@@ -4551,6 +4551,7 @@ will be used.
.Op Fl no_tls1
.Op Fl no_tls1_1
.Op Fl no_tls1_2
+.Op Fl no_tls1_3
.Op Fl no_tmp_rsa
.Op Fl nocert
.Op Fl pass Ar arg
@@ -4567,6 +4568,7 @@ will be used.
.Op Fl tls1
.Op Fl tls1_1
.Op Fl tls1_2
+.Op Fl tls1_3
.Op Fl tlsextdebug
.Op Fl use_srtp Ar profiles
.Op Fl Verify Ar depth
@@ -4752,8 +4754,8 @@ Disable ephemeral DH cipher suites.
Disable ephemeral ECDH cipher suites.
.It Fl no_ticket
Disable RFC 4507 session ticket support.
-.It Fl no_tls1 | no_tls1_1 | no_tls1_2
-Disable the use of TLS1.0, 1.1, and 1.2, respectively.
+.It Fl no_tls1 | no_tls1_1 | no_tls1_2 | no_tls1_3
+Disable the use of TLS1.0, 1.1, 1.2, and 1.3, respectively.
.It Fl no_tmp_rsa
Disable temporary RSA key generation.
.It Fl nocert
@@ -4788,8 +4790,8 @@ Enables certificate status request support (OCSP stapling) and gives a verbose
printout of the OCSP response.
.It Fl timeout
Enable send/receive timeout on DTLS connections.
-.It Fl tls1 | tls1_1 | tls1_2
-Permit only TLS1.0, 1.1, or 1.2, respectively.
+.It Fl tls1 | tls1_1 | tls1_2 | tls1_3
+Permit only TLS1.0, 1.1, 1.2, or 1.3, respectively.
.It Fl tlsextdebug
Print a hex dump of any TLS extensions received from the server.
.It Fl use_srtp Ar profiles