[openssl] master update

tomas at openssl.org tomas at openssl.org
Mon Apr 26 09:38:53 UTC 2021


The branch master has been updated
       via  d21224f1adcd948699e536eaf570f42ef9a051f7 (commit)
      from  d830526c711074fdcd82c70c24c31444366a1ed8 (commit)


- Log -----------------------------------------------------------------
commit d21224f1adcd948699e536eaf570f42ef9a051f7
Author: Klaas van Schelven <klaas at vanschelven.com>
Date:   Wed Mar 31 10:44:20 2021 +0200

    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 <beldmit at gmail.com>
    Reviewed-by: Tomas Mraz <tomas at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/14754)

-----------------------------------------------------------------------

Summary of changes:
 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 2b5a350553..bb57109b12 100644
--- a/doc/man1/openssl-verify.pod.in
+++ b/doc/man1/openssl-verify.pod.in
@@ -27,7 +27,8 @@ B<openssl> B<verify>
 
 =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<certificate> ...
 
-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
 


More information about the openssl-commits mailing list