Skip to content

Commit

Permalink
X509_VERIFY_PARAM_set_flags.pod: fix typos
Browse files Browse the repository at this point in the history
CLA: trivial

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from #17731)
  • Loading branch information
c4rlo authored and paulidale committed Feb 24, 2022
1 parent 632e8be commit cbb6f4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/man3/X509_VERIFY_PARAM_set_flags.pod
Expand Up @@ -249,8 +249,8 @@ certificate. An error occurs if a suitable CRL cannot be found.
B<X509_V_FLAG_CRL_CHECK_ALL> enables CRL checking for the entire certificate
chain.

B<X509_V_FLAG_IGNORE_CRITICAL> disabled critical extension checking. By default
any unhandled critical extensions in certificates or (if checked) CRLs results
B<X509_V_FLAG_IGNORE_CRITICAL> disables critical extension checking. By default
any unhandled critical extensions in certificates or (if checked) CRLs result
in a fatal error. If this flag is set unhandled critical extensions are
ignored. B<WARNING> setting this option for anything other than debugging
purposes can be a security risk. Finer control over which extensions are
Expand Down

0 comments on commit cbb6f4d

Please sign in to comment.