gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: report purpose when sig ver


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: report purpose when sig verification fails
Date: Sun, 28 Jul 2019 15:32:06 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new f3d5477a4 report purpose when sig verification fails
f3d5477a4 is described below

commit f3d5477a41f75237616df5899f27367037d65913
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Jul 28 15:30:45 2019 +0200

    report purpose when sig verification fails
---
 src/util/crypto_ecc.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/util/crypto_ecc.c b/src/util/crypto_ecc.c
index ff9080345..9e6f533f3 100644
--- a/src/util/crypto_ecc.c
+++ b/src/util/crypto_ecc.c
@@ -1160,7 +1160,8 @@ GNUNET_CRYPTO_eddsa_verify (
   if (0 != rc)
   {
     LOG (GNUNET_ERROR_TYPE_INFO,
-         _ ("EdDSA signature verification failed at %s:%d: %s\n"),
+         _ ("EdDSA signature verification of type %u failed at %s:%d: %s\n"),
+         (unsigned int) purpose,
          __FILE__,
          __LINE__,
          gcry_strerror (rc));

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]