MDEV-24514 WITH_MSAN is disabling WOLFSSL_AESNI acceleration
WolfSSL is the WITH_SSL=bundled library since MDEV-18351. For the AMD64 architecture, the library includes some assembler code. That code was disabled in WITH_MSAN builds, because MemorySanitizer would consider any data that is computed by uninstrumented code to be uninitialized.
Showing
Please register or sign in to comment