summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--TODO7
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9b1c8f80..d96b547b 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,9 @@ Noteworthy changes in version 1.1.13 (unreleased)
* Interface changes relative to the 1.1.12 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+gcry_cipher_list NEW
+gcry_md_list NEW
+gcry_pk_list NEW
gcry_pk_decrypt ENHANCED: Allows flag to return complete S-expression.
gcry_cipher_reset NEW
gcry_md_open CHANGED
diff --git a/TODO b/TODO
index 66cdc23e..6f7903dd 100644
--- a/TODO
+++ b/TODO
@@ -19,4 +19,9 @@
* Add attributes to the MPI functions.
-* Write tests for the progress function \ No newline at end of file
+* Write tests for the progress function
+
+* In case the ac interface will be more popular than the pk interface,
+ the asymmetric ciphers could be changed for convenient interaction
+ with the ac interface (i.e. by using ac's `data sets') and the pk
+ interface could be changed to be a wrapper for the ac interface.