diff options
Diffstat (limited to 'agent/ChangeLog')
-rw-r--r-- | agent/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/agent/ChangeLog b/agent/ChangeLog index 0c31fc5b7..e584005ff 100644 --- a/agent/ChangeLog +++ b/agent/ChangeLog @@ -1,3 +1,18 @@ +2010-08-31 Werner Koch <[email protected]> + + * pksign.c (do_encode_dsa): Fix sign problem. + * findkey.c (agent_is_dsa_key): Adjust to actual usage. + +2010-08-30 Werner Koch <[email protected]> + + * protect.c (s2k_hash_passphrase): New public function. + +2010-08-27 Werner Koch <[email protected]> + + * command.c (cmd_import_key): Support OpenPGP keys. + * cvt-openpgp.h, cvt-openpgp.c: New. Some of the code is based on + code taken from g10/seckey-cert.c. + 2010-08-26 Werner Koch <[email protected]> * command-ssh.c (open_control_file): Use estream to create the file. |