Topic: Power on Self–Tests Result

How can we view the results of Power on self–tests if wolfengine is reloaded on Linux system (wolfengine has already been build on it) ? Is it also possible to run this test on-demand without loading wolfengine ?

Share

Re: Power on Self–Tests Result

Hi m_u_h,

You can call wolfCrypt_GetStatus_fips to get the current FIPS POST status, if it returns 0, POST was successful, non-zero means there was an error.
Yes, you can call wolfCrypt_IntegrityTest_fips to manually trigger a POST.

Thanks,
Kareem

Share

Re: Power on Self–Tests Result

Hi Kareem,

Thanks a-lot for quick reply and clarification.

Best Regards,

Share