fix typos
Submitted by: Ernst G. Giessmann
This commit is contained in:
parent
fdf355878c
commit
15bd07e923
@ -244,7 +244,7 @@ bad:
|
|||||||
" the ec parameters are encoded\n");
|
" the ec parameters are encoded\n");
|
||||||
BIO_printf(bio_err, " in the asn1 der "
|
BIO_printf(bio_err, " in the asn1 der "
|
||||||
"encoding\n");
|
"encoding\n");
|
||||||
BIO_printf(bio_err, " possilbe values:"
|
BIO_printf(bio_err, " possible values:"
|
||||||
" named_curve (default)\n");
|
" named_curve (default)\n");
|
||||||
BIO_printf(bio_err," "
|
BIO_printf(bio_err," "
|
||||||
"explicit\n");
|
"explicit\n");
|
||||||
|
@ -30,7 +30,11 @@ The actual data encoded is determined by the string B<str> and
|
|||||||
the configuration information. The general format of the string
|
the configuration information. The general format of the string
|
||||||
is:
|
is:
|
||||||
|
|
||||||
B<[modifier,]type[:value]>
|
=over 2
|
||||||
|
|
||||||
|
=item B<[modifier,]type[:value]>
|
||||||
|
|
||||||
|
=back
|
||||||
|
|
||||||
That is zero or more comma separated modifiers followed by a type
|
That is zero or more comma separated modifiers followed by a type
|
||||||
followed by an optional colon and a value. The formats of B<type>,
|
followed by an optional colon and a value. The formats of B<type>,
|
||||||
@ -83,13 +87,13 @@ the format B<YYYYMMDDHHMMSSZ>.
|
|||||||
|
|
||||||
=item B<OCTETSTRING>, B<OCT>
|
=item B<OCTETSTRING>, B<OCT>
|
||||||
|
|
||||||
Emcodes an ASN1 B<OCTET STRING>. B<value> represents the contents
|
Encodes an ASN1 B<OCTET STRING>. B<value> represents the contents
|
||||||
of this structure, the format strings B<ASCII> and B<HEX> can be
|
of this structure, the format strings B<ASCII> and B<HEX> can be
|
||||||
used to specify the format of B<value>.
|
used to specify the format of B<value>.
|
||||||
|
|
||||||
=item B<BITSRING>, B<BITSTR>
|
=item B<BITSTRING>, B<BITSTR>
|
||||||
|
|
||||||
Emcodes an ASN1 B<BIT STRING>. B<value> represents the contents
|
Encodes an ASN1 B<BIT STRING>. B<value> represents the contents
|
||||||
of this structure, the format strings B<ASCII>, B<HEX> and B<BITLIST>
|
of this structure, the format strings B<ASCII>, B<HEX> and B<BITLIST>
|
||||||
can be used to specify the format of B<value>.
|
can be used to specify the format of B<value>.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user