diff options
author | Marcus Brinkmann <[email protected]> | 2003-07-31 16:59:36 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2003-07-31 16:59:36 +0000 |
commit | 9d0642c0125e0cc78e03243aa33dfddf1c065ed0 (patch) | |
tree | 2bda3d64f07b9af0fcd25f920e700bd7c4522dea /NEWS | |
parent | doc/ (diff) | |
download | gpgme-9d0642c0125e0cc78e03243aa33dfddf1c065ed0.tar.gz gpgme-9d0642c0125e0cc78e03243aa33dfddf1c065ed0.zip |
doc/
2003-07-31 Marcus Brinkmann <[email protected]>
* gpgme.texi (Key Management): Add can_authenticate flag.
gpgme/
2003-07-31 Marcus Brinkmann <[email protected]>
* gpgme.h (struct _gpgme_subkey): Add flag CAN_AUTHENTICATE.
Lower _UNUSED to 23 bits.
(struct _gpgme_key): Likewise.
* keylist.c (set_mainkey_capability): Support 'a' and 'A'.
(set_subkey_capability): Support 'a'.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4,9 +4,14 @@ Noteworthy changes in version 0.4.3 (unreleased) * gpgme_get_key fails with GPG_ERR_AMBIGUOUS_NAME if the key ID provided was not unique, instead returning the first matching key. + * gpgme_key_t and gpgme_subkey_t have a new field, can_authenticate, + that indicates if the key can be used for authentication. + * Interface changes relative to the 0.4.3 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgme_get_key CHANGED: Fails correctly if key ID not unique. +gpgme_key_t EXTENDED: New field can_authenticate. +gpgme_subkey_t EXTENDED: New field can_authenticate. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |