gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: cleanup


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: cleanup
Date: Sun, 22 Jul 2018 18:02:50 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 96fdc9cac cleanup
96fdc9cac is described below

commit 96fdc9cacc176d6269e51dbd490de568c2254bb4
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Sun Jul 22 18:02:48 2018 +0200

    cleanup
---
 src/reclaim/plugin_rest_openid_connect.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/reclaim/plugin_rest_openid_connect.c 
b/src/reclaim/plugin_rest_openid_connect.c
index 876e221b5..679d8f7d9 100644
--- a/src/reclaim/plugin_rest_openid_connect.c
+++ b/src/reclaim/plugin_rest_openid_connect.c
@@ -984,16 +984,10 @@ get_client_name_result (void *cls,
   char *prefix;
   ticket_str = GNUNET_STRINGS_data_to_string_alloc (&handle->ticket,
                                                     sizeof (struct 
GNUNET_RECLAIM_Ticket));
-  //TODO add signature to code payload over nonce and ticket _and_ use jansson 
here!
   //TODO change if more attributes are needed (see max_age)
   code_json_string = build_authz_code (&handle->priv_key,
                                        &handle->ticket,
                                        handle->oidc->nonce);
-  /*GNUNET_asprintf (&code_json_string, "{\"ticket\":\"%s\"%s%s%s}",
-    ticket_str,
-    (NULL != handle->oidc->nonce) ? ", \"nonce\":\"" : "",
-    (NULL != handle->oidc->nonce) ? handle->oidc->nonce : "",
-    (NULL != handle->oidc->nonce) ? "\"" : "");*/
   code_base64_final_string = base_64_encode(code_json_string);
   tmp = GNUNET_strdup (handle->oidc->redirect_uri);
   redirect_path = strtok (tmp, "/");

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



reply via email to

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