diff options
author | Marcus Brinkmann <[email protected]> | 2006-07-29 16:40:54 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2006-07-29 16:40:54 +0000 |
commit | 6d77c76ef2de1b944141f9b5fbcd9392aaf1a4e7 (patch) | |
tree | 49d596d702cfec2b8cc42ccaf8c90c82d5200ac5 /agent/ChangeLog | |
parent | 2006-07-29 Marcus Brinkmann <[email protected]> (diff) | |
download | gnupg-GNUPG-1-9-BRANCH.tar.gz gnupg-GNUPG-1-9-BRANCH.zip |
2006-07-29 Marcus Brinkmann <[email protected]>GNUPG-1-9-BRANCH
* preset-passphrase.c (preset_passphrase): Do not strip off last
character of passphrase.
(make_hexstring): New function.
* command.c (cmd_preset_passphrase): Use parse_hexstring to syntax
check passphrase argument. Truncate passphrase at delimiter.
Diffstat (limited to '')
-rw-r--r-- | agent/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/agent/ChangeLog b/agent/ChangeLog index 2048f5c18..97c7741ac 100644 --- a/agent/ChangeLog +++ b/agent/ChangeLog @@ -1,3 +1,11 @@ +2006-07-29 Marcus Brinkmann <[email protected]> + + * preset-passphrase.c (preset_passphrase): Do not strip off last + character of passphrase. + (make_hexstring): New function. + * command.c (cmd_preset_passphrase): Use parse_hexstring to syntax + check passphrase argument. Truncate passphrase at delimiter. + 2006-07-24 Werner Koch <[email protected]> * minip12.c (build_key_bag): New args SHA1HASH and |