diff options
Diffstat (limited to '')
-rw-r--r-- | scd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scd/ChangeLog b/scd/ChangeLog index 94e1ebd59..27453113b 100644 --- a/scd/ChangeLog +++ b/scd/ChangeLog @@ -1,3 +1,12 @@ +2009-07-10 Werner Koch <[email protected]> + + * iso7816.c (iso7816_compute_ds): Add args EXTENDED_MODE and LE. + Change all callers to use 0. + (iso7816_internal_authenticate): Add args EXTENDED_MODE and LE. + * app-openpgp.c (do_sign): Take exmode and Le from card + capabilities and pass them to iso7816_compute_ds. + (do_auth): Ditto for iso7816_internal_authenticate. + 2009-07-09 Werner Koch <[email protected]> * app-openpgp.c (change_keyattr): New. |