diff options
author | Werner Koch <[email protected]> | 2025-05-12 12:42:57 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-05-12 12:42:57 +0000 |
commit | 905bd760a99a455af6717b66311fc2197dea1055 (patch) | |
tree | d0044a74fa34dbfba6ef522cf27c03cca64bec67 /NEWS | |
parent | Change timestamp fields from signed to unsigned long. (diff) | |
download | gpgme-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-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |