tjuhaszrh

Results 5 comments of tjuhaszrh

Sorry I think the issue was caused just by messy string nesting in `require("crypto") `. Adding backslash seems to have fixed it. ``` ➜ test git:(fips-nodejs) fips=$(podman run --rm localhost/node-app:latest...

> @tjuhaszrh Thanks for this pull request. I have several question regarding nodeJs. > > What do you thinkg about this code? > > ``` > function test_nodejs_fips_mode_off() { >...

Adjustments: - removed unused variable fips. - moved the logic into one function that verifies both states of fips mode. - added check for presence of `/proc/sys/crypto/fips_enabled` file.

Added a simple app that in the context of a server verifies what kind of Hash algorithms and Ciphers are allowed to be used under FIPS. * Allowed: SHA256, AES...