diff options
author | Werner Koch <[email protected]> | 2002-06-25 17:50:59 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-06-25 17:50:59 +0000 |
commit | c65009a2c5e73d0bfee6b8ff499a161fcf735f93 (patch) | |
tree | d3cdbd170c7461bfbf2786fbf2b25689a94a2a6a /agent/ChangeLog | |
parent | * certdump.c (print_dn_part): Always print a leading slash, (diff) | |
download | gnupg-NEWPG-0-3-8.tar.gz gnupg-NEWPG-0-3-8.zip |
* protect-tool.c (rsa_key_check): New.NEWPG-0-3-8
(import_p12_file): New.
(main): New command --p12-import.
* minip12.c, minip12.h: New.
Diffstat (limited to '')
-rw-r--r-- | agent/ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/agent/ChangeLog b/agent/ChangeLog index 7ab1ac640..3a37ec80b 100644 --- a/agent/ChangeLog +++ b/agent/ChangeLog @@ -1,8 +1,20 @@ +2002-06-25 Werner Koch <[email protected]> + + * protect-tool.c (rsa_key_check): New. + (import_p12_file): New. + (main): New command --p12-import. + * minip12.c, minip12.h: New. + +2002-06-24 Werner Koch <[email protected]> + + * protect-tool.c (read_file): New. + (read_key): Factored most code out to read_file. + 2002-06-17 Werner Koch <[email protected]> * agent.h: Add a callback function to the pin_entry_info structure. * query.c (agent_askpin): Use the callback to check for a correct - PIN. Removed the start_err_text argument becuase it is not + PIN. Removed the start_err_text argument because it is not anymore needed; changed callers. * findkey.c (unprotect): Replace our own check loop by a callback. (try_unprotect_cb): New. |