-
Notifications
You must be signed in to change notification settings - Fork 290
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
How to build Node.js binary with FIPS-compliant OpenSSL? #753
Comments
/cc @nodejs/crypto |
I don't understand the question, you seem to have said everything worked, but you are wondering if you did it right? Not sure why you used |
Yes, I am wondering if I did it right. |
@raydenx - is your issue still outstanding, or is it resolved? please let me know. |
|
/cc @mhdawson for confirmation. |
So either your way or Hope this helps. |
closing as answered, please let me know if this is outstanding. |
Is it possible to build Node.js binary with FIPS support and install it on another machine?
I followed steps provided at https://github.com/nodejs/node/blob/master/BUILDING.md#building-nodejs-with-fips-compliant-openssl
These steps are working fine for me. But this will install node on the machine where it's being built.
Running
after following steps listed at https://github.com/nodejs/node/blob/master/BUILDING.md#building-nodejs-with-fips-compliant-openssl seems to take care of building binary that can be installed on another compatible machine, but I want to make sure I'm not missing something here.
Thanks.
The text was updated successfully, but these errors were encountered: