mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
(get_cached_data): New arg GET_IMMEDIATE to bypass
the cache. Changed all callers. (get_one_do): Bypass the cache if the value would have been read directly for v1.1 cards.It makes things a bit slower but obnly for 1.0 cards and there are not that many cards out in the wild. This is required to fix a caching bug when generating new keys; as a side effect of the retrieval of the the C4 DO from the 6E DO the chaced fingerprint will get updated to the old value and later when signing the generated key the checking of the fingerprint fails becuase it won't match the new one. Thanks to Moritz for analyzing this problem. (verify_chv3): Removed the CHV status reread logic because we won't cache the C4 DO anymore.
This commit is contained in:
parent
9198b9de5c
commit
aa87314e6f
4 changed files with 67 additions and 48 deletions
|
@ -549,6 +549,8 @@ more arguments in future versions.
|
|||
to request a specific card.
|
||||
2 = Request removal of a card.
|
||||
3 = Card with serialnumber detected
|
||||
4 = No card available.
|
||||
|
||||
|
||||
PLAINTEXT <format> <timestamp>
|
||||
This indicates the format of the plaintext that is about to be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue