Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Define CKD_SHA256_KDF transformation
I was unable to test rust-cryptoki on some vendor HSM with FIPS restriction that refuses to derive keys with CKD_NULL. I was successful however with CKD_SHA256_KDF. Unfortunately this is not implemented on softHSM (softhsm/SoftHSMv2#599) so I provide no test. This was tested fine on Thales DPOD. Signed-off-by: François Rigault <rigault.francois@gmail.com>
- Loading branch information