2004-05-21 Marcus Brinkmann <marcus@g10code.de>

* gpgme.text (Verify): Document GPG_ERR_CERT_REVOKED status.
This commit is contained in:
Marcus Brinkmann 2004-05-21 16:38:59 +00:00
parent b9d1269d0a
commit ae1e3748d7
2 changed files with 8 additions and 0 deletions

View 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.

View 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.