summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2018-08-24 20:12:24 +0000
committertb <>2018-08-24 20:12:24 +0000
commita9628cb893f117c74713ef7ddc64ea67e2f22ed7 (patch)
tree20242e770b6d29844ed1d90aad883e08ae4cf256
parent7933a0871b35f614a35f0194835c1415d26609d0 (diff)
downloadopenbsd-a9628cb893f117c74713ef7ddc64ea67e2f22ed7.tar.gz
openbsd-a9628cb893f117c74713ef7ddc64ea67e2f22ed7.tar.bz2
openbsd-a9628cb893f117c74713ef7ddc64ea67e2f22ed7.zip
The broken pkcs8 formats generated by openssl pkcs -{embed,nooct,nsdb}
are no longer supported. Remove their documentation. ok jsing
-rw-r--r--src/usr.bin/openssl/openssl.124
1 files changed, 2 insertions, 22 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1
index 39fdf8bb27..6bd2ee7d5f 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.93 2018/04/10 22:07:30 schwarze Exp $ 1.\" $OpenBSD: openssl.1,v 1.94 2018/08/24 20:12:24 tb 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 10 2018 $ 113.Dd $Mdocdate: August 24 2018 $
114.Dt OPENSSL 1 114.Dt OPENSSL 1
115.Os 115.Os
116.Sh NAME 116.Sh NAME
@@ -2326,13 +2326,10 @@ Print certificate details in full rather than just subject and issuer names.
2326.Sh PKCS8 2326.Sh PKCS8
2327.nr nS 1 2327.nr nS 1
2328.Nm "openssl pkcs8" 2328.Nm "openssl pkcs8"
2329.Op Fl embed
2330.Op Fl in Ar file 2329.Op Fl in Ar file
2331.Op Fl inform Cm der | pem 2330.Op Fl inform Cm der | pem
2332.Op Fl nocrypt 2331.Op Fl nocrypt
2333.Op Fl noiter 2332.Op Fl noiter
2334.Op Fl nooct
2335.Op Fl nsdb
2336.Op Fl out Ar file 2333.Op Fl out Ar file
2337.Op Fl outform Cm der | pem 2334.Op Fl outform Cm der | pem
2338.Op Fl passin Ar arg 2335.Op Fl passin Ar arg
@@ -2354,13 +2351,6 @@ are more secure.
2354.Pp 2351.Pp
2355The options are as follows: 2352The options are as follows:
2356.Bl -tag -width Ds 2353.Bl -tag -width Ds
2357.It Fl embed
2358Generate DSA keys in a broken format.
2359The DSA parameters are embedded inside the PrivateKey structure.
2360In this form the OCTET STRING contains an ASN.1 SEQUENCE consisting of
2361two structures:
2362a SEQUENCE containing the parameters and an ASN.1 INTEGER containing
2363the private key.
2364.It Fl in Ar file 2354.It Fl in Ar file
2365The input file to read from, 2355The input file to read from,
2366or standard input if not specified. 2356or standard input if not specified.
@@ -2376,16 +2366,6 @@ Use an iteration count of 1.
2376See the 2366See the
2377.Sx PKCS12 2367.Sx PKCS12
2378section below for a detailed explanation of this option. 2368section below for a detailed explanation of this option.
2379.It Fl nooct
2380Generate RSA private keys in a broken format that some software uses.
2381Specifically the private key should be enclosed in an OCTET STRING,
2382but some software just includes the structure itself without the
2383surrounding OCTET STRING.
2384.It Fl nsdb
2385Generate DSA keys in a broken format compatible with Netscape
2386private key databases.
2387The PrivateKey contains a SEQUENCE
2388consisting of the public and private keys, respectively.
2389.It Fl out Ar file 2369.It Fl out Ar file
2390The output file to write to, 2370The output file to write to,
2391or standard output if none is specified. 2371or standard output if none is specified.