summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-06-06 18:54:40 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-06-06 18:54:40 +0200
commit34a6ab970a64c3bb8981945d479a75bf18808325 (patch)
tree948016cec375c5a2110d37614b1be61ac1e9b416
parentc7fedf3c04de30199ea2817cd7aeede6b108a0e7 (diff)
downloadgnutls-34a6ab970a64c3bb8981945d479a75bf18808325.tar.gz
doc update
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 42c2977474..73fa552d89 100644
--- a/NEWS
+++ b/NEWS
@@ -5,8 +5,9 @@ See the end for copying conditions.
* Version 3.4.13 (unreleased)
-** libgnutls: Consider both SSLKEYLOGFILE and GNUTLS_KEYLOGFILE environment
- variables with the latter having priority; append the keys to the file.
+** libgnutls: Consider the SSLKEYLOGFILE environment to be compatible with
+ NSS instead of using a separate variable; in addition append any keys to
+ the file instead of overwriting it.
** libgnutls: use secure_getenv() where available to obtain environment
variables.