* 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)
commit8aa4c828186431094cca0d538171f6da80c3001b
tree075424b51a28ec6e62880b87129087b807095413
parent7033937d4ac5985263caca83e25db06c100bc176
* 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
trunk/NEWS
trunk/gpgme/ChangeLog
trunk/gpgme/gpgme.h
trunk/gpgme/key.c
trunk/gpgme/rungpg.h
trunk/gpgme/verify.c