aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2001-11-16 01:44:49 +0000
committerMarcus Brinkmann <[email protected]>2001-11-16 01:44:49 +0000
commit3d97e032f8227db62140600e480db84ac352838c (patch)
tree37b4de6427e234af7bf3fa0c288f6a8f993b53bb
parentgpgme/ (diff)
downloadgpgme-3d97e032f8227db62140600e480db84ac352838c.tar.gz
gpgme-3d97e032f8227db62140600e480db84ac352838c.zip
* TODO: Remove obsolete items, categorize another.
* NEWS: Add new feature decrypt-verify.
-rw-r--r--NEWS4
-rw-r--r--TODO12
2 files changed, 7 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index 7363158e..15707fc4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+
+ * New operation to gpgme_op_decrypt_verify to decrypt and verify
+ signatures simultaneously.
+
Noteworthy changes in version 0.2.3 (2001-09-17)
------------------------------------------------
diff --git a/TODO b/TODO
index 498aaaa9..a8f7807f 100644
--- a/TODO
+++ b/TODO
@@ -14,25 +14,19 @@
* Return GPGME_Canceled when appropriate
-* Implement decrypt+verify
-
* Tests
** t-data
*** Test gpgme_data_release_and_get_mem.
*** Test gpgme_data_rewind for invalid types.
*** Test gpgme_data_read's readable feature.
-Bugs reported by Stephane Corthesy:
-> - When asking a GpgmeKey for one of its sub-userIDs (index > 0)
-> GPGME_ATTR_EMAIL attribute, it returns the name + email, whereas for
-> the main (index = 0) userID it returns only the email.
+* Changes breaking the ABI
+** GpgmeKey's main userID is not index == 0.
+Bugs reported by Stephane Corthesy:
> - When returning a GpgmeKey GPGME_ATTR_COMMENT attribute, characters
> like ":" are not un-escaped, they are returned as \x3a
-> - When asking a GpgmeKey its main userID (index = 0), it returns the
-> last userID it was asked (can be a sub, or the main).
-
> BTW, here's another bug: it it not possible to retrieve fingerprints
> for subkeys