mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
card: New command 'authenticate'.
* tools/card-tool-misc.c (hex_to_buffer): New. * tools/gpg-card-tool.c (get_data_from_file): Change to allow returning a string. (cmd_authenticate): New. (cmds): Add command "authenticate". Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
1d57450f3e
commit
da38325740
3 changed files with 118 additions and 6 deletions
|
@ -189,6 +189,7 @@ gpg_error_t test_get_matching_keys (const char *hexgrip);
|
|||
|
||||
/*-- card-tool-misc.c --*/
|
||||
key_info_t find_kinfo (card_info_t info, const char *keyref);
|
||||
void *hex_to_buffer (const char *string, size_t *r_length);
|
||||
|
||||
|
||||
/*-- card-call-scd.c --*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue