You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2022. It is now read-only.
I see in the Makefile that there is a switch expected for
ifeq ($(STUD_FIPS_MODE),1)
However, there is no configure script where I would give a flag for FIPS mode, the README makes no mention of how to enable FIPS mode, and I need to use a static library to get a write-off on FIPS 140-2 OpenSSL for government use.
I am just going to modify the Makefile to temporarily assume its built and ready and declare a build directory for FIPS-2.0
Are you planning on modifying the build process to allow for alternate static FIPS implementations? True FIPS builds cannot change the directory (and with FIPS-2.0 you dont declare to build the fipscanister any longer).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I see in the Makefile that there is a switch expected for
ifeq ($(STUD_FIPS_MODE),1)
However, there is no configure script where I would give a flag for FIPS mode, the README makes no mention of how to enable FIPS mode, and I need to use a static library to get a write-off on FIPS 140-2 OpenSSL for government use.
I am just going to modify the Makefile to temporarily assume its built and ready and declare a build directory for FIPS-2.0
Are you planning on modifying the build process to allow for alternate static FIPS implementations? True FIPS builds cannot change the directory (and with FIPS-2.0 you dont declare to build the fipscanister any longer).
The text was updated successfully, but these errors were encountered: