diff options
Diffstat (limited to 'sm/ChangeLog')
-rw-r--r-- | sm/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sm/ChangeLog b/sm/ChangeLog index 47ccc671f..32fe1d95d 100644 --- a/sm/ChangeLog +++ b/sm/ChangeLog @@ -1,3 +1,14 @@ +2002-01-29 Werner Koch <[email protected]> + + * call-agent.c (gpgsm_agent_havekey): New. + * keylist.c (list_cert_colon): New arg HAVE_SECRET, print "crs" + when we know that the secret key is available. + (gpgsm_list_keys): New arg MODE, check whether a secret key is + available. Changed all callers. + * gpgsm.c (main): New command --list-secret-keys. + * server.c (cmd_listsecretkeys): New. + (cmd_listkeys): Return secret keys with "crs" record. + 2002-01-28 Werner Koch <[email protected]> * certreqgen.c (create_request): Store the email address in the req. |