minio/internal/config
Harshavardhana 9d07cde385
use crypto/sha256 only for FIPS 140-2 compliance (#14983)
It would seem like the PR #11623 had chewed more
than it wanted to, non-fips build shouldn't really
be forced to use slower crypto/sha256 even for
presumed "non-performance" codepaths. In MinIO
there are really no "non-performance" codepaths.
This assumption seems to have had an adverse
effect in certain areas of CPU usage.

This PR ensures that we stick to sha256-simd
on all non-FIPS builds, our most common build
to ensure we get the best out of the CPU at
any given point in time.
2022-05-27 06:00:19 -07:00
..
api standardize config help defaults (#14788) 2022-04-26 20:11:37 -07:00
cache standardize config help defaults (#14788) 2022-04-26 20:11:37 -07:00
compress Add "enable" to config help (#14866) 2022-05-05 04:17:04 -07:00
dns re-use transport for AdminInfo() call (#14571) 2022-03-17 16:20:10 -07:00
etcd standardize config help defaults (#14788) 2022-04-26 20:11:37 -07:00
heal standardize config help defaults (#14788) 2022-04-26 20:11:37 -07:00
identity use crypto/sha256 only for FIPS 140-2 compliance (#14983) 2022-05-27 06:00:19 -07:00
notify Add "enable" to config help (#14866) 2022-05-05 04:17:04 -07:00
policy Add support for Access Management Plugin (#14875) 2022-05-10 17:14:55 -07:00
scanner standardize config help defaults (#14788) 2022-04-26 20:11:37 -07:00
storageclass standardize config help defaults (#14788) 2022-04-26 20:11:37 -07:00
subnet standardize config help defaults (#14788) 2022-04-26 20:11:37 -07:00
bool-flag_test.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
bool-flag.go heal: Enable periodic bitrot scan configuration (#14464) 2022-04-07 08:10:40 -07:00
certs_test.go start using t.SetEnv instead of os.Setenv (#14787) 2022-04-23 15:33:45 -07:00
certs.go fix: possible crash if private.key is empty (#14208) 2022-01-30 12:55:21 -08:00
certsinfo.go add gocritic/ruleguard checks back again, cleanup code. (#13665) 2021-11-16 09:28:29 -08:00
config_test.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
config.go Add support for Identity Management Plugin (#14913) 2022-05-26 17:58:09 -07:00
constants.go kes: add support for encrypted private keys (#14650) 2022-03-29 09:53:33 -07:00
crypto_test.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00
crypto.go run gofumpt cleanup across code-base (#14015) 2022-01-02 09:15:06 -08:00
errors-utils.go run gofumpt cleanup across code-base (#14015) 2022-01-02 09:15:06 -08:00
errors.go rename MINIO_CACHE_.._MASTER_KEY to MINIO_CACHE_.._SECRET_KEY 2021-12-22 12:11:07 -08:00
help.go standardize config help defaults (#14788) 2022-04-26 20:11:37 -07:00
legacy.go add gocritic/ruleguard checks back again, cleanup code. (#13665) 2021-11-16 09:28:29 -08:00