* verify.c (_gpgme_verify_status_handler): Handle TRUST_* status
authorWerner Koch <wk@gnupg.org>
Fri, 3 May 2002 14:06:56 +0000 (14:06 +0000)
committerWerner Koch <wk@gnupg.org>
Fri, 3 May 2002 14:06:56 +0000 (14:06 +0000)
commitf14bf86feef1b06a34a29e1a96c4cb341e38659c
treef73f3c416f7c45742beb287967f10933ad744517
parent6c4d6748f6a44a6bde1e6751e491e119ce8915f0
* verify.c (_gpgme_verify_status_handler): Handle TRUST_* status
lines so that a claim can be made without looking up the key.
(gpgme_get_sig_string_attr): New.
(gpgme_get_sig_ulong_attr): New.

* gpgme.h (GpgmeAttr): Added GPGME_ATTR_SIG_STATUS.

* rungpg.h: Add new status codes from gpg 1.0.7 and formatted the
list to align with the status.h file from gnupg.

* gpgme.h (GpgmeSigStat): Add _GOOD_EXP and _GOOD_EXPKEY.
* verify.c (_gpgme_verify_status_handler, finish_sig): Handle
these new status codes.  Store the expiration time
NEWS
gpgme/ChangeLog
gpgme/gpgme.h
gpgme/key.c
gpgme/rungpg.h
gpgme/verify.c