From d21224f1adcd948699e536eaf570f42ef9a051f7 Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Wed, 31 Mar 2021 10:44:20 +0200 Subject: [PATCH] Documentation fix for openssl-verify certificates `openssl verify` silently ignores any but the first certificate in the `certificates` argument. See #14675 Reviewed-by: Dmitry Belyavskiy Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/14754) --- doc/man1/openssl-verify.pod.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/man1/openssl-verify.pod.in b/doc/man1/openssl-verify.pod.in index 2b5a350553a..bb57109b124 100644 --- a/doc/man1/openssl-verify.pod.in +++ b/doc/man1/openssl-verify.pod.in @@ -27,7 +27,8 @@ B B =head1 DESCRIPTION -This command verifies certificate chains. +This command verifies certificate chains. If a certificate chain has multiple +problems, this program attempts to display all of them. =head1 OPTIONS @@ -99,10 +100,9 @@ with a B<->. =item I ... -One or more target certificates to verify. If no certificates are given, -this command will attempt to read a certificate from standard input. -If a certificate chain has multiple problems, this program attempts to -display all of them. +One or more target certificates to verify, one per file. If no certificates are +given, this command will attempt to read a single certificate from standard +input. =back -- 2.47.2