mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
scd:openpgp: Public keys should be available for check_keyidstr.
* scd/app-openpgp.c (check_keyidstr): Call get_public_key. -- GnuPG-bug-id: 5065 Fixes-commit: 1049f06c6d2e1a833af4c73ea67a05417bbd0967 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
parent
126fa09f8b
commit
84020385be
@ -4392,10 +4392,15 @@ check_keyidstr (app_t app, const char *keyidstr, int keyno, int *r_use_auth)
|
||||
const char *s;
|
||||
int n;
|
||||
const char *fpr = NULL;
|
||||
int i;
|
||||
|
||||
if (r_use_auth)
|
||||
*r_use_auth = 0;
|
||||
|
||||
/* Make sure we have load the public keys. */
|
||||
for (i = 0; i < 3; i++)
|
||||
get_public_key (app, i);
|
||||
|
||||
if (strlen (keyidstr) < 32)
|
||||
return gpg_error (GPG_ERR_INV_ID);
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user