summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Neufeld <dennis.neufeld@students.bfh.ch>2020-06-26 14:51:17 +0000
committerDennis Neufeld <dennis.neufeld@students.bfh.ch>2020-06-26 14:51:17 +0000
commit704a5e1eceed1a6f73d7998ce3068e848ac03e87 (patch)
tree331e926dfdadd5513574c46d8a992e2e8098e15e
parentf5663ec399529456a23819a795baf47d81631b66 (diff)
downloaddocs-704a5e1eceed1a6f73d7998ce3068e848ac03e87.tar.gz
docs-704a5e1eceed1a6f73d7998ce3068e848ac03e87.tar.bz2
docs-704a5e1eceed1a6f73d7998ce3068e848ac03e87.zip
modified anastasis spec - authentication methods
-rw-r--r--anastasis-db.pngbin52516 -> 58761 bytes
-rw-r--r--anastasis.rst15
2 files changed, 12 insertions, 3 deletions
diff --git a/anastasis-db.png b/anastasis-db.png
index 4a2fc5c1..a3ab262c 100644
--- a/anastasis-db.png
+++ b/anastasis-db.png
Binary files differ
diff --git a/anastasis.rst b/anastasis.rst
index d0012c7a..bb206db3 100644
--- a/anastasis.rst
+++ b/anastasis.rst
@@ -803,10 +803,19 @@ SMS (sms)
^^^^^^^^^
Sends an SMS with a code to the users phone.
-The must send this code back with his request (see $RESPONSE under 'Managing truth').
+The user must send this code back with his request (see $RESPONSE under 'Managing truth').
If the transmitted code is correct, the server responses with the requested encrypted key share.
FIXME: details!
+
+Email verification (email)
+^^^^^^^^^^^^^^^^^^^^^^^^^^
+Sends an email with a code to the users mail address.
+The user must send this code back with his request (see $RESPONSE under 'Managing truth').
+If the transmitted code is correct, the server responses with the requested encrypted key share.
+FIXME: details!
+
+
Video identification (vid)
^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -827,8 +836,8 @@ function over the same security answer is used to provide **optional data**
for the decryption of the (encrypted) **key share**.
-Post-Indent (post)
-^^^^^^^^^^^^^^^^^^
+Snail mail verification (post)
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Physical address verification via snail mail.
FIXME: details!