diff options
author | jsing <> | 2021-03-17 18:08:32 +0000 |
---|---|---|
committer | jsing <> | 2021-03-17 18:08:32 +0000 |
commit | e1e6bd710141831f3f7a3926738ccb4ae42103fb (patch) | |
tree | 4009074b3e330a781c67b90419e631a63ddf8425 /src/usr.bin/openssl/openssl.1 | |
parent | f117ae71ebe1eb8f946b06304b3843715ad808b0 (diff) | |
download | openbsd-e1e6bd710141831f3f7a3926738ccb4ae42103fb.tar.gz openbsd-e1e6bd710141831f3f7a3926738ccb4ae42103fb.tar.bz2 openbsd-e1e6bd710141831f3f7a3926738ccb4ae42103fb.zip |
Add DTLSv1.2 support to openssl(1) s_client/s_server.
ok inoguchi@ tb@
Diffstat (limited to 'src/usr.bin/openssl/openssl.1')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index 9cd977c6d6..84627a84a5 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.128 2020/12/30 08:26:44 tb Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.129 2021/03/17 18:08:32 jsing 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: December 30 2020 $ | 113 | .Dd $Mdocdate: March 17 2021 $ |
114 | .Dt OPENSSL 1 | 114 | .Dt OPENSSL 1 |
115 | .Os | 115 | .Os |
116 | .Sh NAME | 116 | .Sh NAME |
@@ -4280,7 +4280,9 @@ Verify the input data and output the recovered data. | |||
4280 | .Op Fl crl_check_all | 4280 | .Op Fl crl_check_all |
4281 | .Op Fl crlf | 4281 | .Op Fl crlf |
4282 | .Op Fl debug | 4282 | .Op Fl debug |
4283 | .Op Fl dtls | ||
4283 | .Op Fl dtls1 | 4284 | .Op Fl dtls1 |
4285 | .Op Fl dtls1_2 | ||
4284 | .Op Fl extended_crl | 4286 | .Op Fl extended_crl |
4285 | .Op Fl groups Ar list | 4287 | .Op Fl groups Ar list |
4286 | .Op Fl host Ar host | 4288 | .Op Fl host Ar host |
@@ -4424,8 +4426,12 @@ Translate a line feed from the terminal into CR+LF, | |||
4424 | as required by some servers. | 4426 | as required by some servers. |
4425 | .It Fl debug | 4427 | .It Fl debug |
4426 | Print extensive debugging information, including a hex dump of all traffic. | 4428 | Print extensive debugging information, including a hex dump of all traffic. |
4429 | .It Fl dtls | ||
4430 | Permit any version of DTLS. | ||
4427 | .It Fl dtls1 | 4431 | .It Fl dtls1 |
4428 | Permit only DTLS1.0. | 4432 | Permit only DTLS1.0. |
4433 | .It Fl dtls1_2 | ||
4434 | Permit only DTLS1.2. | ||
4429 | .It Fl groups Ar list | 4435 | .It Fl groups Ar list |
4430 | Set the supported elliptic curve groups to the colon separated | 4436 | Set the supported elliptic curve groups to the colon separated |
4431 | .Ar list | 4437 | .Ar list |
@@ -4588,7 +4594,9 @@ will be used. | |||
4588 | .Op Fl dkey Ar file | 4594 | .Op Fl dkey Ar file |
4589 | .Op Fl dkeyform Cm der | pem | 4595 | .Op Fl dkeyform Cm der | pem |
4590 | .Op Fl dpass Ar arg | 4596 | .Op Fl dpass Ar arg |
4597 | .Op Fl dtls | ||
4591 | .Op Fl dtls1 | 4598 | .Op Fl dtls1 |
4599 | .Op Fl dtls1_2 | ||
4592 | .Op Fl groups Ar list | 4600 | .Op Fl groups Ar list |
4593 | .Op Fl HTTP | 4601 | .Op Fl HTTP |
4594 | .Op Fl id_prefix Ar arg | 4602 | .Op Fl id_prefix Ar arg |
@@ -4754,8 +4762,12 @@ load the parameters from the server certificate file. | |||
4754 | If this fails, a static set of parameters hard coded into the | 4762 | If this fails, a static set of parameters hard coded into the |
4755 | .Nm s_server | 4763 | .Nm s_server |
4756 | program will be used. | 4764 | program will be used. |
4765 | .It Fl dtls | ||
4766 | Permit any version of DTLS. | ||
4757 | .It Fl dtls1 | 4767 | .It Fl dtls1 |
4758 | Permit only DTLS1.0. | 4768 | Permit only DTLS1.0. |
4769 | .It Fl dtls1_2 | ||
4770 | Permit only DTLS1.2. | ||
4759 | .It Fl groups Ar list | 4771 | .It Fl groups Ar list |
4760 | Set the supported elliptic curve groups to the colon separated | 4772 | Set the supported elliptic curve groups to the colon separated |
4761 | .Ar list | 4773 | .Ar list |