Author : Akshar Kanak

Home » Articles posted by Akshar Kanak

Dear teamThe API FIPS_selftest() is failing . The content of the file /proc/sys/crypto/fips_enabled is 1I have executed the below mentioned codeThe code is#include stdio.hint main(){int ret=0;ret=FIPS_mode();printf(\nFIPS_mode = %u\n,ret);ret=FIPS_selftest();printf(\nFIPS_selftest=%u\n,ret);ERR_print_errors_fp(stderr..

Read more