summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Teubner <435950+c4rlo@users.noreply.github.com>2022-02-18 10:00:52 +0000
committerPauli <pauli@openssl.org>2022-02-24 11:21:56 +1100
commitcbb6f4dbf0ce42b4cc4385d7b95236710504068d (patch)
tree2b9044ef26ca3cedf2825b8d55ccb42d837495b1
parent632e8be2b570959dc3781c6956171e7e49f1aa58 (diff)
X509_VERIFY_PARAM_set_flags.pod: fix typos
CLA: trivial Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/17731)
-rw-r--r--doc/man3/X509_VERIFY_PARAM_set_flags.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/X509_VERIFY_PARAM_set_flags.pod b/doc/man3/X509_VERIFY_PARAM_set_flags.pod
index 4437b93fd6..62ef00bc33 100644
--- a/doc/man3/X509_VERIFY_PARAM_set_flags.pod
+++ b/doc/man3/X509_VERIFY_PARAM_set_flags.pod
@@ -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