Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 378 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 378 Bytes

fips_openssl_check

A simple C program to check if installed libcrypto library has FIPS enabled

Compile like so:

gcc fips_openssl_check.c -lcrypto

or

gcc fips_openssl_check.c -l:libcrypto.so.1.0.2

if you have multiple libcrypto versions installed and want to check a specific one. Other compilers such as clang are fine too.

Execute to perform the check:

./a.out