Self-test

This operation performs an internal full self-test of the device's critical components, including cryptography primitives, random number generator and key repository integrity.

Allowed users

Allowed

Required access scope

Any. Only a valid access token is required, the access scope is not been checked.

The Authorization header is not required on fresh, not personalized devices.

Get self-test status

GET https://my.ence.do/api/system/selftest

Get the last self-test status and rerun a new full test (only if not already ongoing).

Headers

{
  "last_selftest_ts": 1647615622,
  "last_fls_state": 0,
  "last_entropytest_ts": 1647615622,
  "last_kat_ts": 1647606250,
  "kat_busy": true,
  "fls_state": 0,
  "selftest_ts": 1647615642,
  "se_state": 0
}

Response data for successful operation

Indirectly produced log entries

Last updated