1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

* passphrase.c (read_passphrase_from_fd): Do a dummy read if the

agent is to be used.  Noted by Ingo Kl�cker.
(agent_get_passphrase): Inhibit caching when we have no
fingerprint.  This is required for key generation as well as for
symmetric only encryption.
This commit is contained in:
Werner Koch 2003-04-10 07:23:44 +00:00
parent 3ff3ac5ba4
commit ed16a85de8
2 changed files with 46 additions and 33 deletions

View file

@ -1,3 +1,11 @@
2003-04-10 Werner Koch <wk@gnupg.org>
* passphrase.c (read_passphrase_from_fd): Do a dummy read if the
agent is to be used. Noted by Ingo Klöcker.
(agent_get_passphrase): Inhibit caching when we have no
fingerprint. This is required for key generation as well as for
symmetric only encryption.
2003-04-09 Werner Koch <wk@gnupg.org>
* passphrase .c (agent_get_passphrase): New arg CANCELED.