From 17370b34647a199e0242c9c256d432776b932c8a Mon Sep 17 00:00:00 2001 From: gardners Date: Tue, 15 May 2012 15:44:15 +0930 Subject: [PATCH] added comment for starting work on handling BK fields in manifests. --- rhizome_bundle.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/rhizome_bundle.c b/rhizome_bundle.c index 49be34b6..29325ff9 100644 --- a/rhizome_bundle.c +++ b/rhizome_bundle.c @@ -146,6 +146,13 @@ rhizome_manifest *rhizome_read_manifest_file(const char *filename, int bufferP, } } + /* Check for a BK entry that allows us to recover the private key for this bundle's ID. + The challenge is that BK's are designed to offer plausible deniability, in that the + manifest provides nothing that would allow an adversary, without posession of the creator's + keyring, to be able to prove that any given identity is the creator of the file. + */ + + if (debug&DEBUG_RHIZOME) fprintf(stderr, "Group membership determination not implemented (see which signatories are groups? what about manifests signed by groups we don't yet know about?)\n"); }