minio/cmd/http
Andreas Auernhammer c03a06cca8
config: enforce AES-GCM in FIPS mode (#12265)
This commit enforces the usage of AES-256
for config and IAM data en/decryption in FIPS
mode.

Further, it improves the implementation of
`fips.Enabled` by making it a compile time
constant. Now, the compiler is able to evaluate
the any `if fips.Enabled { ... }` at compile time
and eliminate unused code.

Signed-off-by: Andreas Auernhammer <aead@mail.de>
2021-05-10 08:24:11 -07:00
..
stats update license change for MinIO 2021-04-23 11:58:53 -07:00
close.go update license change for MinIO 2021-04-23 11:58:53 -07:00
dial_dnscache.go update license change for MinIO 2021-04-23 11:58:53 -07:00
dial_dnscache_test.go update license change for MinIO 2021-04-23 11:58:53 -07:00
dial_linux.go update license change for MinIO 2021-04-23 11:58:53 -07:00
dial_others.go update license change for MinIO 2021-04-23 11:58:53 -07:00
headers.go Support for remote tier management (#12090) 2021-04-23 11:58:53 -07:00
listen_nix.go update license change for MinIO 2021-04-23 11:58:53 -07:00
listen_others.go update license change for MinIO 2021-04-23 11:58:53 -07:00
listener.go update license change for MinIO 2021-04-23 11:58:53 -07:00
listener_test.go update license change for MinIO 2021-04-23 11:58:53 -07:00
server.go config: enforce AES-GCM in FIPS mode (#12265) 2021-05-10 08:24:11 -07:00
server_test.go update license change for MinIO 2021-04-23 11:58:53 -07:00