From f8b062f808b05daea7f827d85d1989bd705b8e73 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 29 May 2017 13:18:41 +0300 Subject: Change task response challenge definition in manual --- doc/manual.cli | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/manual.cli b/doc/manual.cli index 110fd3d..f1172cc 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -462,15 +462,14 @@ followed by a task manifest. indicates that the controller has no tasks at this time in which case all the following values as well as the task manifest are absent.| -\li|\n\c{challenge: }\n +\li|\n\c{challenge: }\n - Random text (nonce) used to challenge the agent's private key. If present, - then the agent must sign this text with its private key and include the + Random 64-character string (nonce) used to challenge the agent's private + key. If present, then the agent must sign this string and include the signature in the result request. - The signature should be derived by calculating the SHA256 checksum of the - text, encrypting it with the agent's private key, and then base64-encoding - the result.| + The signature should be calculated by encrypting the string with the agent's + private key and then base64-encoding the result.| \li|\n\c{result-url: }\n -- cgit v1.1