Skip to content
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

fips check #275

Closed
pgera opened this issue Oct 28, 2018 · 4 comments
Closed

fips check #275

pgera opened this issue Oct 28, 2018 · 4 comments

Comments

@pgera
Copy link

pgera commented Oct 28, 2018

/proc/sys/crypto/fips_enabled needn't exist. There should be a check between these two lines:

fips_file = open("/proc/sys/crypto/fips_enabled", "r")
fips_status = fips_file.read(1)

@sideangleside
Copy link
Member

Are you stating that on your system that /proc/sys/crypto/fips_enabled doesn't exist on your system?

What OS version are you running (on the client)?

@pgera
Copy link
Author

pgera commented Oct 28, 2018

It's a RHEL 7.5 system, but running the mainline kernel from elrepo's kernel-ml. /proc/sys/crypto/fips_enabled seems to be a feature of the downstream RHEL kernel.

@evgeni
Copy link
Member

evgeni commented Dec 18, 2018

it does exist on my Fedora 29 box (4.19.5-300.fc29.x86_64), but yeah, I think we can still add a check for it.

@evgeni
Copy link
Member

evgeni commented Dec 18, 2018

@pgera please test #279

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants