]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
clarified the multiple paths printing of the verify options
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 14 Nov 2014 10:05:18 +0000 (11:05 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Fri, 14 Nov 2014 10:05:18 +0000 (11:05 +0100)
src/certtool-args.def

index dc3327315fe8e787c97e8d1e03484c0c6e239f2e..8e4662dda92457143599a793f728577c0e269467 100644 (file)
@@ -76,7 +76,9 @@ flag = {
     name      = verify;
     descrip   = "Verify a PEM encoded certificate chain using a trusted list";
     doc = "The trusted certificate list can be loaded with --load-ca-certificate. If no
-certificate list is provided, then the system's certificate list is used.";
+certificate list is provided, then the system's certificate list is used. Note that
+during verification multiple paths may be explored. On a successful verification
+the successful path will be the last one.";
 };
 
 flag = {