From b8440749f177805ba99a807b5ec80bec39612d0e Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Fri, 3 Jun 2005 00:42:08 +0000 Subject: doc/ 2005-06-03 Marcus Brinkmann * gpgme.texi (Decrypt): Add gpgme_recipient_t. gpgme/ 2005-06-03 Marcus Brinkmann * gpgme.h (struct _gpgme_recipient): New structure. (gpgme_recipient_t): New type. (struct _gpgme_op_decrypt_result): Add member recipients. * decrypt.c (op_data_t): New member last_recipient_p. (_gpgme_op_decrypt_init_result): Initialize last_recipient_p. (parse_enc_to): New function. (_gpgme_decrypt_status_handler): Handle status ENC_TO and NO_SECKEY. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 42d18147..28316001 100644 --- a/NEWS +++ b/NEWS @@ -13,12 +13,17 @@ Noteworthy changes in version 1.1.0 (unreleased) Because the default changes, this is a slight change of the API semantics. We consider it to be a bug fix. + * Information about the recipients of an encrypted text is now + available at decryption time. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gpgme_set_engine_info NEW gpgme_ctx_get_engine_info NEW gpgme_ctx_set_engine_info NEW gpgme_set_include_certs CHANGED DEFAULT GPGME_INCLUDE_CERTS_DEFAULT NEW +gpgme_recipient_t NEW +gpgme_decrypt_result_t EXTENDED: New field recipients. GPGME_STATUS_SIG_SUBPACKET NEW GPGME_STATUS_NEED_PASSPHRASE_PIN NEW GPGME_STATUS_SC_OP_FAILURE NEW -- cgit v1.2.3