summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2017-09-06 12:13:32 -0700
committerJeremy Allison <jra@samba.org>2017-09-07 02:01:09 +0200
commitc754f48575a5034242594762d62261a48025cebc (patch)
tree62c72b754efda0bc8b45f99b135f89b432458431 /WHATSNEW.txt
parent5f87a05aa314776135eec1057dd644c0b25a9d14 (diff)
downloadsamba-c754f48575a5034242594762d62261a48025cebc.tar.gz
WHATSNEW: Add Using x86_64 Accelerated AES Crypto Instructions section.
Describes --accel-aes configure time option. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13008 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 52cca7d669d..428c2919f1a 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -16,6 +16,24 @@ UPGRADING
NEW FEATURES/CHANGES
====================
+Using x86_64 Accelerated AES Crypto Instructions
+================================================
+
+Samba on x86_64 can now be configured to use the Intel accelerated AES
+instruction set, which has the potential to make SMB3 signing and
+encryption much faster on client and server. To enable this, configure
+Samba using the new option --accel-aes=intelaesni.
+
+This is a temporary solution that is being included to allow users
+to enjoy the benefits of Intel accelerated AES on the x86_64 platform,
+but the longer-term solution will be to move Samba to a fully supported
+external crypto library.
+
+The third_party/aesni-intel code will be removed from Samba as soon as
+external crypto library performance reaches parity.
+
+The default is to build without setting --accel-aes, which uses the
+existing Samba software AES implementation.
smb.conf changes
================