From fcddcb674e98257197fa2ef67efc64e48f8a3edd Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Fri, 3 Jun 2005 19:41:56 +0000 Subject: doc/ 2005-06-03 Marcus Brinkmann * gpgme.texi (Verify): Add information about new fields in gpgme_signature_t. gpgme/ 2005-06-03 Marcus Brinkmann * 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. --- doc/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/ChangeLog') diff --git a/doc/ChangeLog b/doc/ChangeLog index e4071285..1525f8bf 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,8 @@ 2005-06-03 Marcus Brinkmann + * gpgme.texi (Verify): Add information about new fields in + gpgme_signature_t. + * gpgme.texi (Decrypt): Add gpgme_recipient_t. 2005-05-28 Marcus Brinkmann -- cgit