diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2020-09-14 14:21:47 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2020-09-14 14:21:47 +0000 |
commit | f1bb24d4d17b30682467b2ab2cf7d1cff47b3e4e (patch) | |
tree | 3c605216cb227cf46c57c27d2c9462a4e6de489e /lib | |
parent | 4bdc05080d715204397e6867bbe0386700715f21 (diff) |
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 'lib')
-rw-r--r-- | lib/libcrypto/man/x509_verify.3 | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/lib/libcrypto/man/x509_verify.3 b/lib/libcrypto/man/x509_verify.3 index 78ec0536d22..b9fe13a54f3 100644 --- a/lib/libcrypto/man/x509_verify.3 +++ b/lib/libcrypto/man/x509_verify.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: x509_verify.3,v 1.1 2020/09/14 12:38:38 beck Exp $ +.\" $OpenBSD: x509_verify.3,v 1.2 2020/09/14 14:21:46 schwarze Exp $ .\" .\" Copyright (c) 2020 Bob Beck <beck@openbsd.org> .\" @@ -180,12 +180,8 @@ The returned chain is neither copied, nor is its reference count increased. .Sh RETURN VALUES .Fn x509_verify -returns the number of chains successfully built and validated, -or 0 if -.Fa ctx -is -.Dv NULL -or if an error occurs. +returns the number of chains successfully built and validated +or 0 on failure. .Pp .Fn x509_verify_ctx_new returns a newly allocated context or |