gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit 3664423a917b4cf3773445b40b5ad8f5dd8e35e8
parent 59f306e708fcfb8a88cfb58ae73b3f81b49512e3
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
Date:   Fri,  2 Dec 2016 11:48:51 +0100

-add todos

Diffstat:
Msrc/credential/gnunet-service-credential.c | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/credential/gnunet-service-credential.c b/src/credential/gnunet-service-credential.c @@ -258,6 +258,17 @@ send_lookup_response (void* cls, } /** + * TODO + * Start resolution of Attribute delegations from issuer + * + * - Build adequate data structures for attribute(s) to lookup + * - Use GNUNET_GNSRECORD_TYPE_XXX + * - recursively try to find match(es) with results found top + * - return one found credential chain + * + */ + + /** * Get serialized record data size */ len = attr_record_count * sizeof (struct GNUNET_CREDENTIAL_AttributeRecordData);