WHATSNEW: Remove old entry about accelerated AES
authorKarolin Seeger <kseeger@samba.org>
Wed, 29 Nov 2017 09:04:19 +0000 (10:04 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 1 Dec 2017 22:46:13 +0000 (23:46 +0100)
Signed-off-by: Karolin Seeger <kseeger@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
WHATSNEW.txt

index 9a7547e4e29eeeb5ff7b64e6304625d7bd5d1f73..9960a62f4991a680eee7d4c2e8bdb0a2510025ab 100644 (file)
@@ -16,25 +16,6 @@ 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.
-
 KDC GPO application
 -------------------
 
@@ -55,6 +36,7 @@ smb.conf changes
   --------------                     -----------             -------
   oplock contention limit            Removed
 
+
 NT4-style replication based net commands removed
 ================================================