Re: [Opendnssec-user] SoftHSM C_GetMechanismInfo question

2017-01-11 Thread Roland van Rijswijk - Deij
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

[Opendnssec-user] SoftHSM C_GetMechanismInfo question

2017-01-11 Thread Dave Fine
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