minio/internal/crypto
Andreas Auernhammer 1d50cae43d
remove support for FIPS 140-2 with boringcrypto (#21292)
This commit removes FIPS 140-2 related code for the following
reasons:
 - FIPS 140-2 is a compliance, not a security requirement. Being
   FIPS 140-2 compliant has no security implication on its own.
   From a tech. perspetive, a FIPS 140-2 compliant implementation
   is not necessarily secure and a non-FIPS 140-2 compliant implementation
   is not necessarily insecure. It depends on the concret design and
   crypto primitives/constructions used.
 - The boringcrypto branch used to achieve FIPS 140-2 compliance was never
   officially supported by the Go team and is now in maintainance mode.
   It is replaced by a built-in FIPS 140-3 module. It will be removed
   eventually. Ref: https://github.com/golang/go/issues/69536
 - FIPS 140-2 modules are no longer re-certified after Sep. 2026.
   Ref: https://csrc.nist.gov/projects/cryptographic-module-validation-program

Signed-off-by: Andreas Auernhammer <github@aead.dev>
2025-05-16 07:27:42 -07:00
..
auto-encryption.go ldap: Add user DN attributes list config param (#19758) 2024-05-24 16:05:23 -07:00
crypto.go remove support for FIPS 140-2 with boringcrypto (#21292) 2025-05-16 07:27:42 -07:00
doc.go upgrade golang-lint to the latest (#15600) 2022-08-26 12:52:29 -07:00
error.go Enable replication of SSE-C objects (#19107) 2024-03-28 10:44:56 -07:00
header.go use typos instead of codespell (#19088) 2024-02-21 22:26:06 -08:00
header_test.go Add padding to compressed+encrypted files (#15282) 2022-07-13 07:52:15 -07:00
key.go remove support for FIPS 140-2 with boringcrypto (#21292) 2025-05-16 07:27:42 -07:00
key_test.go do not print unexpected logs (#20083) 2024-07-12 13:51:54 -07:00
metadata.go Fix replication checksum transfer (#19906) 2024-06-10 10:40:33 -07:00
metadata_test.go do not print unexpected logs (#20083) 2024-07-12 13:51:54 -07:00
sse-c.go add codespell action (#18818) 2024-01-17 23:03:17 -08:00
sse-kms.go kms: add support for MinKMS and remove some unused/broken code (#19368) 2024-05-07 16:55:37 -07:00
sse-s3.go kms: add support for MinKMS and remove some unused/broken code (#19368) 2024-05-07 16:55:37 -07:00
sse.go remove support for FIPS 140-2 with boringcrypto (#21292) 2025-05-16 07:27:42 -07:00
sse_test.go rename all remaining packages to internal/ (#12418) 2021-06-01 14:59:40 -07:00