-
Notifications
You must be signed in to change notification settings - Fork 174
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
[xCAT-server]Change DNS/DHCP control key algorithm MD5 -> SHA512 #6797
Conversation
@samveen , thanks.
I tried on both rhel8 and rhel7 system, both failed |
@samveen , did u have chance to look into this PR? even without enable FIPS, this modification didn't work from my testing. |
@cxhong would you give me the output or |
on the redhat7.7:
|
@cxhong what's the latest status of this patch? Any update to get it working? |
@samveen I dont have one you can access. Can you provide me the patch to test? |
@samveen , we don't have system for public access. |
@cxhong redhat release a fix for rhel 8 where you can change the omshell algroithm. |
This is stale, (and badly implemented), and #7389 fixes the issue in a more structured way. Closing. |
The PR is to fix issue #6757
The modification include
omshell
access to usekey-algorithm hmac-sha512
instead of the defaulthmac-md5
algorithm hmac-sha512
instead ofhmac-md5
The UT result
I don't have a test environment for this, so nothing tested.