mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 04:30:26 +03:00
fips: enforce FIPS-compliant TLS ciphers in FIPS mode (#20131)
This commit enforces FIPS-compliant TLS ciphers in FIPS mode by importing the `fipsonly` module. Otherwise, MinIO still accepts non-FIPS compliant TLS connections.
This commit is contained in:
committed by
GitHub
parent
b3a94c4e85
commit
4f5dded4d4
@@ -20,4 +20,6 @@
|
||||
|
||||
package fips
|
||||
|
||||
import _ "crypto/tls/fipsonly"
|
||||
|
||||
const enabled = true
|
||||
|
||||
Reference in New Issue
Block a user