aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2025-05-12 12:42:57 +0000
committerWerner Koch <[email protected]>2025-05-12 12:42:57 +0000
commit905bd760a99a455af6717b66311fc2197dea1055 (patch)
treed0044a74fa34dbfba6ef522cf27c03cca64bec67 /NEWS
parentChange timestamp fields from signed to unsigned long. (diff)
downloadgpgme-905bd760a99a455af6717b66311fc2197dea1055.tar.gz
gpgme-905bd760a99a455af6717b66311fc2197dea1055.zip
Add GPGME_CREATE_GROUP flag for gpgme_op_createkey and _createsubkey.
* src/gpgme.h.in (GPGME_CREATE_GROUP): New. * src/engine-gpg.c (gpg_add_algo_usage_expire): Pass to engine. * tests/run-genkey.c (parse_usage_string): Support here too.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9c4d9390..5b678126 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,8 @@ Noteworthy changes in version 2.0.0 (unreleased)
* New decrypt flag to skip the actual decryption so that information
about the recipients can be retrieved.
+ * New flag for key generate to mark a (sub)key as group owned.
+
* If the key passed to gpgme_signers_add was retrieved with an exact
pattern (fingerprint with '!' suffix), the requested subkey is used
for signing. This reflects the behaviour of gpg but is a minor
@@ -37,6 +39,7 @@ Noteworthy changes in version 2.0.0 (unreleased)
GPGME_RANDOM_MODE_ZBASE32 NEW.
GPGME_DECRYPT_LISTONLY NEW.
gpgme_subkey_t EXT: New field 'subkey_match'.
+ GPGME_CREATE_GROUP NEW.
gpgme_attr_t REMOVED.
gpgme_get_sig_ulong_attr REMOVED.
gpgme_get_sig_string_attr REMOVED.