certificate load require PIN #508
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Describe the bug
the certificate loading using pkcs11-provider shouldn't require PIN
To Reproduce
using the following function:
call it using
provider_load_cert("pkcs11:object=testECCCert;type=cert?pin-value=12345"); //work
provider_load_cert("pkcs11:object=testECCCert;type=cert"); // ask for PIN
Expected behavior
Should not ask for PIN, in same way as for type=public
The text was updated successfully, but these errors were encountered: