aboutsummaryrefslogtreecommitdiff
path: root/src/credential/gnunet-service-credential.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/credential/gnunet-service-credential.c')
-rw-r--r--src/credential/gnunet-service-credential.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/credential/gnunet-service-credential.c b/src/credential/gnunet-service-credential.c
index 58be7853b..3ad2e2e1d 100644
--- a/src/credential/gnunet-service-credential.c
+++ b/src/credential/gnunet-service-credential.c
@@ -258,6 +258,17 @@ send_lookup_response (void* cls,
258 } 258 }
259 259
260 /** 260 /**
261 * TODO
262 * Start resolution of Attribute delegations from issuer
263 *
264 * - Build adequate data structures for attribute(s) to lookup
265 * - Use GNUNET_GNSRECORD_TYPE_XXX
266 * - recursively try to find match(es) with results found top
267 * - return one found credential chain
268 *
269 */
270
271 /**
261 * Get serialized record data size 272 * Get serialized record data size
262 */ 273 */
263 len = attr_record_count * sizeof (struct GNUNET_CREDENTIAL_AttributeRecordData); 274 len = attr_record_count * sizeof (struct GNUNET_CREDENTIAL_AttributeRecordData);