summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-06-10 10:52:18 +0200
committerWerner Koch <wk@gnupg.org>2011-06-10 10:52:18 +0200
commitcaf4480811fffdf3b8677864e8d663a68f210e5c (patch)
tree3e1a19074a2227800a1aabd01b153296b99e7e92 /NEWS
parenteac13cf8c49840fc9d33cf3a5f3c876abbab7446 (diff)
downloadlibgcrypt-caf4480811fffdf3b8677864e8d663a68f210e5c.tar.gz
Fixed leading zero problems in PSS and OAEP.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 0522b1fa..d3e3b95a 100644
--- a/NEWS
+++ b/NEWS
@@ -10,7 +10,9 @@ Noteworthy changes in version 1.5.x (unreleased)
* Support for OAEP and PSS methods as described by RFC-3447.
- * gcry_sexp_build does now support opaque MPIs with "%m".
+ * New format specifiers "%M" and "%u" for gcry_sexp_build.
+
+ * gcry_sexp_build does now support opaque MPIs with "%m" and "%M".
* New functions gcry_pk_get_curve and gcry_pk_get_param to map ECC
parameters to a curve name and to retrieve parameter values.
@@ -54,8 +56,10 @@ 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
+ gcry_pk_encrypt EXTENDED: Support OAEP
+ gcry_pk_decrypt EXTENDED: Support OAEP
+ gcry_sexp_build EXTENDED: Add format specifiers M and u.
+
* Interface changes relative to the 1.4.2 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~