diff options
author | inoguchi <> | 2020-05-13 10:19:25 +0000 |
---|---|---|
committer | inoguchi <> | 2020-05-13 10:19:25 +0000 |
commit | 01d75aaa520ead9d2ebabb60f68acf32f83090c1 (patch) | |
tree | 4cbdb4bed67e0ae7046cf9a90870fdf5604ac0c0 /src | |
parent | d44a6d684b802e01d8b30bbd1a83d4f071b901aa (diff) | |
download | openbsd-01d75aaa520ead9d2ebabb60f68acf32f83090c1.tar.gz openbsd-01d75aaa520ead9d2ebabb60f68acf32f83090c1.tar.bz2 openbsd-01d75aaa520ead9d2ebabb60f68acf32f83090c1.zip |
Add description for -tls1_3 and -no_tls1_3 options to openssl(1) s_server
ok jsing@ tb@
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index a1401951e3..7b446f4141 100644 --- a/src/usr.bin/openssl/openssl.1 +++ b/src/usr.bin/openssl/openssl.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: openssl.1,v 1.121 2020/04/25 19:18:40 schwarze Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.122 2020/05/13 10:19:25 inoguchi Exp $ |
2 | .\" ==================================================================== | 2 | .\" ==================================================================== |
3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. | 3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -110,7 +110,7 @@ | |||
110 | .\" copied and put under another distribution licence | 110 | .\" copied and put under another distribution licence |
111 | .\" [including the GNU Public Licence.] | 111 | .\" [including the GNU Public Licence.] |
112 | .\" | 112 | .\" |
113 | .Dd $Mdocdate: April 25 2020 $ | 113 | .Dd $Mdocdate: May 13 2020 $ |
114 | .Dt OPENSSL 1 | 114 | .Dt OPENSSL 1 |
115 | .Os | 115 | .Os |
116 | .Sh NAME | 116 | .Sh NAME |
@@ -4551,6 +4551,7 @@ will be used. | |||
4551 | .Op Fl no_tls1 | 4551 | .Op Fl no_tls1 |
4552 | .Op Fl no_tls1_1 | 4552 | .Op Fl no_tls1_1 |
4553 | .Op Fl no_tls1_2 | 4553 | .Op Fl no_tls1_2 |
4554 | .Op Fl no_tls1_3 | ||
4554 | .Op Fl no_tmp_rsa | 4555 | .Op Fl no_tmp_rsa |
4555 | .Op Fl nocert | 4556 | .Op Fl nocert |
4556 | .Op Fl pass Ar arg | 4557 | .Op Fl pass Ar arg |
@@ -4567,6 +4568,7 @@ will be used. | |||
4567 | .Op Fl tls1 | 4568 | .Op Fl tls1 |
4568 | .Op Fl tls1_1 | 4569 | .Op Fl tls1_1 |
4569 | .Op Fl tls1_2 | 4570 | .Op Fl tls1_2 |
4571 | .Op Fl tls1_3 | ||
4570 | .Op Fl tlsextdebug | 4572 | .Op Fl tlsextdebug |
4571 | .Op Fl use_srtp Ar profiles | 4573 | .Op Fl use_srtp Ar profiles |
4572 | .Op Fl Verify Ar depth | 4574 | .Op Fl Verify Ar depth |
@@ -4752,8 +4754,8 @@ Disable ephemeral DH cipher suites. | |||
4752 | Disable ephemeral ECDH cipher suites. | 4754 | Disable ephemeral ECDH cipher suites. |
4753 | .It Fl no_ticket | 4755 | .It Fl no_ticket |
4754 | Disable RFC 4507 session ticket support. | 4756 | Disable RFC 4507 session ticket support. |
4755 | .It Fl no_tls1 | no_tls1_1 | no_tls1_2 | 4757 | .It Fl no_tls1 | no_tls1_1 | no_tls1_2 | no_tls1_3 |
4756 | Disable the use of TLS1.0, 1.1, and 1.2, respectively. | 4758 | Disable the use of TLS1.0, 1.1, 1.2, and 1.3, respectively. |
4757 | .It Fl no_tmp_rsa | 4759 | .It Fl no_tmp_rsa |
4758 | Disable temporary RSA key generation. | 4760 | Disable temporary RSA key generation. |
4759 | .It Fl nocert | 4761 | .It Fl nocert |
@@ -4788,8 +4790,8 @@ Enables certificate status request support (OCSP stapling) and gives a verbose | |||
4788 | printout of the OCSP response. | 4790 | printout of the OCSP response. |
4789 | .It Fl timeout | 4791 | .It Fl timeout |
4790 | Enable send/receive timeout on DTLS connections. | 4792 | Enable send/receive timeout on DTLS connections. |
4791 | .It Fl tls1 | tls1_1 | tls1_2 | 4793 | .It Fl tls1 | tls1_1 | tls1_2 | tls1_3 |
4792 | Permit only TLS1.0, 1.1, or 1.2, respectively. | 4794 | Permit only TLS1.0, 1.1, 1.2, or 1.3, respectively. |
4793 | .It Fl tlsextdebug | 4795 | .It Fl tlsextdebug |
4794 | Print a hex dump of any TLS extensions received from the server. | 4796 | Print a hex dump of any TLS extensions received from the server. |
4795 | .It Fl use_srtp Ar profiles | 4797 | .It Fl use_srtp Ar profiles |