diff options
Diffstat (limited to 'secure/usr.bin/openssl/man/openssl-format-options.1')
| -rw-r--r-- | secure/usr.bin/openssl/man/openssl-format-options.1 | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/secure/usr.bin/openssl/man/openssl-format-options.1 b/secure/usr.bin/openssl/man/openssl-format-options.1 index f490f275687d..c96c2d4d95cc 100644 --- a/secure/usr.bin/openssl/man/openssl-format-options.1 +++ b/secure/usr.bin/openssl/man/openssl-format-options.1 @@ -1,5 +1,5 @@ .\" -*- mode: troff; coding: utf-8 -*- -.\" Automatically generated by Pod::Man 5.0102 (Pod::Simple 3.45) +.\" Automatically generated by Pod::Man v6.0.2 (Pod::Simple 3.45) .\" .\" Standard preamble: .\" ======================================================================== @@ -52,10 +52,13 @@ . \} .\} .rr rF +.\" +.\" Required to disable full justification in groff 1.23.0. +.if n .ds AD l .\" ======================================================================== .\" .IX Title "OPENSSL-FORMAT-OPTIONS 1ossl" -.TH OPENSSL-FORMAT-OPTIONS 1ossl 2025-09-30 3.5.4 OpenSSL +.TH OPENSSL-FORMAT-OPTIONS 1ossl 2026-04-07 3.5.6 OpenSSL .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -116,9 +119,9 @@ An engine must be configured or specified using the \fB\-engine\fR option. A password or PIN may be supplied to the engine using the \fB\-passin\fR option. .IP \fBP12\fR 4 .IX Item "P12" -A DER-encoded file containing a PKCS#12 object. +A DER\-encoded file containing a PKCS#12 object. It might be necessary to provide a decryption password to retrieve -the private key. +the private key or certificate. .IP \fBPEM\fR 4 .IX Item "PEM" A text format defined in IETF RFC 1421 and IETF RFC 7468. Briefly, this is @@ -135,7 +138,7 @@ lines used to mark the start and end: \& Text after the END line is also ignored .Ve .Sp -The \fIobject-type\fR must match the type of object that is expected. +The \fIobject\-type\fR must match the type of object that is expected. For example a \f(CW\*(C`BEGIN X509 CERTIFICATE\*(C'\fR will not match if the command is trying to read a private key. The types supported include: .Sp @@ -163,7 +166,7 @@ is trying to read a private key. The types supported include: \& X9.42 DH PARAMETERS .Ve .Sp -The following legacy \fIobject-type\fR's are also supported for compatibility +The following legacy \fIobject\-type\fR\*(Aqs are also supported for compatibility with earlier releases: .Sp .Vb 4 @@ -179,7 +182,7 @@ Earlier versions were known as CMS and are compatible. Note that the parsing is simple and might fail to parse some legal data. .SH COPYRIGHT .IX Header "COPYRIGHT" -Copyright 2000\-2021 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2000\-2026 The OpenSSL Project Authors. All Rights Reserved. .PP Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy |
