The documentation states that it was not supported due to lack of hardware supporting it. We have been able to enable and use it successfully with a software HSM (SoftHSM), and on the AWS CloudHSM platform.
To run tests against SoftHSM
In a fresh env e.g docker container
docker run --rm -it -v $(pwd):/work -w /work ubuntu:20.04 bash
Here is a PR to expose AES_CTR mode.
The documentation states that it was not supported due to lack of hardware supporting it. We have been able to enable and use it successfully with a software HSM (SoftHSM), and on the AWS CloudHSM platform.
To run tests against SoftHSM
In a fresh env e.g docker container
Install deps
Install project deps and run tests: