Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When a slow operation is running on the HSM (like a RSA key generation >= 3072), the HSM will be busy for more than the session timeout of 30seconds. Although the device did not reply within timeout, it did not discard the session, and we should not either. This bumps the last_active when we receive a reply from the HSM.
- Loading branch information