2004-05-21 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Fri, 21 May 2004 16:38:59 +0000 (16:38 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Fri, 21 May 2004 16:38:59 +0000 (16:38 +0000)
* gpgme.text (Verify): Document GPG_ERR_CERT_REVOKED status.

doc/ChangeLog
doc/gpgme.texi

index db19a3be5e82fd15892b98f11e682a3f1daaba5b..0643e79eead45ba2c9b1ad0c63235884fb17de5f 100644 (file)
@@ -1,5 +1,7 @@
 2004-05-21  Marcus Brinkmann  <marcus@g10code.de>
 
+       * gpgme.text (Verify): Document GPG_ERR_CERT_REVOKED status.
+
        * gpgme.texi (Decrypt): Add note about new field wrong_key_usage
        of gpgme_decrypt_result_t.
 
index be8f1da3bae1eca781e05f34f639744bca46d180..6ce7d683a87511fc3e910521d02c918d47521f14 100644 (file)
@@ -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.