diff --git a/status-secure-transport-spec.md b/status-secure-transport-spec.md index 8dff1c8..805309a 100644 --- a/status-secure-transport-spec.md +++ b/status-secure-transport-spec.md @@ -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. + + + ### Conventions Types used in this specification are defined using [Protobuf](https://developers.google.com/protocol-buffers/).