mirror of https://github.com/status-im/specs.git
add secure transport link
This commit is contained in:
parent
ffe335e17b
commit
42d4e2b684
|
@ -196,7 +196,10 @@ for i = 0; i < topic_len; i++ {
|
||||||
|
|
||||||
## Secure Transport
|
## Secure Transport
|
||||||
|
|
||||||
<!-- TODO: Provide outlink for current PFS spec -->
|
In order to provide confidentiality, integrity, authentication and forward
|
||||||
|
secrecy of messages we implement a secure transport on top of Whisper. This is
|
||||||
|
used in 1:1 chats and group chats, but not for public chats. See [Status Secure
|
||||||
|
Transport Spec](status-secure-tansport-spec.md) for more.
|
||||||
|
|
||||||
## Data Sync
|
## Data Sync
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue