-
-
Notifications
You must be signed in to change notification settings - Fork 939
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add toggle to use fips #806
Conversation
Any plan to merge the FIPS toggle changes? |
I have tested this and it works! |
I'll add my vote - any plans to merge the FIPS toggle changes? This seems like a safe and straightforward solution. |
I'd prefer going for a builder pattern where the "user" explicitly adds whatever algorithms he/she wants. |
Any update on this PR? We've run into conflicts with Windows FIPS turned on as part of AWS' current STIG for Windows 2022 boxes. |
@epatrick My This library hasn't seen an update since Jan 24, 2021 so I'm not waiting around for the next version to support it. |
Will this PR be included anytime soon? |
It should not be necessary. AFAIK, on .NET Framework the |
@Rob-Hague So when we release a new version supporting .NET 7, could we close this PR? |
There is Disclaimer: not an expert |
I see, and agree for SHA implementations. So this:
is true from my understanding. Should there be a PR to treat MD5 only then? Disclaimer: also not an expert, just trying to understand FIPS enforcement for .NET (and going insane haha) |
Ok I spoke too assertively and you may replace my comments with "I don't know" but what you have said makes sense, and my answer to
is "I guess", but I'm not sure how easy it will be to test |
In relation to this PR, you could eliminate both the |
This PR can be closed as the latest version is working on FIPS enabled computers. I think this was closed by #1293 |
Pulled the code from @mcclouden on issue #190. Added a toggle to BaseClient to enable/disable fips mode