minio/internal/config/identity
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
..
ldap fix: some races when accessing ldap/openid config globally (#14978) 2022-05-25 18:32:53 -07:00
openid use crypto/sha256 only for FIPS 140-2 compliance (#14983) 2022-05-27 06:00:19 -07:00
plugin Add support for Identity Management Plugin (#14913) 2022-05-26 17:58:09 -07:00
tls standardize config help defaults (#14788) 2022-04-26 20:11:37 -07:00