summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjmc <>2017-01-03 22:14:41 +0000
committerjmc <>2017-01-03 22:14:41 +0000
commit916f67db780ccd3eb89983a487b07f27846ea260 (patch)
tree656a24e5c169490d9be1777bf2cb76d60173f8e3 /src
parentfff8af46ac88307060ab4cbdda99dab49bfa1728 (diff)
downloadopenbsd-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.124
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
245is present then the string is obtained from the default section 245is present then the string is obtained from the default section
246using the name 246using the name
247.Dq asn1 . 247.Dq asn1 .
248The encoded data is passed through the ASN1 parser and printed out as 248The encoded data is passed through the ASN.1 parser and printed out as
249though it came from a file; 249though it came from a file;
250the contents can thus be examined and written to a file using the 250the 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
362Set the expiry date. 362Set the expiry date.
363The format of the date is YYMMDDHHMMSSZ 363The 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
366The section of the configuration file containing certificate extensions 366The section of the configuration file containing certificate extensions
367to be added when a certificate is issued (defaults to 367to 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
494Set the start date. 494Set the start date.
495The format of the date is YYMMDDHHMMSSZ 495The 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
498Show the status of the certificate with serial number 498Show 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
2437Generate DSA keys in a broken format. 2437Generate DSA keys in a broken format.
2438The DSA parameters are embedded inside the PrivateKey structure. 2438The DSA parameters are embedded inside the PrivateKey structure.
2439In this form the OCTET STRING contains an ASN1 SEQUENCE consisting of 2439In this form the OCTET STRING contains an ASN.1 SEQUENCE consisting of
2440two structures: 2440two structures:
2441a SEQUENCE containing the parameters and an ASN1 INTEGER containing 2441a SEQUENCE containing the parameters and an ASN.1 INTEGER containing
2442the private key. 2442the private key.
2443.It Fl in Ar file 2443.It Fl in Ar file
2444The input file to read from, 2444The input file to read from,
@@ -2815,10 +2815,10 @@ any supported algorithm.
2815The options are as follows: 2815The options are as follows:
2816.Bl -tag -width Ds 2816.Bl -tag -width Ds
2817.It Fl asn1parse 2817.It Fl asn1parse
2818ASN1parse the output data. 2818ASN.1 parse the output data.
2819This is useful when combined with the 2819This is useful when combined with the
2820.Fl verifyrecover 2820.Fl verifyrecover
2821option when an ASN1 structure is signed. 2821option when an ASN.1 structure is signed.
2822.It Fl certin 2822.It Fl certin
2823The input is a certificate containing a public key. 2823The 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
4162The input format. 4162The input format.
4163.Cm der 4163.Cm der
4164uses an ASN1 DER-encoded format containing session details. 4164uses an ASN.1 DER-encoded format containing session details.
4165The precise format can vary from one version to the next. 4165The precise format can vary from one version to the next.
4166.Cm pem 4166.Cm pem
4167is the default format: it consists of the DER 4167is 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
5429Print an error message for unsupported certificate extensions. 5429Print an error message for unsupported certificate extensions.
5430.It Cm ext_parse 5430.It Cm ext_parse
5431ASN1 parse unsupported extensions. 5431ASN.1 parse unsupported extensions.
5432.It Cm no_aux 5432.It Cm no_aux
5433Do not print certificate trust information. 5433Do 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
5593for the AVA separator, 5593for the AVA separator,
5594as well as indenting the fields by four characters. 5594as well as indenting the fields by four characters.
5595.It Cm show_type 5595.It Cm show_type
5596Show the type of the ASN1 character string. 5596Show the type of the ASN.1 character string.
5597The type precedes the field contents. 5597The type precedes the field contents.
5598For example 5598For example
5599.Qq BMPSTRING: Hello World . 5599.Qq BMPSTRING: Hello World .