tmkms vs yubihsm2 sdk version dependency
Closed this issue · 3 comments
Is there a way to find out which versions of tmkms support which versions of yubihsm2 sdk (https://developers.yubico.com/YubiHSM2/Releases/)? E.g. if running tmkms v0.12.2, which version of the yubihsm2 sdk should/can be downloaded/run?
TMKMS doesn't require the YubiHSM SDK
But in order to run tmkms with the yubihsm2 device, we have to download the sdk to install yubihsm-connector
.
[UPD]
static link from comment below:
Line 53 in 9659b70
TMKMS supports directly communicating to the YubiHSM2 via USB, without the need for yubihsm-connector
.
You're free to use whatever version you'd like if you prefer to use yubihsm-connector
. Also note that TMKMS has built-in support for presenting a yubihsm-connector
-compatible service if it talks directly via USB:
https://github.com/iqlusioninc/tmkms/blob/main/tmkms.toml.example#L53