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: Corrected some syn


From: gnunet
Subject: [GNUnet-SVN] [taler-anastasis] branch master updated: Corrected some syntax errors
Date: Fri, 30 Aug 2019 09:49:50 +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 7a618ce  Corrected some syntax errors
7a618ce is described below

commit 7a618ce331643e4db0a22fd54bcceb0ff1dcc1ff
Author: Dennis Neufeld <address@hidden>
AuthorDate: Fri Aug 30 09:49:40 2019 +0200

    Corrected some syntax errors
---
 src/api/api-anastasis.rst | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/src/api/api-anastasis.rst b/src/api/api-anastasis.rst
index b6a39a4..0ae0c78 100644
--- a/src/api/api-anastasis.rst
+++ b/src/api/api-anastasis.rst
@@ -130,8 +130,10 @@ public key using the Crockford base32-encoding.
   "version".  The response must begin with an ephemeral ECDHE public
   key and continue with an AES-GCM tag and ciphertext.  Once decrypted, the
   plaintext is expected to contain:
+
   * the escrow policy
   * the separately encrypted master public key
+
   Note that the key shares required to decrypt the master public key are
   not included, as for this the client needs to obtain authorization.
   The policy does provide sufficient information for the client to determine
@@ -154,9 +156,7 @@ public key using the Crockford base32-encoding.
     The requested resource was not found.
 
   *Anastasis-Version*: $NUMBER --- return actual version number in header;
-  (if not specified in request, return EscrowChallenge_ according to specified 
&UUID or return
-  EscrowChallenge_ according to the latest version. If status 200 OK: Return 
EncryptedRecoveryDocument_ 
-  according to specified version respectively the latest the version).
+  (if not specified in request, return latest version of 
EncryptedRecoveryDocument_ ).
 
   *Etag*: Etag, hash over the body for caching.
 
@@ -186,15 +186,15 @@ public key using the Crockford base32-encoding.
     The response body SHOULD provide various means for payment.
   :status 403 Forbidden:
     The required account signature was invalid.  The response body may 
elaborate on the error.
-  :status 413 Payload Too Large:
-    The upload is too large *or* too small.  The response body may elaborate 
on the error.
+  :status 413 Request Entity Too Large:
+    The upload is too large *or* too small. The response body may elaborate on 
the error.
 
   *Anastasis-Version*: $NUMBER --- return actual version number as determined 
by the server.
     Only generated if the status is 204 or 304.
 
   *If-modified-since*: Must contain an Etag with the hash over the body (to 
avoid unnecessary re-uploads).
 
-  *Anastasis-Policy-Signature*: Base-32 encoded EdDSA sianture over hash of 
body with $ACCOUNT_PRIV, affirming desire to upload an encrypted recovery 
document.
+  *Anastasis-Policy-Signature*: Base-32 encoded EdDSA signature over hash of 
body with $ACCOUNT_PRIV, affirming desire to upload an encrypted recovery 
document.
 
   **Details:**
 
@@ -361,7 +361,7 @@ argument and signature may be optional.
     }
 
 
-    .. http:get:: /truth/$UUID[?response=$RESPONSE]
+.. http:get:: /truth/$UUID[?response=$RESPONSE]
 
   :status 200 OK:
     EncryptedKeyShare_ is returned in body (in binary).
@@ -392,6 +392,7 @@ argument and signature may be optional.
 
   .. _EncryptedKeyShare:
   .. code-block:: tsref
+
     interface EncryptedKeyShare {
       // ECDHE public key used to encrypt the gzip compressed JSON-encoded 
`KeyShare`_.
       ephemeral_pub: EddsaPublicKey;
@@ -414,7 +415,8 @@ argument and signature may be optional.
     }
 
   .. _KeyShare:
-    .. code-block:: tsref
+  .. code-block:: tsref
+  
     interface KeyShare {
       // Key material to concatenate with policy_salt and KDF to derive
       // the key to decrypt the master key.

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



reply via email to

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