summaryrefslogtreecommitdiffhomepage
path: root/docs/security.md
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2019-10-28 10:48:31 +0100
committerLinus Färnstrand <linus@mullvad.net>2019-10-28 10:48:31 +0100
commit2d24676660b73085512ea0eb0982fbfaf4281fa0 (patch)
tree447c7b410cb7551c704fefa55af28c1d9b8322ce /docs/security.md
parenta65908798186da3948e8a344811592caf3ed58d3 (diff)
parentc3e7da9347ef29864ed6060d44b22cd4a471d930 (diff)
downloadmullvadvpn-2d24676660b73085512ea0eb0982fbfaf4281fa0.tar.xz
mullvadvpn-2d24676660b73085512ea0eb0982fbfaf4281fa0.zip
Merge branch 'bootstrap-improved-documentation'
Diffstat (limited to 'docs/security.md')
-rw-r--r--docs/security.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/security.md b/docs/security.md
new file mode 100644
index 0000000000..af2d8f5f3d
--- /dev/null
+++ b/docs/security.md
@@ -0,0 +1,30 @@
+# Mullvad VPN app security
+
+This document describes the security properties of the Mullvad VPN app. It describes it for all
+platforms and their differences.
+
+This document does not describe *how* we reach and uphold these properties, just what they are.
+See the [architecture](architecture.md) document for details on how this security is implemented.
+
+
+## App states
+
+### Disconnected
+
+### Connecting
+
+### Connected
+
+### Disconnecting
+
+### Blocked
+
+
+## Firewall
+
+The states above should probably explain what can and can't be reached in the different states.
+But we might need/want this section in case there is something that does not fit above.
+
+## DNS
+
+Where are DNS requests sent?