diff options
author | Marcus Brinkmann <[email protected]> | 2005-06-03 00:42:08 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2005-06-03 00:42:08 +0000 |
commit | b8440749f177805ba99a807b5ec80bec39612d0e (patch) | |
tree | 244109bf9bfaff9ff0a9c52578df369733372bde /NEWS | |
parent | gpgme/ (diff) | |
download | gpgme-b8440749f177805ba99a807b5ec80bec39612d0e.tar.gz gpgme-b8440749f177805ba99a807b5ec80bec39612d0e.zip |
doc/
2005-06-03 Marcus Brinkmann <[email protected]>
* gpgme.texi (Decrypt): Add gpgme_recipient_t.
gpgme/
2005-06-03 Marcus Brinkmann <[email protected]>
* 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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |