mirror of https://github.com/openssl/openssl.git
Fix typo
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/17713)
This commit is contained in:
parent
522a32ef1e
commit
2d17290d2c
|
@ -177,7 +177,7 @@ administrator might only trust it for the former. An X.509 certificate extension
|
|||
exists that can record extended key usage information to supplement the purpose
|
||||
information described above. This extended mechanism is arbitrarily extensible
|
||||
and not well suited for a generic library API; applications that need to
|
||||
validate extended key usage information in certifiates will need to define a
|
||||
validate extended key usage information in certificates will need to define a
|
||||
custom "purpose" (see below) or supply a nondefault verification callback
|
||||
(L<X509_STORE_set_verify_cb_func(3)>).
|
||||
|
||||
|
|
Loading…
Reference in New Issue