mirror of https://github.com/status-im/specs.git
add todos
This commit is contained in:
parent
416dd321af
commit
09a97ba436
|
@ -59,6 +59,9 @@ In this document we describe how a secure channel is established, and how variou
|
|||
- **Authenticity**: The adversary should not be able to cause either endpoint of a Status 1:1 chat to accept data from any third party as though it came from the other endpoint.
|
||||
- **Forward Secrecy**: The adversary should not be able to learn what data was exchanged between two Status clients if, at some later time, the adversary compromises one or both of the endpoint devices.
|
||||
|
||||
<!-- TODO: Integrity should be here -->
|
||||
<!-- TODO: It is not clearly stated in this spec how we achieve confidentiality, authenticity and integrity. State this clearly. -->
|
||||
|
||||
### Conventions
|
||||
|
||||
Types used in this specification are defined using [Protobuf](https://developers.google.com/protocol-buffers/).
|
||||
|
|
Loading…
Reference in New Issue