summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2019-04-29 15:28:28 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2019-06-27 06:45:36 +0200
commitd9f22bc61f1434dc6be9affbb59bab3725dc64ce (patch)
tree0990a43f86353d78c2f32bc936c7daae65f5bd51 /NEWS
parentbc36db1ebad82ec3da8cc30259bc293093c0aaab (diff)
downloadgnutls-d9f22bc61f1434dc6be9affbb59bab3725dc64ce.tar.gz
Align _gnutls_x86_cpuid_s as OPENSSL_ia32cap_P would be
We were not setting the third array member correctly, though this didn't have any impact to previous implementations as they did not rely on it. This also moves away from the custom implementation of cpuid (which was limited), and we now rely on the compiler's version. This effectively enables support for SHA_NI. Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cf5b127760..0be8619540 100644
--- a/NEWS
+++ b/NEWS
@@ -38,6 +38,9 @@ See the end for copying conditions.
of digest or MAC context. Copying contexts for externally-registered digest and MAC
contexts is unupported.
+** libgnutls: Added new flag for GNUTLS_CPUID_OVERRIDE
+ 0x20: Enable SHA_NI instruction set
+
** API and ABI modifications:
gnutls_get_system_config_file: Added
gnutls_crypto_register_cipher: Deprecated