summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/usr.bin/openssl/openssl.124
1 files changed, 18 insertions, 6 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1
index 32a433458f..a1401951e3 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.120 2020/02/19 20:42:12 kn Exp $ 1.\" $OpenBSD: openssl.1,v 1.121 2020/04/25 19:18:40 schwarze 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: February 19 2020 $ 113.Dd $Mdocdate: April 25 2020 $
114.Dt OPENSSL 1 114.Dt OPENSSL 1
115.Os 115.Os
116.Sh NAME 116.Sh NAME
@@ -2405,7 +2405,7 @@ The value to use for the generator
2405.Ar g . 2405.Ar g .
2406.It ec_paramgen_curve : Ns Ar curve 2406.It ec_paramgen_curve : Ns Ar curve
2407(EC) 2407(EC)
2408The EC curve to use. 2408The elliptic curve to use.
2409.El 2409.El
2410.It Fl text 2410.It Fl text
2411Print the private/public key in plain text. 2411Print the private/public key in plain text.
@@ -4224,7 +4224,7 @@ Verify the input data and output the recovered data.
4224.Op Fl debug 4224.Op Fl debug
4225.Op Fl dtls1 4225.Op Fl dtls1
4226.Op Fl extended_crl 4226.Op Fl extended_crl
4227.Op Fl groups 4227.Op Fl groups Ar list
4228.Op Fl host Ar host 4228.Op Fl host Ar host
4229.Op Fl ign_eof 4229.Op Fl ign_eof
4230.Op Fl ignore_critical 4230.Op Fl ignore_critical
@@ -4368,8 +4368,11 @@ as required by some servers.
4368Print extensive debugging information, including a hex dump of all traffic. 4368Print extensive debugging information, including a hex dump of all traffic.
4369.It Fl dtls1 4369.It Fl dtls1
4370Permit only DTLS1.0. 4370Permit only DTLS1.0.
4371.It Fl groups Ar ecgroups 4371.It Fl groups Ar list
4372Specify a colon-separated list of permitted EC curve groups. 4372Set the supported elliptic curve groups to the colon separated
4373.Ar list
4374of group NIDs or names as documented in
4375.Xr SSL_CTX_set1_groups_list 3 .
4373.It Fl host Ar host 4376.It Fl host Ar host
4374The 4377The
4375.Ar host 4378.Ar host
@@ -4528,6 +4531,7 @@ will be used.
4528.Op Fl dkeyform Cm der | pem 4531.Op Fl dkeyform Cm der | pem
4529.Op Fl dpass Ar arg 4532.Op Fl dpass Ar arg
4530.Op Fl dtls1 4533.Op Fl dtls1
4534.Op Fl groups Ar list
4531.Op Fl HTTP 4535.Op Fl HTTP
4532.Op Fl id_prefix Ar arg 4536.Op Fl id_prefix Ar arg
4533.Op Fl key Ar keyfile 4537.Op Fl key Ar keyfile
@@ -4692,6 +4696,11 @@ If this fails, a static set of parameters hard coded into the
4692program will be used. 4696program will be used.
4693.It Fl dtls1 4697.It Fl dtls1
4694Permit only DTLS1.0. 4698Permit only DTLS1.0.
4699.It Fl groups Ar list
4700Set the supported elliptic curve groups to the colon separated
4701.Ar list
4702of group NIDs or names as documented in
4703.Xr SSL_CTX_set1_groups_list 3 .
4695.It Fl HTTP 4704.It Fl HTTP
4696Emulate a simple web server. 4705Emulate a simple web server.
4697Pages are resolved relative to the current directory. 4706Pages are resolved relative to the current directory.
@@ -4728,6 +4737,9 @@ Show all protocol messages with hex dump.
4728Set the link layer MTU. 4737Set the link layer MTU.
4729.It Fl named_curve Ar arg 4738.It Fl named_curve Ar arg
4730Specify the elliptic curve name to use for ephemeral ECDH keys. 4739Specify the elliptic curve name to use for ephemeral ECDH keys.
4740This option is deprecated; use
4741.Fl groups
4742instead.
4731.It Fl nbio 4743.It Fl nbio
4732Turn on non-blocking I/O. 4744Turn on non-blocking I/O.
4733.It Fl nbio_test 4745.It Fl nbio_test