mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Improve the code to decrypt using PIV cards.
* g10/call-agent.c (agent_scd_keypairinfo): Add arg 'keyref'.
* g10/keygen.c (ask_algo): Adjust.
* g10/skclist.c (enum_secret_keys): Request the keyref directly.
--
This improves commit ec6a677923
to avoid
looping over all keypairinfos. This way scdaemon does not need to
compute all the keypairinfos for all keys of a card. This patch is
possible due the enhanced READKEY command in scdaemon.
Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
679b8f1c04
commit
2c9b68f28d
4 changed files with 26 additions and 25 deletions
|
@ -85,7 +85,8 @@ void agent_release_card_info (struct agent_card_info_s *info);
|
|||
int agent_scd_learn (struct agent_card_info_s *info, int force);
|
||||
|
||||
/* Get the keypariinfo directly from scdaemon. */
|
||||
gpg_error_t agent_scd_keypairinfo (ctrl_t ctrl, strlist_t *r_list);
|
||||
gpg_error_t agent_scd_keypairinfo (ctrl_t ctrl, const char *keyref,
|
||||
strlist_t *r_list);
|
||||
|
||||
/* Return list of cards. */
|
||||
int agent_scd_cardlist (strlist_t *result);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue