added comment for starting work on handling BK fields in manifests.

This commit is contained in:
gardners 2012-05-15 15:44:15 +09:30
parent f90b21ec78
commit 17370b3464

View File

@ -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");
}