diff --git a/CMakeLists.txt b/CMakeLists.txt index a57ab2672c..6ca9db61b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ option(BUILD_TOOL "Build bssl tool for AWS-LC" ON) option(ENABLE_DILITHIUM "Enable Dilithium signatures in the EVP API" OFF) option(DISABLE_PERL "Disable Perl for AWS-LC" OFF) option(DISABLE_GO "Disable Go for AWS-LC" OFF) -# Keeping this flag for now, for compatibility with existing builds. +# Keeping this flag for now, for compatibility with existing build configs. option(ENABLE_FIPS_ENTROPY_CPU_JITTER "Enable FIPS entropy source: CPU Jitter" OFF) option(ENABLE_DATA_INDEPENDENT_TIMING "Enable automatic setting/resetting Data-Independent Timing (DIT) flag in cryptographic functions. Currently only applicable to Arm64 (except on Windows)" OFF)