File transfer work, add identities for validation of updates.

This commit is contained in:
Adam Ierymenko 2013-11-04 17:31:00 -05:00
parent ac4e657aaa
commit 6c63bfce69
6 changed files with 329 additions and 72 deletions

View file

@ -70,6 +70,12 @@ public:
/**
* Identities permitted to sign software updates
*
* ZTN can keep multiple signing identities and rotate them, keeping some in
* "cold storage" and obsoleting others gradually.
*
* If you don't build with ZT_OFFICIAL_BUILD, this isn't used since your
* build will not auto-update.
*/
const std::map< Address,Identity > updateAuthorities;
};