diff options
author | Werner Koch <[email protected]> | 2009-08-06 17:17:18 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-08-06 17:17:18 +0000 |
commit | 0fcf3ee915a1c90bd7471ec371924a1ff7a5fcdd (patch) | |
tree | bb3ff05956cb91ba2dae86d75b3ac900fe3dc488 /src/ChangeLog | |
parent | Add issing file. (diff) | |
download | gpgme-0fcf3ee915a1c90bd7471ec371924a1ff7a5fcdd.tar.gz gpgme-0fcf3ee915a1c90bd7471ec371924a1ff7a5fcdd.zip |
Fix detection of invalid signer keys.
Support the new INV_SGNR status code.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index feebbdc9..33019498 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,16 @@ +2009-08-06 Werner Koch <[email protected]> + + * op-support.c (_gpgme_parse_inv_recp): Allow for no fingerprint. + + * engine-gpgsm.c (gpgsm_sign): Hook up the status func for the + SIGNER command. + * gpgme.h.in (GPGME_STATUS_INV_SGNR, GPGME_STATUS_NO_SGNR): New. + * sign.c (op_data_t): Add fields IGNORE_INV_RECP and INV_SGNR_SEEN. + (_gpgme_op_sign_init_result): Factor code out to ... + (sign_init_result): .. new. Init new fields. + (sign_start): Use sign_init_result. + (_gpgme_sign_status_handler): Take care of the new INV_SGNR. + 2009-07-07 Werner Koch <[email protected]> * engine-gpgsm.c (struct engine_gpgsm): Add fields |