diff options
Diffstat (limited to 'scd/ChangeLog')
-rw-r--r-- | scd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scd/ChangeLog b/scd/ChangeLog index 41a9e3395..60c139c40 100644 --- a/scd/ChangeLog +++ b/scd/ChangeLog @@ -1,3 +1,14 @@ +2008-06-24 Werner Koch <[email protected]> + + * app-common.h (app_ctx_s): Renamed reset_mode parameter of + change_pin to mode_Flags and make it an unsigned int. + (APP_CHANGE_FLAG_RESET, APP_CHANGE_FLAG_NULLPIN): New. + * app-openpgp.c (do_change_pin): Adjust for that. + + * command.c (cmd_passwd): Add option --nullpin. + * app-nks.c (do_check_pin, do_change_pin): New. + (app_select_nks): Register new functions. + 2008-04-21 Moritz Schulte <[email protected]> (wk) * app-openpgp.c (verify_a_chv): Make use of the default CHV flag. |