summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2020-09-14 14:21:46 +0000
committerschwarze <>2020-09-14 14:21:46 +0000
commit874099424e2acce040ab4c46131ba90623509534 (patch)
tree84a4ba7b4afeb8b6ed4ade8581a7fbdc8de50dbf /src
parentcb79cb98f476fac4eb40ee7a72ea8b4eade33e1c (diff)
downloadopenbsd-874099424e2acce040ab4c46131ba90623509534.tar.gz
openbsd-874099424e2acce040ab4c46131ba90623509534.tar.bz2
openbsd-874099424e2acce040ab4c46131ba90623509534.zip
simplify RETURN VALUES for x509_verify(3) after beck@ made the rules
simpler and more consistent in x509_verify.c rev. 1.6; OK beck@
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/man/x509_verify.310
1 files changed, 3 insertions, 7 deletions
diff --git a/src/lib/libcrypto/man/x509_verify.3 b/src/lib/libcrypto/man/x509_verify.3
index 78ec0536d2..b9fe13a54f 100644
--- a/src/lib/libcrypto/man/x509_verify.3
+++ b/src/lib/libcrypto/man/x509_verify.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: x509_verify.3,v 1.1 2020/09/14 12:38:38 beck Exp $ 1.\" $OpenBSD: x509_verify.3,v 1.2 2020/09/14 14:21:46 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2020 Bob Beck <beck@openbsd.org> 3.\" Copyright (c) 2020 Bob Beck <beck@openbsd.org>
4.\" 4.\"
@@ -180,12 +180,8 @@ The returned chain is neither copied,
180nor is its reference count increased. 180nor is its reference count increased.
181.Sh RETURN VALUES 181.Sh RETURN VALUES
182.Fn x509_verify 182.Fn x509_verify
183returns the number of chains successfully built and validated, 183returns the number of chains successfully built and validated
184or 0 if 184or 0 on failure.
185.Fa ctx
186is
187.Dv NULL
188or if an error occurs.
189.Pp 185.Pp
190.Fn x509_verify_ctx_new 186.Fn x509_verify_ctx_new
191returns a newly allocated context or 187returns a newly allocated context or