mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +01:00
Card: Fix the process of writing key or generating key.
* g10/app-openpgp.c (store_fpr): Flush KEY-FPR and KEY-TIME. -- (cherry picked from commit e7dca3e83ebd6df0a7ea55e97c3cd6e91be90af5)
This commit is contained in:
parent
e71dbf244a
commit
09dd073096
@ -688,9 +688,9 @@ store_fpr (app_t app, int keynumber, u32 timestamp,
|
||||
xfree (buffer);
|
||||
|
||||
tag = (card_version > 0x0007? 0xC7 : 0xC6) + keynumber;
|
||||
flush_cache_item (app, tag);
|
||||
flush_cache_item (app, 0xC5);
|
||||
tag2 = 0xCE + keynumber;
|
||||
flush_cache_item (app, tag2);
|
||||
flush_cache_item (app, 0xCD);
|
||||
|
||||
rc = iso7816_put_data (app->slot, 0, tag, fpr, 20);
|
||||
if (rc)
|
||||
|
Loading…
x
Reference in New Issue
Block a user