summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-01-14 13:11:50 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-01-14 13:11:50 +0100
commit245204f434262ef80ef59323ba15d6912294986f (patch)
tree406112e66b972f1f91e8963e0c9777c1b5afc516 /NEWS
parentabb727f53df7a7a8bb91dc95aadab0f3e27c6080 (diff)
downloadgnutls-245204f434262ef80ef59323ba15d6912294986f.tar.gz
Added the SYSTEM priority string initial keyword.
That allows a compile-time specified configuration file to be used to read the priorities. That can be used to impose system specific policies.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9af4fb4c1c..7208887aa4 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,11 @@ See the end for copying conditions.
* Version 3.3.0 (unreleased)
+** libgnutls: Added the SYSTEM priority string initial keyword.
+That allows a compile-time specified configuration file to be
+used to read the priorities. That can be used to impose system
+specific policies.
+
** libgnutls: Security parameter SEC_PARAM_NORMAL was renamed to
SEC_PARAM_MEDIUM to avoid confusion with the priority string NORMAL.