go-smb2
go-smb2 copied to clipboard
Does smb client driver supports FIPS? md5 is not a FIPS compliant driver
Does smb client driver supports FIPS? md5 is not a FIPS compliant driver.
I see that there is usage of md5 in a few places https://github.com/hirochachacha/go-smb2/search?q=md5.New how can these be changed to leverage FIPS compliant hashing algorithms? or is there another way to get a FIPS compliant SMB with something like kerberos?