Is it possible to build FIPS capable openssl as a shared library with FIPS 1.1.2? It specifically mentions in the fips object module userguide that the -shared option is not allowed. However, it does not say that when building openssl itself with FIPS support that the -shared option is not allowed. I was getting linker errors when using the -shared option but it linked fine without that option. From reading other posts it seems the -shared option is the only one that is not allowed when building a FIPS capable openssl.
Thanks, Ben