You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(fips): update keystore to use crypto/pbkdf2 in go 1.24 (#289)
* feat(fips): update keystore to use crypto/pbkdf2 in go 1.24
the keystore is not used in fips mode but importing the pkg is
causing x/crypto to be linked in the final binary.
We can't drop go 1.23 so just add build tags to use stdlib
crypto/pbkdf2 if the app is on go 1.24 (which is required for
fips anyway).
* Update pbkdf2_legacy.go
0 commit comments