mirror of
https://github.com/openssl/openssl.git
synced 2025-03-25 20:00:44 +08:00
DOC: Spelling fixes
Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc> Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/12172)
This commit is contained in:
parent
b75f08cb13
commit
bb361a27ba
@ -282,7 +282,7 @@ verbatim.
|
||||
=item B<${>I<NAME>B</>I<str>B</>I<subst>B<}>
|
||||
|
||||
Substitution reference; the variable reference is replaced with its
|
||||
value, modified by replacing all occurences of I<str> with I<subst>.
|
||||
value, modified by replacing all occurrences of I<str> with I<subst>.
|
||||
|
||||
=back
|
||||
|
||||
|
@ -584,7 +584,7 @@ of response messages.
|
||||
=item B<-cacertsout> I<filename>
|
||||
|
||||
The file where to save any CA certificates received in the caPubs field of
|
||||
Initializiation Response (IP) messages.
|
||||
Initialization Response (IP) messages.
|
||||
|
||||
=back
|
||||
|
||||
|
@ -186,7 +186,7 @@ optionally using proxy client credentials B<proxyuser> and B<proxypass>,
|
||||
to connect with TLS protection ultimately to B<server> and B<port>.
|
||||
If the B<port> argument is NULL or the empty string it defaults to "443".
|
||||
The B<timeout> parameter is used as described above.
|
||||
Since this function is typically called by appplications such as
|
||||
Since this function is typically called by applications such as
|
||||
L<openssl-s_client(1)> it uses the B<bio_err> and B<prog> parameters (unless
|
||||
NULL) to print additional diagnostic information in a user-oriented way.
|
||||
|
||||
|
@ -113,7 +113,7 @@ If a name is repeated in the same section, then all but the last
|
||||
value are ignored. In certain circumstances, such as with
|
||||
Certificate DNs, the same field may occur multiple times.
|
||||
In order to support this, commands like L<openssl-req(1)> ignore any
|
||||
leading text that is preceeded with a period. For example:
|
||||
leading text that is preceded with a period. For example:
|
||||
|
||||
1.OU = First OU
|
||||
2.OU = Second OU
|
||||
@ -198,7 +198,7 @@ containing name/value pairs of OID's.
|
||||
The name is the short name; the value is an optional long name followed
|
||||
by a comma, and the numeric value.
|
||||
While some OpenSSL commands have their own section for specifying OID's,
|
||||
this section makes them avilable to all commands and applications.
|
||||
this section makes them available to all commands and applications.
|
||||
|
||||
[oids]
|
||||
shortName = a very long OID name, 1.2.3.4
|
||||
|
@ -29,7 +29,7 @@ used internally by the FIPS module during its initialization.
|
||||
|
||||
The following options are supported. They should all appear in a section
|
||||
whose name is identified by the B<fips> option in the B<providers>
|
||||
section, as desribed in L<config(5)/Provider Configuration Module>.
|
||||
section, as described in L<config(5)/Provider Configuration Module>.
|
||||
|
||||
=over 4
|
||||
|
||||
|
@ -37,7 +37,7 @@ String extensions simply have a string which contains either the value itself
|
||||
or how it is obtained.
|
||||
|
||||
Multi-valued extensions have a short form and a long form. The short form
|
||||
is a commma-separated list of names and values:
|
||||
is a comma-separated list of names and values:
|
||||
|
||||
basicConstraints = critical, CA:true, pathlen:1
|
||||
|
||||
@ -68,7 +68,7 @@ will produce an error but the equivalent form:
|
||||
|
||||
is valid.
|
||||
|
||||
OpenSSL does not support multiple occurences of the same field within a
|
||||
OpenSSL does not support multiple occurrences of the same field within a
|
||||
section. In this example:
|
||||
|
||||
[extensions]
|
||||
|
Loading…
x
Reference in New Issue
Block a user