summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-02-01 10:40:50 +0100
committerWerner Koch <wk@gnupg.org>2011-02-01 10:40:50 +0100
commit5c4179860ef0b31b4c6ba957be9fa707a0ba7d9b (patch)
tree09caba0e0d855b9a16049dcde21305f922ed838e /NEWS
parent7cb0d357f1564b2ba3fdde707bd9ee7272059d5b (diff)
downloadlibgcrypt-5c4179860ef0b31b4c6ba957be9fa707a0ba7d9b.tar.gz
Add gcry_pk_get_curve.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 48b2e06b..382927ea 100644
--- a/NEWS
+++ b/NEWS
@@ -22,12 +22,15 @@ 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.
+
* Interface changes relative to the 1.4.2 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GCRY_CIPHER_MODE_AESWRAP NEW.
GCRY_PK_ECDH NEW.
GCRY_MD_TIGER1 NEW.
GCRY_MD_TIGER2 NEW.
+ gcry_pk_get_curve NEW.
Noteworthy changes in version 1.4.4 (2009-01-22)