summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-02-01 16:13:37 +0100
committerWerner Koch <wk@gnupg.org>2011-02-01 16:13:37 +0100
commitdbf7709d6339f74d7a88c96440e92576f3109486 (patch)
treea284528d6b0342c931cf04081d5b7a0a6132bed3 /NEWS
parent5c4179860ef0b31b4c6ba957be9fa707a0ba7d9b (diff)
downloadlibgcrypt-dbf7709d6339f74d7a88c96440e92576f3109486.tar.gz
Handle opaque MPIs in gcry_mpi_cmp
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 382927ea..2bcf35a1 100644
--- a/NEWS
+++ b/NEWS
@@ -22,7 +22,10 @@ Noteworthy changes in version 1.5.x (unreleased)
* gcry_sexp_build does now support opaque MPIs with "%m".
- * New function gcry_pk_get_curve to map ECC parameters to a curve name.
+ * New function gcry_pk_get_curve to map ECC parameters to a curve
+ name.
+
+ * gcry_mpi_cmp applied to opaque values has a defined semantic now.
* Interface changes relative to the 1.4.2 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~