diff options
author | NIIBE Yutaka <[email protected]> | 2017-12-08 00:19:50 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2017-12-08 00:19:50 +0000 |
commit | 5c121d44443b0a96ec6ea82b90717e3dbafd2cc5 (patch) | |
tree | 8d1319327cd79bc32000466e83c87b48b463f74d | |
parent | speedo,w32: Disable FLTK pinentry. (diff) | |
download | gnupg-5c121d44443b0a96ec6ea82b90717e3dbafd2cc5.tar.gz gnupg-5c121d44443b0a96ec6ea82b90717e3dbafd2cc5.zip |
agent: Fix description of shadow format.
* agent/keyformat.txt, agent/protect.c, agent/t-protect.c: Fix.
--
https://lists.gnupg.org/pipermail/gnupg-devel/2015-April/029680.html
Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r-- | agent/keyformat.txt | 2 | ||||
-rw-r--r-- | agent/protect.c | 2 | ||||
-rw-r--r-- | agent/t-protect.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/agent/keyformat.txt b/agent/keyformat.txt index 68fbdbc65..768353f4f 100644 --- a/agent/keyformat.txt +++ b/agent/keyformat.txt @@ -271,7 +271,7 @@ to keys stored on a token: (comment whatever) ) -The currently used protocol is "ti-v1" (token info version 1). The +The currently used protocol is "t1-v1" (token info version 1). The second list with the information has this layout: (card_serial_number id_string_of_key fixed_pin_length) diff --git a/agent/protect.c b/agent/protect.c index 9bb2da6b3..7b5abf21b 100644 --- a/agent/protect.c +++ b/agent/protect.c @@ -1494,7 +1494,7 @@ make_shadow_info (const char *serialno, const char *idstring) /* Create a shadow key from a public key. We use the shadow protocol - "ti-v1" and insert the S-expressionn SHADOW_INFO. The resulting + "t1-v1" and insert the S-expressionn SHADOW_INFO. The resulting S-expression is returned in an allocated buffer RESULT will point to. The input parameters are expected to be valid canonicalized S-expressions */ diff --git a/agent/t-protect.c b/agent/t-protect.c index 92d312c9b..d17c19325 100644 --- a/agent/t-protect.c +++ b/agent/t-protect.c @@ -288,7 +288,7 @@ static void test_agent_shadow_key (void) { /* Create a shadow key from a public key. We use the shadow protocol - "ti-v1" and insert the S-expressionn SHADOW_INFO. The resulting + "t1-v1" and insert the S-expressionn SHADOW_INFO. The resulting S-expression is returned in an allocated buffer RESULT will point to. The input parameters are expected to be valid canonicalized S-expressions */ |