gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-anastasis] branch master updated: The name escrow pr


From: gnunet
Subject: [GNUnet-SVN] [taler-anastasis] branch master updated: The name escrow provider was renamed to backup provider.
Date: Tue, 20 Aug 2019 23:15:20 +0200

This is an automated email from the git hooks/post-receive script.

dennis-neufeld pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new df70fe3  The name escrow provider was renamed to backup provider.
df70fe3 is described below

commit df70fe30b5c98a89f1b9d88bef9da810082537e8
Author: Dennis Neufeld <address@hidden>
AuthorDate: Tue Aug 20 23:15:15 2019 +0200

    The name escrow provider was renamed to backup provider.
---
 src/api/api-anastasis.rst | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/api/api-anastasis.rst b/src/api/api-anastasis.rst
index 4745f80..bc10e7e 100644
--- a/src/api/api-anastasis.rst
+++ b/src/api/api-anastasis.rst
@@ -28,11 +28,11 @@ For security reasons, we assume that the service is only 
accessed over TLS.
 
 .. _policy:
 
--------------
-Manage policy
--------------
+-------------------------------
+Manage policy - Backup provider
+-------------------------------
 
-This API is used by Anastasis clients to obtain or upload policies and the 
corresponding encrypted masterkey from/to the escrow provider.
+This API is used by Anastasis clients to obtain or upload policies and the 
corresponding encrypted masterkey from/to the backup provider.
 The client is identified and authorized by $ACCOUNT_PUB, which should be kept 
secret from third parties. $ACCOUNT_PUB should be an
 EdDSA public key. 
 
@@ -45,7 +45,7 @@ EdDSA public key.
   policy and the encrypted master public key. 
 
   :status 200 OK:
-    The escrow provider responds with an `EncryptedPolicyDocument`_ object. 
This request should
+    The backup provider responds with an `EncryptedPolicyDocument`_ object. 
This request should
     virtually always be successful, if the account exists.
 
   X-Anastasis-Version: $NUMBER --- return actual version number in header;
@@ -79,7 +79,7 @@ EdDSA public key.
       // List of possible decryption policies
       policy: DecryptionPolicy[];
 
-      // Account identifier at escrow provider, AES-encrypted with
+      // Account identifier at backup provider, AES-encrypted with
       // (symmetric) master_key, i.e.
       // https://sync.taler.net/ + private key
       backup_account: byte[];
@@ -135,9 +135,9 @@ EdDSA public key.
 
 .. _keyshare:
 
----------------------------------
-Manage key share for escrow
----------------------------------
+------------------------------------------
+Manage key share for escrow - Key provider
+------------------------------------------
 
 This API is used by Anastasis clients to share a key share with the
 key provider. The client is identified and authorized by $ACCOUNT_PUB, 
@@ -200,11 +200,11 @@ EdDSA public key.
   :status 200 OK:
     The key provider responds with a `Recovery`_ object.
   :status 302 Found:
-    Escrow provider redirects for authentication (i.e. video 
identification/WebRTC). 
+    Key provider redirects for authentication (i.e. video 
identification/WebRTC). 
   :status 303 See Other:
     The key provider responds with a `EscrowChallenge`_ object.
   :status 304 Not Modified:
-    Empty body, the escrow provider will respond out-of-band (i.e. 
+    Empty body, the key provider will respond out-of-band.
   :status 402 Payment Required:
     Payment Required 
   :status 404 Not Found:

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]