mirror of
https://github.com/minio/minio.git
synced 2025-01-05 20:13:22 -05:00
c03a06cca8
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> |
||
---|---|---|
.. | ||
api.go | ||
fips.go | ||
no_fips.go |