summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2020-04-09 20:08:19 +0200
committerWerner Koch <wk@gnupg.org>2020-04-09 20:09:03 +0200
commit60c179b59e538aebb3a5f7621d92eee60b90c785 (patch)
tree287f4fd6fc3ac1321e2490638fc46f1147dadb72 /NEWS
parent1250a9cd859d99f487ca8d76a98d70d464324bbe (diff)
downloadlibgcrypt-60c179b59e538aebb3a5f7621d92eee60b90c785.tar.gz
sexp: Extend gcry_sexp_extract_param with new format specifiers.
* src/sexp.c (_gcry_sexp_vextract_param): Add new conversion methods. * tests/t-sexp.c (check_extract_param): Add corresponding tests. Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index aa58fda8..264f34f1 100644
--- a/NEWS
+++ b/NEWS
@@ -41,10 +41,18 @@ Noteworthy changes in version 1.9.0 (unreleased) [C22/A3/R0]
- Fix fatal out of secure memory status in the s-expression parser
on heavy loaded systems. [also in 1.8.2]
+ * Extended interfaces:
+
+ - gcry_sexp_extract_param understands new format specifiers to
+ directly store to integers and strings.
+
+
* Interface changes relative to the 1.8.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcry_mpi_get_ui NEW function.
GCRYCTL_AUTO_EXPAND_SECMEM NEW control code.
+ gcry_sexp_extract_param EXTENDED.
+
* Release dates of 1.8.x versions:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~