diff options
author | Werner Koch <[email protected]> | 2005-04-18 10:44:46 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-04-18 10:44:46 +0000 |
commit | eff62d82bfcb9df1b85ce596f0f5b6ef00d3a0ca (patch) | |
tree | f865ac069a4f50caa0c4b62fc232a3d4e2331b4c /NEWS | |
parent | 2005-04-15 Marcus Brinkmann <[email protected]> (diff) | |
download | gnupg-eff62d82bfcb9df1b85ce596f0f5b6ef00d3a0ca.tar.gz gnupg-eff62d82bfcb9df1b85ce596f0f5b6ef00d3a0ca.zip |
* configure.ac: Require libksba 0.9.11.
sm/
* call-dirmngr.c (inq_certificate): Add new inquire SENDCERT_SKI.
* certlist.c (gpgsm_find_cert): Add new arg KEYID and implement
this filter. Changed all callers.
* certchain.c (find_up_search_by_keyid): New helper.
(find_up): Also try using the AKI.keyIdentifier.
(find_up_external): Ditto.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,6 +1,13 @@ Noteworthy changes in version 1.9.16 ------------------------------------------------- + * gpg-agent does now support the ssh-agent protocol and thus allows + to use the pinentry as well as the OpenPGP smartcard with ssh. + + * New tool gpg-connect-agent as a genereal client for the gpg-agent. + + * New tool symcryptrun as a wrapper for certain encryption tools. + Noteworthy changes in version 1.9.15 (2005-01-13) ------------------------------------------------- @@ -226,7 +233,7 @@ Noteworthy changes in version 1.9.0 (2003-08-05) development branch. - Copyright 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is free software; as a special exception the author gives unlimited permission to copy and/or distribute it, with or without |