diff options
author | jmc <> | 2017-01-03 22:14:41 +0000 |
---|---|---|
committer | jmc <> | 2017-01-03 22:14:41 +0000 |
commit | 916f67db780ccd3eb89983a487b07f27846ea260 (patch) | |
tree | 656a24e5c169490d9be1777bf2cb76d60173f8e3 /src | |
parent | fff8af46ac88307060ab4cbdda99dab49bfa1728 (diff) | |
download | openbsd-916f67db780ccd3eb89983a487b07f27846ea260.tar.gz openbsd-916f67db780ccd3eb89983a487b07f27846ea260.tar.bz2 openbsd-916f67db780ccd3eb89983a487b07f27846ea260.zip |
consistently spell ASN.1;
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 e70c2d5f3d..a48788bb08 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.83 2016/10/06 14:47:00 naddy Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.84 2017/01/03 22:14:41 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 | .\" |
@@ -112,7 +112,7 @@ | |||
112 | .\" | 112 | .\" |
113 | .\" OPENSSL | 113 | .\" OPENSSL |
114 | .\" | 114 | .\" |
115 | .Dd $Mdocdate: October 6 2016 $ | 115 | .Dd $Mdocdate: January 3 2017 $ |
116 | .Dt OPENSSL 1 | 116 | .Dt OPENSSL 1 |
117 | .Os | 117 | .Os |
118 | .Sh NAME | 118 | .Sh NAME |
@@ -245,7 +245,7 @@ If only | |||
245 | is present then the string is obtained from the default section | 245 | is present then the string is obtained from the default section |
246 | using the name | 246 | using the name |
247 | .Dq asn1 . | 247 | .Dq asn1 . |
248 | The encoded data is passed through the ASN1 parser and printed out as | 248 | The encoded data is passed through the ASN.1 parser and printed out as |
249 | though it came from a file; | 249 | though it came from a file; |
250 | the contents can thus be examined and written to a file using the | 250 | the contents can thus be examined and written to a file using the |
251 | .Fl out | 251 | .Fl out |
@@ -361,7 +361,7 @@ The number of days to certify the certificate for. | |||
361 | .It Fl enddate Ar date | 361 | .It Fl enddate Ar date |
362 | Set the expiry date. | 362 | Set the expiry date. |
363 | The format of the date is YYMMDDHHMMSSZ | 363 | The format of the date is YYMMDDHHMMSSZ |
364 | .Pq the same as an ASN1 UTCTime structure . | 364 | .Pq the same as an ASN.1 UTCTime structure . |
365 | .It Fl extensions Ar section | 365 | .It Fl extensions Ar section |
366 | The section of the configuration file containing certificate extensions | 366 | The section of the configuration file containing certificate extensions |
367 | to be added when a certificate is issued (defaults to | 367 | to be added when a certificate is issued (defaults to |
@@ -493,7 +493,7 @@ A single self-signed certificate to be signed by the CA. | |||
493 | .It Fl startdate Ar date | 493 | .It Fl startdate Ar date |
494 | Set the start date. | 494 | Set the start date. |
495 | The format of the date is YYMMDDHHMMSSZ | 495 | The format of the date is YYMMDDHHMMSSZ |
496 | .Pq the same as an ASN1 UTCTime structure . | 496 | .Pq the same as an ASN.1 UTCTime structure . |
497 | .It Fl status Ar serial | 497 | .It Fl status Ar serial |
498 | Show the status of the certificate with serial number | 498 | Show the status of the certificate with serial number |
499 | .Ar serial . | 499 | .Ar serial . |
@@ -2436,9 +2436,9 @@ The options are as follows: | |||
2436 | .It Fl embed | 2436 | .It Fl embed |
2437 | Generate DSA keys in a broken format. | 2437 | Generate DSA keys in a broken format. |
2438 | The DSA parameters are embedded inside the PrivateKey structure. | 2438 | The DSA parameters are embedded inside the PrivateKey structure. |
2439 | In this form the OCTET STRING contains an ASN1 SEQUENCE consisting of | 2439 | In this form the OCTET STRING contains an ASN.1 SEQUENCE consisting of |
2440 | two structures: | 2440 | two structures: |
2441 | a SEQUENCE containing the parameters and an ASN1 INTEGER containing | 2441 | a SEQUENCE containing the parameters and an ASN.1 INTEGER containing |
2442 | the private key. | 2442 | the private key. |
2443 | .It Fl in Ar file | 2443 | .It Fl in Ar file |
2444 | The input file to read from, | 2444 | The input file to read from, |
@@ -2815,10 +2815,10 @@ any supported algorithm. | |||
2815 | The options are as follows: | 2815 | The options are as follows: |
2816 | .Bl -tag -width Ds | 2816 | .Bl -tag -width Ds |
2817 | .It Fl asn1parse | 2817 | .It Fl asn1parse |
2818 | ASN1parse the output data. | 2818 | ASN.1 parse the output data. |
2819 | This is useful when combined with the | 2819 | This is useful when combined with the |
2820 | .Fl verifyrecover | 2820 | .Fl verifyrecover |
2821 | option when an ASN1 structure is signed. | 2821 | option when an ASN.1 structure is signed. |
2822 | .It Fl certin | 2822 | .It Fl certin |
2823 | The input is a certificate containing a public key. | 2823 | The input is a certificate containing a public key. |
2824 | .It Fl decrypt | 2824 | .It Fl decrypt |
@@ -4161,7 +4161,7 @@ or standard input if not specified. | |||
4161 | .It Fl inform Cm der | pem | 4161 | .It Fl inform Cm der | pem |
4162 | The input format. | 4162 | The input format. |
4163 | .Cm der | 4163 | .Cm der |
4164 | uses an ASN1 DER-encoded format containing session details. | 4164 | uses an ASN.1 DER-encoded format containing session details. |
4165 | The precise format can vary from one version to the next. | 4165 | The precise format can vary from one version to the next. |
4166 | .Cm pem | 4166 | .Cm pem |
4167 | is the default format: it consists of the DER | 4167 | is the default format: it consists of the DER |
@@ -5428,7 +5428,7 @@ Hex dump unsupported extensions. | |||
5428 | .It Cm ext_error | 5428 | .It Cm ext_error |
5429 | Print an error message for unsupported certificate extensions. | 5429 | Print an error message for unsupported certificate extensions. |
5430 | .It Cm ext_parse | 5430 | .It Cm ext_parse |
5431 | ASN1 parse unsupported extensions. | 5431 | ASN.1 parse unsupported extensions. |
5432 | .It Cm no_aux | 5432 | .It Cm no_aux |
5433 | Do not print certificate trust information. | 5433 | Do not print certificate trust information. |
5434 | .It Cm no_extensions | 5434 | .It Cm no_extensions |
@@ -5593,7 +5593,7 @@ uses a linefeed character for the RDN separator and a spaced | |||
5593 | for the AVA separator, | 5593 | for the AVA separator, |
5594 | as well as indenting the fields by four characters. | 5594 | as well as indenting the fields by four characters. |
5595 | .It Cm show_type | 5595 | .It Cm show_type |
5596 | Show the type of the ASN1 character string. | 5596 | Show the type of the ASN.1 character string. |
5597 | The type precedes the field contents. | 5597 | The type precedes the field contents. |
5598 | For example | 5598 | For example |
5599 | .Qq BMPSTRING: Hello World . | 5599 | .Qq BMPSTRING: Hello World . |