summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-12-16 18:36:23 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-12-16 18:36:23 +0100
commit9c0d3f1f2beb7bc661269501249774e493f43434 (patch)
tree4dd87297cc5a11062ebb2fcfa5fb7c61dea3bd14
parent2160a256613f8e9861ccd8c005964e074e91b840 (diff)
downloadgnutls-9c0d3f1f2beb7bc661269501249774e493f43434.tar.gz
doc update
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0e114ff7e7..cbfc206b24 100644
--- a/NEWS
+++ b/NEWS
@@ -20,7 +20,9 @@ not present in libc. This also prevents an indirect linking to libpthread.
the strerror gnulib module.
** libgnutls: The time provided in the TLS random values is only precise
-on its first 3 bytes.
+on its first 3 bytes. That prevents leakage of the precise system
+time (at least on the client side when only few connections are
+done on a single server).
** certtool: The --verify option will use the system CAs if the
load-ca-certificate option is not provided.