summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-10-17 11:54:51 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-10-17 11:54:51 +0200
commit93769e7627cd2cd21e320af921218214245b6e26 (patch)
tree1da436ff6b4d4244d25736f78095c95fbefccf9f
parentf7bf6650e28de033e9f8d54ed7ed059681ae6a98 (diff)
downloadgnutls-93769e7627cd2cd21e320af921218214245b6e26.tar.gz
doc update
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 007b65f86d..133ea1cb4d 100644
--- a/NEWS
+++ b/NEWS
@@ -10,10 +10,19 @@ See the end for copying conditions.
** libgnutls: Enhanced the PKCS#7 parser to allow decoding old
(pre-rfc5652) structures with arbitrary encapsulated content.
+** libgnutls: Introduced a function group to set known DH parameters
+ using groups from RFC7919.
+
+** certtool: --get-dh-params will output parameters from the RFC7919
+ groups.
+
** p11tool: improvements in --initialize option.
** API and ABI modifications:
gnutls_pkcs7_get_embedded_data_oid: Added
+gnutls_anon_set_server_known_dh_params: Added
+gnutls_certificate_set_known_dh_params: Added
+gnutls_psk_set_server_known_dh_params: Added
* Version 3.5.5 (released 2016-10-09)