diff options
Diffstat (limited to 'src/usr.bin/openssl/openssl.1')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 35 |
1 files changed, 2 insertions, 33 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index a7c3bf5ee6..c430e49f0f 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.142 2023/04/22 20:51:26 tb Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.143 2023/04/25 16:11:02 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 22 2023 $ | 113 | .Dd $Mdocdate: April 25 2023 $ |
114 | .Dt OPENSSL 1 | 114 | .Dt OPENSSL 1 |
115 | .Os | 115 | .Os |
116 | .Sh NAME | 116 | .Sh NAME |
@@ -2542,37 +2542,6 @@ The size of the private key to generate in bits. | |||
2542 | This must be the last option specified. | 2542 | This must be the last option specified. |
2543 | The default is 2048. | 2543 | The default is 2048. |
2544 | .El | 2544 | .El |
2545 | .Tg nseq | ||
2546 | .Sh NSEQ | ||
2547 | .Nm openssl nseq | ||
2548 | .Op Fl in Ar file | ||
2549 | .Op Fl out Ar file | ||
2550 | .Op Fl toseq | ||
2551 | .Pp | ||
2552 | The | ||
2553 | .Nm nseq | ||
2554 | command takes a file containing a Netscape certificate sequence | ||
2555 | (an alternative to the standard PKCS#7 format) | ||
2556 | and prints out the certificates contained in it, | ||
2557 | or takes a file of certificates | ||
2558 | and converts it into a Netscape certificate sequence. | ||
2559 | .Pp | ||
2560 | The options are as follows: | ||
2561 | .Bl -tag -width Ds | ||
2562 | .It Fl in Ar file | ||
2563 | The input file to read from, | ||
2564 | or standard input if not specified. | ||
2565 | .It Fl out Ar file | ||
2566 | The output file to write to, | ||
2567 | or standard output if not specified. | ||
2568 | .It Fl toseq | ||
2569 | Normally, a Netscape certificate sequence will be input and the output | ||
2570 | is the certificates contained in it. | ||
2571 | With the | ||
2572 | .Fl toseq | ||
2573 | option the situation is reversed: | ||
2574 | a Netscape certificate sequence is created from a file of certificates. | ||
2575 | .El | ||
2576 | .Tg ocsp | 2545 | .Tg ocsp |
2577 | .Sh OCSP | 2546 | .Sh OCSP |
2578 | .Bl -hang -width "openssl ocsp" | 2547 | .Bl -hang -width "openssl ocsp" |