summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-02-01 18:31:57 +0100
committerWerner Koch <wk@gnupg.org>2011-02-01 18:31:57 +0100
commit8cf24ddb162b66aa2e64e4a3e596bb87fdc7dec3 (patch)
treea10731fad979ee851f1cad5fe3c33fa7ea43269d /NEWS
parentdbf7709d6339f74d7a88c96440e92576f3109486 (diff)
downloadlibgcrypt-8cf24ddb162b66aa2e64e4a3e596bb87fdc7dec3.tar.gz
Add function gcry_pk_get_param.
Also changed quite some trailing white spaces. I never configured that in Emacs but git diff annoys me with red lines and thus it seems better to use nuke-trailing-whitespace autmatically. Sorry for the extra diff lines. A diff filter should help to not show those changes.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2bcf35a1..374c31e9 100644
--- a/NEWS
+++ b/NEWS
@@ -22,8 +22,8 @@ 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 functions gcry_pk_get_curve and gcry_pk_get_param to map ECC
+ parameters to a curve name and to retrieve parameter values.
* gcry_mpi_cmp applied to opaque values has a defined semantic now.
@@ -34,6 +34,7 @@ Noteworthy changes in version 1.5.x (unreleased)
GCRY_MD_TIGER1 NEW.
GCRY_MD_TIGER2 NEW.
gcry_pk_get_curve NEW.
+ gcry_pk_get_param NEW.
Noteworthy changes in version 1.4.4 (2009-01-22)