From: Collin Funk Date: Wed, 4 Jun 2025 02:28:03 +0000 (-0700) Subject: doc: fix misspellings of certificate(s) X-Git-Tag: openssl-3.6.0-alpha1~631 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb6ae00713efed59c7c087d428a86dffeedc6d93;p=thirdparty%2Fopenssl.git doc: fix misspellings of certificate(s) CLA: trivial Reviewed-by: Tom Cosgrove Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/27754) --- diff --git a/doc/man1/openssl-verification-options.pod b/doc/man1/openssl-verification-options.pod index 676fbb38a55..81a11c37f4c 100644 --- a/doc/man1/openssl-verification-options.pod +++ b/doc/man1/openssl-verification-options.pod @@ -581,7 +581,7 @@ keyCertSign bit set if the keyUsage extension is present. The extKeyUsage (EKU) extension places additional restrictions on certificate use. If this extension is present (whether critical or not) -in an end-entity certficiate, the key is allowed only for the uses specified, +in an end-entity certificate, the key is allowed only for the uses specified, while the special EKU B allows for all uses. Note that according to RFC 5280 section 4.2.1.12, @@ -639,7 +639,7 @@ This is used as a workaround if the basicConstraints extension is absent. =item B (C) In addition to what has been described for B, for a Netscape -SSL client to connect to an SSL server, its EE certficate must have the +SSL client to connect to an SSL server, its EE certificate must have the B bit set if the keyUsage extension is present. This isn't always valid because some cipher suites use the key for digital signing. Otherwise it is the same as a normal SSL server. @@ -660,19 +660,19 @@ This is used as a workaround if the basicConstraints extension is absent. =item B (C) -In addition to the common S/MIME checks, for target certficiates +In addition to the common S/MIME checks, for target certificates the key usage must allow for C and/or B. =item B (C) -In addition to the common S/MIME checks, for target certficiates +In addition to the common S/MIME checks, for target certificates the key usage must allow for C. =item B (C) For target certificates, the key usage must allow for C. -For all other certifcates the normal CA checks apply. +For all other certificates the normal CA checks apply. Except in this case the basicConstraints extension must be present. =item B (C) @@ -680,7 +680,7 @@ Except in this case the basicConstraints extension must be present. For target certificates, no checks are performed at this stage, but special checks apply; see L. -For all other certifcates the normal CA checks apply. +For all other certificates the normal CA checks apply. =item B (C) @@ -689,7 +689,7 @@ C and/or C and must not include other bits. The EKU extension must be present and contain C only. Moreover, it must be marked as critical. -For all other certifcates the normal CA checks apply. +For all other certificates the normal CA checks apply. =item B (C) @@ -699,7 +699,7 @@ include , but must not include C nor C. The EKU extension must be present and contain C, but must not include C nor C. -For all other certifcates the normal CA checks apply. +For all other certificates the normal CA checks apply. =back