anastasis

Credential backup and recovery protocol and service
Log | Files | Refs | Submodules | README | LICENSE

commit 3536dcdea3d207e03eb656015d6b87b5c883241a
parent d38138b69c2f46c0a1fdf6d5971cc2ae0a9447dd
Author: Florian Dold <florian@dold.me>
Date:   Thu, 21 Oct 2021 16:20:54 +0200

docs: make header name match implementation

Diffstat:
Mdoc/sphinx/rest.rst | 2+-
Msrc/restclient/anastasis_api_keyshare_lookup.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/sphinx/rest.rst b/doc/sphinx/rest.rst @@ -485,7 +485,7 @@ charge per truth operation using GNU Taler. :http:statuscode:`503 Service Unavailable`: Server is out of Service. - *Truth-Decryption-Key*: Key used to encrypt the **truth** (see encrypted_truth within `TruthUploadRequest`_) and which has to provided by the user. The key is stored with + *Anastasis-Truth-Decryption-Key*: Key used to encrypt the **truth** (see encrypted_truth within `TruthUploadRequest`_) and which has to provided by the user. The key is stored with the according `EscrowMethod`_. The server needs this key to get the info out of `TruthUploadRequest`_ needed to verify the ``$RESPONSE``. **Details:** diff --git a/src/restclient/anastasis_api_keyshare_lookup.c b/src/restclient/anastasis_api_keyshare_lookup.c @@ -411,7 +411,7 @@ ANASTASIS_keyshare_lookup ( char *val; char *hdr; - /* Set Truth-Decryption-Key header */ + /* Set Anastasis-Truth-Decryption-Key header */ val = GNUNET_STRINGS_data_to_string_alloc (truth_key, sizeof (*truth_key)); GNUNET_asprintf (&hdr,