summaryrefslogtreecommitdiff
path: root/anastasis.rst
diff options
context:
space:
mode:
authorDennis Neufeld <dennis.neufeld@students.bfh.ch>2019-10-17 16:09:13 +0200
committerDennis Neufeld <dennis.neufeld@students.bfh.ch>2019-10-17 16:10:20 +0200
commit949ade04cabd4b76c37061dec05945a3c0ee95ee (patch)
treebc9c0ffca7ba3b301e10602bccb1b9c31cb96b0f /anastasis.rst
parent02e8f7703d16d02f0315a019f42584d51484a3cb (diff)
downloaddocs-949ade04cabd4b76c37061dec05945a3c0ee95ee.tar.gz
docs-949ade04cabd4b76c37061dec05945a3c0ee95ee.tar.bz2
docs-949ade04cabd4b76c37061dec05945a3c0ee95ee.zip
Modified db schema
Diffstat (limited to 'anastasis.rst')
-rw-r--r--anastasis.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/anastasis.rst b/anastasis.rst
index a3728ba0..c645f869 100644
--- a/anastasis.rst
+++ b/anastasis.rst
@@ -454,6 +454,9 @@ Operations by the client are identified and authorized by $ACCOUNT_PUB, which
should be kept secret from third parties. $ACCOUNT_PUB should be an account
public key using the Crockford base32-encoding.
+In the following, UUID is always defined and used according to `RFC 4122`_.
+
+.. _`RFC 4122`: https://tools.ietf.org/html/rfc4122
.. http:get:: /policy/$ACCOUNT_PUB[?version=$NUMBER]
@@ -636,12 +639,11 @@ public key using the Crockford base32-encoding.
// escrow methods identified by UUID.
encrypted_master_key: [32]; //bytearray
- // List of escrow methods identified by their uuid
+ // List of escrow methods identified by their uuid.
uuid: string[];
}
-
.. _manage-truth: