opendnssec / SoftHSMv2

SoftHSM version 2
http://www.softhsm.org/
Other
740 stars 335 forks source link

Return function unsupported error from C_GetObjectSize #731

Open yota9 opened 7 months ago

yota9 commented 7 months ago

Currently C_GetObjectSize is unsupported and always returns pulSize = CK_UNAVAILABLE_INFORMATION and CKR_OK return code. But since the implementation is obviously not complete we should rather return CKR_FUNCTION_NOT_SUPPORTED instead of CKR_OK