The current FIPS only supports dynamic libraries.
You should try to get the email disclaimer removed when you post to a public
email list.
From: Emre BAYRAM
Reply-To: openssl-users
Date: Thursday, January 25, 2018 at 1:30 AM
To: openssl-users
Subject: [openssl-users] Building/Running fips
Hi there,
To add our application openssl fips capabilities we did the followings .
We have openssl-1.0.2n version and openssl-fips.2.0.16 version
Firtsly :
When we are compiling openssl and fips we run this commands :
./config –shared --with-fipsdir=/root/openssl_files/ssl/fips2.0 -D_GNU_SOURCE
Ma