summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-07-08 14:06:53 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-07-08 14:07:32 +0200
commit620b71314f2963aba04f1cfdc29675fc9e3f32c9 (patch)
tree442c89375790aa1a2398b7c4923b7e77e49a07cf
parent53b6f78efe3b7f3bb677fd8dfcec4b34899dae12 (diff)
downloadgnutls-620b71314f2963aba04f1cfdc29675fc9e3f32c9.tar.gz
doc update
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1b8a355f45..1e1662006b 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,18 @@ being usable after a reinitialization.
** libgnutls: fixed PKCS #11 ECDSA key generation.
+** libgnutls: The GNUTLS_CPUID_OVERRIDE environment variable can be used to
+explicitly enable/disable the use of certain CPU capabilities. Note that CPU
+detection cannot be overriden, i.e., VIA options cannot be enabled on an Intel
+CPU. The currently available options are:
+ 0x1: Disable all run-time detected optimizations
+ 0x2: Enable AES-NI
+ 0x4: Enable SSSE3
+ 0x8: Enable PCLMUL
+ 0x100000: Enable VIA padlock
+ 0x200000: Enable VIA PHE
+ 0x400000: Enable VIA PHE SHA512
+
** p11tool: use GNUTLS_SO_PIN to read the security officer's PIN if set.
** p11tool: ask for label when one isn't provided.