diff options
| author | tb <> | 2018-08-24 20:12:24 +0000 |
|---|---|---|
| committer | tb <> | 2018-08-24 20:12:24 +0000 |
| commit | a9628cb893f117c74713ef7ddc64ea67e2f22ed7 (patch) | |
| tree | 20242e770b6d29844ed1d90aad883e08ae4cf256 | |
| parent | 7933a0871b35f614a35f0194835c1415d26609d0 (diff) | |
| download | openbsd-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.1 | 24 |
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 |
| 2355 | The options are as follows: | 2352 | The options are as follows: |
| 2356 | .Bl -tag -width Ds | 2353 | .Bl -tag -width Ds |
| 2357 | .It Fl embed | ||
| 2358 | Generate DSA keys in a broken format. | ||
| 2359 | The DSA parameters are embedded inside the PrivateKey structure. | ||
| 2360 | In this form the OCTET STRING contains an ASN.1 SEQUENCE consisting of | ||
| 2361 | two structures: | ||
| 2362 | a SEQUENCE containing the parameters and an ASN.1 INTEGER containing | ||
| 2363 | the private key. | ||
| 2364 | .It Fl in Ar file | 2354 | .It Fl in Ar file |
| 2365 | The input file to read from, | 2355 | The input file to read from, |
| 2366 | or standard input if not specified. | 2356 | or standard input if not specified. |
| @@ -2376,16 +2366,6 @@ Use an iteration count of 1. | |||
| 2376 | See the | 2366 | See the |
| 2377 | .Sx PKCS12 | 2367 | .Sx PKCS12 |
| 2378 | section below for a detailed explanation of this option. | 2368 | section below for a detailed explanation of this option. |
| 2379 | .It Fl nooct | ||
| 2380 | Generate RSA private keys in a broken format that some software uses. | ||
| 2381 | Specifically the private key should be enclosed in an OCTET STRING, | ||
| 2382 | but some software just includes the structure itself without the | ||
| 2383 | surrounding OCTET STRING. | ||
| 2384 | .It Fl nsdb | ||
| 2385 | Generate DSA keys in a broken format compatible with Netscape | ||
| 2386 | private key databases. | ||
| 2387 | The PrivateKey contains a SEQUENCE | ||
| 2388 | consisting of the public and private keys, respectively. | ||
| 2389 | .It Fl out Ar file | 2369 | .It Fl out Ar file |
| 2390 | The output file to write to, | 2370 | The output file to write to, |
| 2391 | or standard output if none is specified. | 2371 | or standard output if none is specified. |
