summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/openssl.1
diff options
context:
space:
mode:
authorjsing <>2021-03-17 18:08:32 +0000
committerjsing <>2021-03-17 18:08:32 +0000
commite1e6bd710141831f3f7a3926738ccb4ae42103fb (patch)
tree4009074b3e330a781c67b90419e631a63ddf8425 /src/usr.bin/openssl/openssl.1
parentf117ae71ebe1eb8f946b06304b3843715ad808b0 (diff)
downloadopenbsd-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.116
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,
4424as required by some servers. 4426as required by some servers.
4425.It Fl debug 4427.It Fl debug
4426Print extensive debugging information, including a hex dump of all traffic. 4428Print extensive debugging information, including a hex dump of all traffic.
4429.It Fl dtls
4430Permit any version of DTLS.
4427.It Fl dtls1 4431.It Fl dtls1
4428Permit only DTLS1.0. 4432Permit only DTLS1.0.
4433.It Fl dtls1_2
4434Permit only DTLS1.2.
4429.It Fl groups Ar list 4435.It Fl groups Ar list
4430Set the supported elliptic curve groups to the colon separated 4436Set 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.
4754If this fails, a static set of parameters hard coded into the 4762If this fails, a static set of parameters hard coded into the
4755.Nm s_server 4763.Nm s_server
4756program will be used. 4764program will be used.
4765.It Fl dtls
4766Permit any version of DTLS.
4757.It Fl dtls1 4767.It Fl dtls1
4758Permit only DTLS1.0. 4768Permit only DTLS1.0.
4769.It Fl dtls1_2
4770Permit only DTLS1.2.
4759.It Fl groups Ar list 4771.It Fl groups Ar list
4760Set the supported elliptic curve groups to the colon separated 4772Set the supported elliptic curve groups to the colon separated
4761.Ar list 4773.Ar list