-
Notifications
You must be signed in to change notification settings - Fork 27
Add support for FIPS readiness check #99
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
base: master
Are you sure you want to change the base?
Add support for FIPS readiness check #99
Conversation
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@saksarav-nokia to help tagging correct Nokia contact point. |
|
@wumiaont for viz |
wumiaont
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Requesting reviewers with write access to approve this PR, since all the review comments have been incorporated. |
|
@judyjoseph reminder on this. |
|
reminder to approve the merge, if there are no comments/concerns. |
Pterosaur
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@judyjoseph : are we good to merge this ? |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Why I did it
No mechanism exists to query FIPS POST (Power-On Self-Test) status of the cryptographic backend module used by wpa_supplicant, preventing applications (like MACsec) from verifying FIPS compliance and cryptographic readiness.
How I did it
Command Line Interface
How to verify it
FIPS enabled enviornment
root@sonic:~$ /sbin/wpa_supplicant -F
FIPS POST status: pass (crypto backend: openssl)
non-FIPS enviornment
root@standard:~$ /sbin/wpa_supplicant -F
FIPS POST status: fail (crypto backend: openssl)