From f7d33568f3110f80475535f53c60be72dff779e4 Mon Sep 17 00:00:00 2001 From: Koichiro IWAO Date: Thu, 2 Mar 2023 18:11:56 +0900 Subject: [PATCH] README: SEvsDE: document AES-NI hardware acceleration support Stable Edition requires intel_aes_lib to enable AES-NI [1]. Developer Edition depends on OpeSSL to use AES-NI. It is enabled by default as long as processor supports it. [1] https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/blob/bf23fe0/src/Mayaqua/Encrypt.c#L145-L147 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 120d83fb..f94c520f 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ https://github.com/domosekai | ECDSA Certificates Import | ❌ | ✅ | | | Runs on Windows XP and Earlier | ✅ | ❌ | | | Compatible with SoftEther VPN 1.0 | ✅ | ❌ | | +| AES-NI Hardware Acceleration | ⚠️ | ✅ | SE requires [intel_aes_lib](https://software.intel.com/sites/default/files/article/181731/intel-aesni-sample-library-v1.2.zip) to enable AES-NI, so x86 only. In DE, enabled by default as long as processor supports it (at least x86 and ARM). | # Installation