Has anyone managed to make this work, following the instructions from Node 16.13 BUILDING.md I managed to compile but when I run:
node --enable-fips -p 'crypto.getFips()'
I get:
OpenSSL error when trying to enable FIPS:
00801AB2C97F0000:error:1C8000D5:Provider routines:SELF_TEST_post:missing config data:providers/fips/self_test.c:289: 00801AB2C97F0000:error:1C8000E0:Provider routines:ossl_set_error_state:fips module entering error state:providers/fips/self_test.c:387: 00801AB2C97F0000:error:1C8000D8:Provider routines:OSSL_provider_init_int:self test post failure:providers/fips/fipsprov.c:706: 00801AB2C97F0000:error:078C0105:common libcrypto routines:provider_init:init fail:crypto/provider_core.c:903:name=fips There is a couple of mentions of this issue online, but none is resolved.
Thanks