aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2004-05-21 16:39:29 +0000
committerMarcus Brinkmann <[email protected]>2004-05-21 16:39:29 +0000
commitd37c56aca0499306b557a02b2eaa240d111312f5 (patch)
treee7be5518072706ab1b845b58e13696151bdab1ba
parent2004-05-21 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-d37c56aca0499306b557a02b2eaa240d111312f5.tar.gz
gpgme-d37c56aca0499306b557a02b2eaa240d111312f5.zip
Add item about GPG_ERR_CERT_REVOKED in verify status.
Diffstat (limited to '')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 092f13ba..84e321a3 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ Noteworthy changes in version 0.9.0 (unreleased)
that contains a flag indicating that the key should not have been
used for encryption.
+ * Verifying a signature of a revoked key gives the correct result now
+ (GPG_ERR_CERT_REVOKED error code).
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gpgme_key_t EXTENDED: New field keylist_mode.
gpgme_decrypt_result_t EXTENDED: New field wrong_key_usage.