You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per #26 (comment), we are on the right track for modeling this protocol's security properties. However, I have a feeling that we will also want to model this server's correctness properties, such as:
Does the wheat+chaff message queue work as we expect?
What are the CAP bounds on the pool of journalist keys?
How should we choose an expiration interval for different rates of submission and retrieval?
How does (3) influence whether we use the message queue for in-band synchronization (link TK)
My intuitions are that:
This isn't a job for Tamarin, which cares about protocols, not systems.
It could be done in Coq or Isabelle, which as generic proof assistants can do both protocols and systems. But since we're not already using either one of them...
Per #26 (comment), we are on the right track for modeling this protocol's security properties. However, I have a feeling that we will also want to model this server's correctness properties, such as:
My intuitions are that:
Reply
object securedrop-client#1632.The text was updated successfully, but these errors were encountered: