From: Marcus Brinkmann Date: Fri, 21 May 2004 16:38:59 +0000 (+0000) Subject: 2004-05-21 Marcus Brinkmann X-Git-Tag: gpgme-0-9-0~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ae1e3748d7843f2c0f3c9126c76f91dff767bc23;p=gpgme.git 2004-05-21 Marcus Brinkmann * gpgme.text (Verify): Document GPG_ERR_CERT_REVOKED status. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index db19a3b..0643e79 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,7 @@ 2004-05-21 Marcus Brinkmann + * 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. diff --git a/doc/gpgme.texi b/doc/gpgme.texi index be8f1da..6ce7d68 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.