aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2005-06-03 19:41:56 +0000
committerMarcus Brinkmann <[email protected]>2005-06-03 19:41:56 +0000
commitfcddcb674e98257197fa2ef67efc64e48f8a3edd (patch)
tree1bafbe16b7b330399b8f4f141710edf85368ae90 /NEWS
parent2005-06-03 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-fcddcb674e98257197fa2ef67efc64e48f8a3edd.tar.gz
gpgme-fcddcb674e98257197fa2ef67efc64e48f8a3edd.zip
doc/
2005-06-03 Marcus Brinkmann <[email protected]> * gpgme.texi (Verify): Add information about new fields in gpgme_signature_t. gpgme/ 2005-06-03 Marcus Brinkmann <[email protected]> * gpgme.h (struct _gpgme_signature): New members pubkey_algo and hash_algo. * verify.c (parse_valid_sig): Parse pubkey and hash algo numbers. (parse_new_sig): Parse pubkey, hash algo and timestamp for ERRSIG.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 28316001..9ca3e757 100644
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,7 @@ gpgme_set_include_certs CHANGED DEFAULT
GPGME_INCLUDE_CERTS_DEFAULT NEW
gpgme_recipient_t NEW
gpgme_decrypt_result_t EXTENDED: New field recipients.
+gpgme_verify_result_t EXTENDED: New fields pubkey_algo, hash_algo.
GPGME_STATUS_SIG_SUBPACKET NEW
GPGME_STATUS_NEED_PASSPHRASE_PIN NEW
GPGME_STATUS_SC_OP_FAILURE NEW