summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-05-11 10:57:33 +0200
committerWerner Koch <wk@gnupg.org>2011-05-11 10:57:33 +0200
commit16c460cb9309b4151928ee8b510e3d19a8f2bf80 (patch)
treea5cbdef034aee4db9f8d49781b9710150e0a8ecb /NEWS
parent51311ecf5d7e372b36d1bebd0e3ee7f999d3d608 (diff)
downloadlibgcrypt-16c460cb9309b4151928ee8b510e3d19a8f2bf80.tar.gz
Add missing ChangeLogs
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b8d50e51..6657d768 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,8 @@ Noteworthy changes in version 1.5.x (unreleased)
* Support ECDH.
+ * Support OAEP.
+
* gcry_sexp_build does now support opaque MPIs with "%m".
* New functions gcry_pk_get_curve and gcry_pk_get_param to map ECC
@@ -52,6 +54,8 @@ Noteworthy changes in version 1.5.x (unreleased)
gcry_pk_get_param NEW.
GCRYCTL_DISABLE_HWF NEW.
gcry_kdf_derive NEW.
+ gcry_pk_encrypt EXTENDED: Support OAEP
+ gcry_pk_decrypt EXTENDED: Support OAEP
* Interface changes relative to the 1.4.2 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~