gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libebics] 02/03: Make HPB vlidate


From: gnunet
Subject: [GNUnet-SVN] [libebics] 02/03: Make HPB vlidate
Date: Fri, 26 Oct 2018 11:51:04 +0200

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

marcello pushed a commit to branch master
in repository libebics.

commit 624fd0970013144f585acb0d55ab9dd0a9641231
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Oct 26 10:28:57 2018 +0200

    Make HPB vlidate
---
 src/xmlmessages.c | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/src/xmlmessages.c b/src/xmlmessages.c
index f83d2e3..3003adf 100644
--- a/src/xmlmessages.c
+++ b/src/xmlmessages.c
@@ -682,12 +682,9 @@ EBICS_build_auth_signature (void *cls,
     EBICS_MSG_op_set_string 
       ("//ebics:AuthSignature//ds:DigestValue",
        ""),
-    EBICS_MSG_op_del_attribute 
-      ("//ebics:AuthSignature//ds:KeyInfo/@Id"),
-    EBICS_MSG_op_unique_choice 
-      ("//ebics:AuthSignature//ds:KeyName"),
-    EBICS_MSG_op_del_node 
-      ("//ebics:AuthSignature//ds:KeyName"),
+    /* Optional node, temporary deletion to pass validation */
+    EBICS_MSG_op_del_node
+      ("//ebics:AuthSignature//ds:KeyInfo"),
     EBICS_MSG_op_del_attribute 
       ("//ebics:AuthSignature/ds:SignatureValue/@Id"),
     EBICS_MSG_op_set_string 

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



reply via email to

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