summaryrefslogtreecommitdiffstats
path: root/scd/ChangeLog
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2009-09-03 12:57:23 +0200
committerWerner Koch <wk@gnupg.org>2009-09-03 12:57:23 +0200
commit983f91937c7401c3ce575eee25ba8be8b41857d3 (patch)
treef05c775379fea0b8ce7167e7ccec45c9e5ce7938 /scd/ChangeLog
parentUpdate estream. (diff)
downloadgnupg2-983f91937c7401c3ce575eee25ba8be8b41857d3.tar.xz
gnupg2-983f91937c7401c3ce575eee25ba8be8b41857d3.zip
Fix for extended length Le in decipher
Diffstat (limited to 'scd/ChangeLog')
-rw-r--r--scd/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/scd/ChangeLog b/scd/ChangeLog
index e7bf65339..3a421ccfb 100644
--- a/scd/ChangeLog
+++ b/scd/ChangeLog
@@ -1,3 +1,12 @@
+2009-09-03 Werner Koch <wk@g10code.com>
+
+ * app-openpgp.c (do_decipher): Compute required Le.
+ * iso7816.c (iso7816_decipher): Add new arg LE.
+ * app-nks.c (do_decipher): Adjust for change.
+
+ * iso7816.c (iso7816_put_data, iso7816_put_data_odd): Turn DATA
+ into a void ptr.
+
2009-08-05 Werner Koch <wk@g10code.com>
* app-openpgp.c (change_keyattr_from_string): New.
@@ -138,7 +147,7 @@
(iso7816_generate_keypair, iso7816_read_public_key): Ditto.
Changed all callers.
* apdu.c (send_le): Implement extended length return values.
-
+
* ccid-driver.c (bulk_in): Retry on EAGAIN.
(abort_cmd): Change seqno handling.