aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2023-10-05 13:27:52 +0000
committerIngo Klöcker <[email protected]>2023-10-05 13:27:52 +0000
commita9e5a25b56abb7f27812f333c287a7adae9e18e8 (patch)
tree263c8e9d776c005098ec4dd4c4426e2901add1aa /NEWS
parentdoc: Fix typo (diff)
downloadgpgme-a9e5a25b56abb7f27812f333c287a7adae9e18e8.tar.gz
gpgme-a9e5a25b56abb7f27812f333c287a7adae9e18e8.zip
cpp: Support new key capability flags
* lang/cpp/src/key.cpp, lang/cpp/src/key.h (class Key): New methods hasCertify, hasSign, hasEncrypt, hasAuthenticate. -- GnuPG-bug-id: 6748
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 64e03c19..9c609ac8 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,10 @@ Noteworthy changes in version 1.23.0 (unreleased)
gpgme_key_t EXTENDED: New field has_sign.
gpgme_key_t EXTENDED: New field has_certify.
gpgme_key_t EXTENDED: New field has_authenticate.
+ cpp: Key::canCertify NEW.
+ cpp: Key::canSign NEW.
+ cpp: Key::canEncrypt NEW.
+ cpp: Key::canAuthenticate NEW.
qt: Protocol::wkdRefreshJob NEW.
qt: WKDRefreshJob NEW.