diff options
author | Ingo Klöcker <[email protected]> | 2024-08-06 13:32:20 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2024-08-06 15:56:43 +0000 |
commit | d5f612e9685d18313d445799a19ff83e013f1b0a (patch) | |
tree | 3f71490833fe5fbfc7aedd375f1ff0d6201cae32 /NEWS | |
parent | core: New function gpgme_op_setownertrust (diff) | |
download | gpgme-d5f612e9685d18313d445799a19ff83e013f1b0a.tar.gz gpgme-d5f612e9685d18313d445799a19ff83e013f1b0a.zip |
cpp: Add support for setting owner trust and for disabling keys
* lang/cpp/src/context.cpp, lang/cpp/src/context.h (class Context): Add
member functions setOwnerTrust, startSetOwnerTrust, setKeyEnabled,
startSetKeyEnabled.
* lang/cpp/src/context.cpp (owner_trust_to_string): New.
--
GnuPG-bug-id: 7239
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -21,6 +21,9 @@ Noteworthy changes in version 1.24.0 (unrelease) * cpp: Add safer member function returning text describing an error. [T5960] + * cpp: Add support for setting the owner trust of keys and for enabling + and disabling keys. [T7239] + * qt: Build QGpgME for Qt 5 and Qt 6 simultaneously. [T7205] * qt: Install headers for Qt 5 and Qt 6 in separate folders. [T7161] @@ -45,6 +48,10 @@ Noteworthy changes in version 1.24.0 (unrelease) gpgme_op_setownertrust_start NEW. gpgme_op_setownertrust NEW. cpp: Context::EncryptFile NEW. + cpp: Context::setOwnerTrust NEW. + cpp: Context::startSetOwnerTrust NEW. + cpp: Context::setKeyEnabled NEW. + cpp: Context::startSetKeyEnabled NEW. cpp: SignatureMode::SignFile NEW. cpp: RevocationKey NEW. cpp: Key::revocationKey NEW. |