aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpgme.texi
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2004-05-21 16:38:59 +0000
committerMarcus Brinkmann <[email protected]>2004-05-21 16:38:59 +0000
commitae1e3748d7843f2c0f3c9126c76f91dff767bc23 (patch)
treeb10f9d567b95f63ba39f3778cd6ed938575a74e0 /doc/gpgme.texi
parent2004-05-21 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-ae1e3748d7843f2c0f3c9126c76f91dff767bc23.tar.gz
gpgme-ae1e3748d7843f2c0f3c9126c76f91dff767bc23.zip
2004-05-21 Marcus Brinkmann <[email protected]>
* gpgme.text (Verify): Document GPG_ERR_CERT_REVOKED status.
Diffstat (limited to 'doc/gpgme.texi')
-rw-r--r--doc/gpgme.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index be8f1da3..6ce7d683 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -3680,6 +3680,12 @@ status codes are of interest:
verify the signature has expired. For the combined result this status
means that all signatures are valid and all keys are expired.
+ @item GPG_ERR_CERT_REVOKED
+ This status indicates that the signature is valid but the key used
+ to verify the signature has been revoked. For the combined result
+ this status means that all signatures are valid and all keys are
+ revoked.
+
@item GPG_ERR_BAD_SIGNATURE
This status indicates that the signature is invalid. For the combined
result this status means that all signatures are invalid.