Hi Dave,
Dave Fine wrote:
> I have a question regarding something I saw in C_GetMechanismInfo() in
> the SoftHSMv2 code. In this function, I see that the min and max key
> sizes are set to 0 for all of the SHA HMAC functions (see here:
> https://github.com/opendnssec/SoftHSMv2/blob/develop/src/lib
Hello,
I have a question regarding something I saw in C_GetMechanismInfo() in the
SoftHSMv2 code. In this function, I see that the min and max key sizes are
set to 0 for all of the SHA HMAC functions (see here:
https://github.com/opendnssec/SoftHSMv2/blob/develop/src/lib/SoftHSM.cpp#L857).
I find