Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client should check all cached TBs have been included in next epoch #116

Open
masomel opened this issue Nov 3, 2016 · 0 comments
Open

Comments

@masomel
Copy link
Member

masomel commented Nov 3, 2016

The client already ensures that a cached TB for its user is inserted by the next epoch during monitoring, but the client should also ensure that all other cached TBs for an epoch are included to detect a broken promise early and avoid using a potentially compromised key any further.

The idea would be that during the monitoring phase, the client also performs a lookup for the user in each TB. These lookups aren't part of the monitoring protocol per se, so a failed TB check should not cause a monitoring check to fail.

@vqhuy vqhuy added this to the 0.2.0 milestone Apr 12, 2017
@masomel masomel modified the milestones: 0.2.0, 0.2.2 Aug 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants