aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-01-14 17:10:15 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-01-14 17:10:15 +0100
commita2e56734a7f57b43e1ada08eb2bfa5182f04e844 (patch)
tree9b595b3b86e86d6ef6a60456575f44ed35dc2093
parente91d50255ab67bbcefe143caf1e39ec0e6a4659f (diff)
downloadgnunet-a2e56734a7f57b43e1ada08eb2bfa5182f04e844.tar.gz
gnunet-a2e56734a7f57b43e1ada08eb2bfa5182f04e844.zip
-add future todos
-rw-r--r--src/reclaim/plugin_reclaim_credential_vc.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/reclaim/plugin_reclaim_credential_vc.c b/src/reclaim/plugin_reclaim_credential_vc.c
index aaac27300..1568ea74a 100644
--- a/src/reclaim/plugin_reclaim_credential_vc.c
+++ b/src/reclaim/plugin_reclaim_credential_vc.c
@@ -35,6 +35,15 @@
35#include <jansson.h> 35#include <jansson.h>
36 36
37/** 37/**
38 * TODO:
39 * - Do we want actual RDF/LD-PROOFs? (DANGER: A lot of work for parsing/canonicalization)
40 * - Do we want JSON Web Token VCs??
41 * - Specification for ReclaimPresentationSig2022
42 * - Refactor functions (such as pubkey extraction from DID) to library (maybe libgnunetreclaim{did,vc}
43 * - Sanity checks (for verification)
44 */
45
46/**
38 * Convert the 'value' of an verifiable credential to a string. 47 * Convert the 'value' of an verifiable credential to a string.
39 * 48 *
40 * @param cls closure 49 * @param cls closure