From 25114e3bc00236feb6f0cf3a5d7b51a0770893b0 Mon Sep 17 00:00:00 2001 From: Pedro Pombeiro Date: Thu, 12 Sep 2019 15:36:50 +0200 Subject: [PATCH] Update status-secure-transport-spec.md --- status-secure-transport-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/status-secure-transport-spec.md b/status-secure-transport-spec.md index 4ff1e8b..06f8eac 100644 --- a/status-secure-transport-spec.md +++ b/status-secure-transport-spec.md @@ -46,7 +46,7 @@ In this document we describe how a secure channel is established, and how variou - **Confidentiality**: The adversary should not be able to learn what data is being exchanged between two Status clients. - **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. -- **Integrity**: The adversary should not be able to cause either endpoint of a Status 1:1 chat to accept data to accept data that has been tampered with. +- **Integrity**: The adversary should not be able to cause either endpoint of a Status 1:1 chat to accept data that has been tampered with.