Topic: Strongswan WolfSSL FIPS Windows MSYS
Hello Everyone,
How I can check if output library dll is built FIPS compliant ?
When I try to load wolfssl plugin in strongswan it complains about missing FIPS support
I used --enable-fips=ready
Plugin
$ cat strongswan.d/charon/wolfssl.conf
wolfssl {
# Enable to prevent loading the plugin if wolfSSL is not in FIPS mode.
fips_mode = yes
# Whether to load the plugin. Can also be an integer to increase the
# priority of this plugin.
load = yes
}
Log
./charon-svc.exe -h
00[DMN] Starting IKE service charon-svc (strongSwan 5.9.14, Windows Client 10.0.22621 (SP 0.0))
00[LIB] wolfssl FIPS mode unavailable (-203)
00[LIB] plugin 'wolfssl': failed to load - wolfssl_plugin_create returned NULL