Skip to content Skip to sidebar Skip to footer

Is Pkcs11 Verify Function Supported In Nss 3.18.1 Public Function

I am trying to call PK11_Verify inside a js. let PK11_Verify = null; PK11_Verify = declareFunction('PK11_Verify', nss3, [ SECStatus, SECKEYPublicKey, SECItem.ptr, SECItem.ptr, ctyp

Solution 1:

This probably the reason why PK11_Verify is not listed as function in nss3.dll. The function simple not exist as public API.

PK11_Verify API is not public

Post a Comment for "Is Pkcs11 Verify Function Supported In Nss 3.18.1 Public Function"