Closed
Description
I'm planning to add a config to node-test-pull-request which tests xLinux when built in FIPs mode.
See nodejs/node#3760 for discussion/details on the changes that have gone in to support this.
When built in FIPS mode, we need a "fipscanister" either built from source or a binary that we can link against. The source is not part of the standard openssl distribution , right now looks like we can pull directory from github. This does not follow the rules for building/distributing a FIPs capable runtime but for test it should be ok.
Activity