From 6e1ed006025265aaf8271fa45e8f32e3fd5597f3 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Sun, 6 Nov 2016 16:56:46 +0000 Subject: some minor cleanup; --- src/lib/libcrypto/man/ASN1_generate_nconf.3 | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/lib/libcrypto/man/ASN1_generate_nconf.3') diff --git a/src/lib/libcrypto/man/ASN1_generate_nconf.3 b/src/lib/libcrypto/man/ASN1_generate_nconf.3 index 1fd7f38d26..39929782ee 100644 --- a/src/lib/libcrypto/man/ASN1_generate_nconf.3 +++ b/src/lib/libcrypto/man/ASN1_generate_nconf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ASN1_generate_nconf.3,v 1.5 2016/11/06 15:52:50 jmc Exp $ +.\" $OpenBSD: ASN1_generate_nconf.3,v 1.6 2016/11/06 16:56:46 jmc Exp $ .\" .Dd $Mdocdate: November 6 2016 $ .Dt ASN1_GENERATE_NCONF 3 @@ -6,7 +6,7 @@ .Sh NAME .Nm ASN1_generate_nconf , .Nm ASN1_generate_v3 -.Nd ASN1 generation functions +.Nd ASN.1 generation functions .Sh SYNOPSIS .In openssl/asn1.h .Ft ASN1_TYPE * @@ -20,7 +20,7 @@ .Fa "X509V3_CTX *cnf" .Fc .Sh DESCRIPTION -These functions generate the ASN1 encoding of a string in an +These functions generate the ASN.1 encoding of a string in an .Vt ASN1_TYPE structure. .Pp @@ -93,7 +93,7 @@ The .Ar value string must not be present. .It Cm INTEGER , INT -Encodes an ASN1 INTEGER type. +Encodes an ASN.1 INTEGER type. The .Ar value string represents the value of the integer. @@ -102,24 +102,24 @@ and is normally interpreted as a decimal value unless the prefix .Cm 0x is included. .It Cm ENUMERATED , ENUM -Encodes the ASN1 ENUMERATED type. +Encodes the ASN.1 ENUMERATED type. It is otherwise identical to .Cm INTEGER . .It Cm OBJECT , OID -Encodes an ASN1 OBJECT IDENTIFIER. +Encodes an ASN.1 OBJECT IDENTIFIER. The .Ar value string can be a short name, a long name, or numerical format. .It Cm UTCTIME , UTC -Encodes an ASN1 UTCTime structure. +Encodes an ASN.1 UTCTime structure. The value should be in the format .Ar YYMMDDHHMMSSZ . .It Cm GENERALIZEDTIME , GENTIME -Encodes an ASN1 GeneralizedTime structure. +Encodes an ASN.1 GeneralizedTime structure. The value should be in the format .Ar YYYYMMDDHHMMSSZ . .It Cm OCTETSTRING , OCT -Encodes an ASN1 OCTET STRING. +Encodes an ASN.1 OCTET STRING. .Ar value represents the contents of this structure. The format strings @@ -129,7 +129,7 @@ and can be used to specify the format of .Ar value . .It Cm BITSTRING , BITSTR -Encodes an ASN1 BIT STRING. +Encodes an ASN.1 BIT STRING. .Ar value represents the contents of this structure. The format strings @@ -163,7 +163,7 @@ The format can be or .Cm UTF8 . .It Cm SEQUENCE , SEQ , SET -Formats the result as an ASN1 SEQUENCE or SET type. +Formats the result as an ASN.1 SEQUENCE or SET type. .Ar value should be a section name which will contain the contents. The field names in the section are ignored @@ -215,7 +215,7 @@ If .Cm UTF8 is specified, then the .Ar value -string must be a valid UTF8 string. +string must be a valid UTF-8 string. For .Cm HEX , the output must be a set of hex digits. -- cgit v1.2.3-55-g6feb