diff options
author | jmc <> | 2020-11-01 21:32:03 +0000 |
---|---|---|
committer | jmc <> | 2020-11-01 21:32:03 +0000 |
commit | 1e8ff415b210243c832f649c1f1d503c5c7e9979 (patch) | |
tree | c1ba97ad28bd728938eee4182b6fb134382cfba4 /src | |
parent | c98c96200f5ee51a83ae1b27cba2df52a6a8a44c (diff) | |
download | openbsd-1e8ff415b210243c832f649c1f1d503c5c7e9979.tar.gz openbsd-1e8ff415b210243c832f649c1f1d503c5c7e9979.tar.bz2 openbsd-1e8ff415b210243c832f649c1f1d503c5c7e9979.zip |
some comma fixes; from varik valefor
(audio.4 tweaked from that submitted)
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index 474f00f493..1a0aac5096 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.126 2020/10/26 11:48:39 tb Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.127 2020/11/01 21:32:03 jmc 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: October 26 2020 $ | 113 | .Dd $Mdocdate: November 1 2020 $ |
114 | .Dt OPENSSL 1 | 114 | .Dt OPENSSL 1 |
115 | .Os | 115 | .Os |
116 | .Sh NAME | 116 | .Sh NAME |
@@ -1121,7 +1121,7 @@ commands. | |||
1121 | .It Fl binary | 1121 | .It Fl binary |
1122 | Normally the input message is converted to "canonical" format which is | 1122 | Normally the input message is converted to "canonical" format which is |
1123 | effectively using CR/LF as end of line, as required by the S/MIME specification. | 1123 | effectively using CR/LF as end of line, as required by the S/MIME specification. |
1124 | When this option is present no translation occurs. | 1124 | When this option is present, no translation occurs. |
1125 | This is useful when handling binary data which may not be in MIME format. | 1125 | This is useful when handling binary data which may not be in MIME format. |
1126 | .It Fl CAfile Ar file | 1126 | .It Fl CAfile Ar file |
1127 | A file containing trusted CA certificates, used with | 1127 | A file containing trusted CA certificates, used with |
@@ -1971,7 +1971,7 @@ Encrypt the private key with DES, triple DES, or | |||
1971 | any other cipher supported by | 1971 | any other cipher supported by |
1972 | .Nm openssl . | 1972 | .Nm openssl . |
1973 | A pass phrase is prompted for. | 1973 | A pass phrase is prompted for. |
1974 | If none of these options is specified the key is written in plain text. | 1974 | If none of these options are specified, the key is written in plain text. |
1975 | This means that using the | 1975 | This means that using the |
1976 | .Nm ec | 1976 | .Nm ec |
1977 | utility to read in an encrypted key with no | 1977 | utility to read in an encrypted key with no |
@@ -1982,7 +1982,7 @@ These options can only be used with PEM format output files. | |||
1982 | .It Fl in Ar file | 1982 | .It Fl in Ar file |
1983 | The input file to read a key from, | 1983 | The input file to read a key from, |
1984 | or standard input if not specified. | 1984 | or standard input if not specified. |
1985 | If the key is encrypted a pass phrase will be prompted for. | 1985 | If the key is encrypted, a pass phrase will be prompted for. |
1986 | .It Fl inform Cm der | pem | 1986 | .It Fl inform Cm der | pem |
1987 | The input format. | 1987 | The input format. |
1988 | .It Fl noout | 1988 | .It Fl noout |
@@ -3356,7 +3356,7 @@ is acceptable, such as | |||
3356 | .It Fl in Ar file | 3356 | .It Fl in Ar file |
3357 | The input file to read from, | 3357 | The input file to read from, |
3358 | or standard input if not specified. | 3358 | or standard input if not specified. |
3359 | If the key is encrypted a pass phrase will be prompted for. | 3359 | If the key is encrypted, a pass phrase will be prompted for. |
3360 | .It Fl inform Cm der | pem | 3360 | .It Fl inform Cm der | pem |
3361 | The input format. | 3361 | The input format. |
3362 | .It Fl noout | 3362 | .It Fl noout |
@@ -3529,8 +3529,8 @@ For pss | |||
3529 | mode only this option specifies the salt length. | 3529 | mode only this option specifies the salt length. |
3530 | Two special values are supported: | 3530 | Two special values are supported: |
3531 | -1 sets the salt length to the digest length. | 3531 | -1 sets the salt length to the digest length. |
3532 | When signing -2 sets the salt length to the maximum permissible value. | 3532 | When signing, -2 sets the salt length to the maximum permissible value. |
3533 | When verifying -2 causes the salt length to be automatically determined | 3533 | When verifying, -2 causes the salt length to be automatically determined |
3534 | based on the PSS block structure. | 3534 | based on the PSS block structure. |
3535 | .El | 3535 | .El |
3536 | .Pp | 3536 | .Pp |
@@ -5202,7 +5202,7 @@ Normally, the input message is converted to | |||
5202 | .Qq canonical | 5202 | .Qq canonical |
5203 | format which uses CR/LF as end of line, | 5203 | format which uses CR/LF as end of line, |
5204 | as required by the S/MIME specification. | 5204 | as required by the S/MIME specification. |
5205 | When this option is present no translation occurs. | 5205 | When this option is present, no translation occurs. |
5206 | This is useful when handling binary data which may not be in MIME format. | 5206 | This is useful when handling binary data which may not be in MIME format. |
5207 | .It Fl CAfile Ar file | 5207 | .It Fl CAfile Ar file |
5208 | A | 5208 | A |
@@ -5601,7 +5601,7 @@ The policy that the client expects the TSA to use for creating the | |||
5601 | time stamp token. | 5601 | time stamp token. |
5602 | Either dotted OID notation or OID names defined | 5602 | Either dotted OID notation or OID names defined |
5603 | in the config file can be used. | 5603 | in the config file can be used. |
5604 | If no policy is requested the TSA uses its own default policy. | 5604 | If no policy is requested, the TSA uses its own default policy. |
5605 | .It Fl text | 5605 | .It Fl text |
5606 | Output in human-readable text format instead of DER. | 5606 | Output in human-readable text format instead of DER. |
5607 | .El | 5607 | .El |
@@ -5908,7 +5908,7 @@ The | |||
5908 | should contain one or more CRLs in PEM format. | 5908 | should contain one or more CRLs in PEM format. |
5909 | .It Fl crl_check | 5909 | .It Fl crl_check |
5910 | Check end entity certificate validity by attempting to look up a valid CRL. | 5910 | Check end entity certificate validity by attempting to look up a valid CRL. |
5911 | If a valid CRL cannot be found an error occurs. | 5911 | If a valid CRL cannot be found, an error occurs. |
5912 | .It Fl crl_check_all | 5912 | .It Fl crl_check_all |
5913 | Check the validity of all certificates in the chain by attempting | 5913 | Check the validity of all certificates in the chain by attempting |
5914 | to look up valid CRLs. | 5914 | to look up valid CRLs. |
@@ -6563,7 +6563,7 @@ Print the full certificate in text form. | |||
6563 | A trusted certificate is a certificate which has several | 6563 | A trusted certificate is a certificate which has several |
6564 | additional pieces of information attached to it such as the permitted | 6564 | additional pieces of information attached to it such as the permitted |
6565 | and prohibited uses of the certificate and an alias. | 6565 | and prohibited uses of the certificate and an alias. |
6566 | When a certificate is being verified at least one certificate must be trusted. | 6566 | When a certificate is being verified, at least one certificate must be trusted. |
6567 | By default, a trusted certificate must be stored locally and be a root CA. | 6567 | By default, a trusted certificate must be stored locally and be a root CA. |
6568 | The following are x509 trust settings options: | 6568 | The following are x509 trust settings options: |
6569 | .Bl -tag -width "XXXX" | 6569 | .Bl -tag -width "XXXX" |