mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* primegen.c (is_prime): Free A2. Noted by pmike2001@mail.ru.
Fixes #423. * DETAILS: Document new status codes. * cardglue.c (agent_scd_pkdecrypt, agent_scd_pksign) (agent_scd_genkey, agent_scd_setattr, agent_scd_change_pin) (agent_scd_checkpin, agent_openpgp_storekey): Make sure to send a SC_OP_FAILURE after card operations which might change data. * card-util.c (change_pin): Send a SC_OP_SUCCESS after a PIN has been changed. (change_name): Removed a debug output. * status.h, status.c: New codes BAD_PASSPHRASE_PIN, SC_OP_FAILURE and SC_OP_SUCCESS. * de.po: Updated. Translation is still in the works, though.
This commit is contained in:
parent
db82cdd26a
commit
c91e30fda4
11 changed files with 420 additions and 394 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-03-07 Werner Koch <wk@g10code.com>
|
||||
|
||||
* primegen.c (is_prime): Free A2. Noted by pmike2001@mail.ru.
|
||||
Fixes #423.
|
||||
|
||||
2004-11-30 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* md.c (string_to_digest_algo): Allow read/write SHA384 and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue