mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
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 <gniibe@fsij.org>
This commit is contained in:
parent
5b8d12a8bd
commit
5c121d4444
@ -271,7 +271,7 @@ to keys stored on a token:
|
|||||||
(comment whatever)
|
(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:
|
second list with the information has this layout:
|
||||||
|
|
||||||
(card_serial_number id_string_of_key fixed_pin_length)
|
(card_serial_number id_string_of_key fixed_pin_length)
|
||||||
|
@ -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
|
/* 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
|
S-expression is returned in an allocated buffer RESULT will point
|
||||||
to. The input parameters are expected to be valid canonicalized
|
to. The input parameters are expected to be valid canonicalized
|
||||||
S-expressions */
|
S-expressions */
|
||||||
|
@ -288,7 +288,7 @@ static void
|
|||||||
test_agent_shadow_key (void)
|
test_agent_shadow_key (void)
|
||||||
{
|
{
|
||||||
/* Create a shadow key from a public key. We use the shadow protocol
|
/* 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
|
S-expression is returned in an allocated buffer RESULT will point
|
||||||
to. The input parameters are expected to be valid canonicalized
|
to. The input parameters are expected to be valid canonicalized
|
||||||
S-expressions */
|
S-expressions */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user