1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

WHATSNEW: Remove old entry about accelerated AES

Signed-off-by: Karolin Seeger <kseeger@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Karolin Seeger 2017-11-29 10:04:19 +01:00 committed by Jeremy Allison
parent 54b3706a77
commit 8860f501cd

View 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
================================================