summaryrefslogtreecommitdiff
path: root/lib/libcrypto
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-06-25 13:54:59 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-06-25 13:54:59 +0000
commit869a11bf708485125db237e1693cc17b52dad1be (patch)
tree9d32e1f9431910a2b65aaa4ce4fda4efe38251be /lib/libcrypto
parent02b48f6dce8105134cc442aac94d61f09e44272a (diff)
Adjust/fix X509_check_purpose(3) documentation
Diffstat (limited to 'lib/libcrypto')
-rw-r--r--lib/libcrypto/man/X509_check_purpose.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcrypto/man/X509_check_purpose.3 b/lib/libcrypto/man/X509_check_purpose.3
index 63560811370..ebd627bd573 100644
--- a/lib/libcrypto/man/X509_check_purpose.3
+++ b/lib/libcrypto/man/X509_check_purpose.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: X509_check_purpose.3,v 1.10 2023/04/30 14:49:47 tb Exp $
+.\" $OpenBSD: X509_check_purpose.3,v 1.11 2023/06/25 13:54:58 tb Exp $
.\"
.\" Copyright (c) 2019, 2021 Ingo Schwarze <schwarze@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: April 30 2023 $
+.Dd $Mdocdate: June 25 2023 $
.Dt X509_CHECK_PURPOSE 3
.Os
.Sh NAME
@@ -38,7 +38,7 @@ ignores the
argument and checks that all the extensions of the
.Fa certificate
can be parsed and pass minimal sanity checks, ensuring that
-extensions that must not occur more than once do not.
+no extension occurs more than once.
It also makes sure that all extensions are cached in the
.Vt X509
object.