From d5f612e9685d18313d445799a19ff83e013f1b0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Tue, 6 Aug 2024 15:32:20 +0200 Subject: 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 --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index f222ac3a..5a80a997 100644 --- a/NEWS +++ b/NEWS @@ -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. -- cgit v1.2.3