summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-03-09 17:47:44 +0100
committerWerner Koch <wk@gnupg.org>2011-03-09 17:47:44 +0100
commit9730275d294b4d9cbbb2453541f001c95f5f31a3 (patch)
tree96175205d2fd2670586b0a024d710cbc1796e51a /NEWS
parentbf823c5acb713488771c9000242b36ab13649da4 (diff)
downloadlibgcrypt-9730275d294b4d9cbbb2453541f001c95f5f31a3.tar.gz
New function gcry_kdf_derive
This allows us to factor the S2k code from gpg and gpg-agent out to libgcrypt. Created a bunch of test vectors using a hacked gpg 1.4. The function also implements PBKDF2; tested against the RFC-6070 test vectors.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 979ad403..add51526 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
Noteworthy changes in version 1.5.x (unreleased)
------------------------------------------------
+ * New function gcry_kdf_derive implementing OpenPGP S2K algorithms
+ and PBKDF2.
+
* Support for WindowsCE.
* Support ECDH.
@@ -46,6 +49,7 @@ Noteworthy changes in version 1.5.x (unreleased)
gcry_pk_get_curve NEW.
gcry_pk_get_param NEW.
GCRYCTL_DISABLE_HWF NEW.
+ gcry_kdf_derive NEW.
* Interface changes relative to the 1.4.2 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~