diff options
author | Werner Koch <[email protected]> | 2016-08-04 14:17:01 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-08-04 14:17:01 +0000 |
commit | 6f3dc66634e30d86aa6250c4ac22f9b8f7ec1be9 (patch) | |
tree | f10502a42129cc102ed61e2932f4983d1dd0f534 /NEWS | |
parent | python: Add a nicer interface to list keys. (diff) | |
download | gpgme-6f3dc66634e30d86aa6250c4ac22f9b8f7ec1be9.tar.gz gpgme-6f3dc66634e30d86aa6250c4ac22f9b8f7ec1be9.zip |
core: Extend gpgme_subkey_t to carry the keygrip.
* src/gpgme.h.in (struct _gpgme_subkey): Add file 'keygrip'.
* src/key.c (gpgme_key_unref): Free KEYGRIP.
* src/keylist.c (keylist_colon_handler): Parse GRP records.
* src/engine-gpg.c (gpg_keylist_build_options): Do not use
--with-fingerprint options for gpg versions >= 2.1.15.
* tests/run-keylist.c (main): Print subkeys and keygrips.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ Noteworthy changes in version 1.7.0 (unreleased) [C25/A14/R_] GPGME_PK_EDDSA NEW. gpgme_set_ctx_flag NEW. gpgme_signature_t EXTENDED: New field tofu. + gpgme_subkey_t EXTENDED: New field keygrip. gpgme_tofu_policy_t NEW. gpgme_tofu_info_t NEW. GPGME_STATUS_KEY_CONSIDERED NEW. |