6 years agoFix issue: Engine_pkcs11 reports all object ID:s as zero master DEV.ENGINE_PKCS11-01.03.00.01
Fix issue: Engine_pkcs11 reports all object ID:s as zero
Secure storage #3
Add certificate enumeration API
This patch adds a new certificate enumeration API to enumerate all
certificates in a slot. the engine control command for this API is
CMD_ENUMERATE_CERTS_CTRL.
Signed-off-by: Sandeep Nair <sandeep_n@ti.com>
This patch adds a new certificate enumeration API to enumerate all
certificates in a slot. the engine control command for this API is
CMD_ENUMERATE_CERTS_CTRL.
Signed-off-by: Sandeep Nair <sandeep_n@ti.com>
Avoid PIN wipeout during context free
Signed-off-by: Sandeep Nair <sandeep_n@ti.com>
Signed-off-by: Sandeep Nair <sandeep_n@ti.com>
calling pkcs11_finish for local contexts
Fix memory leak in load_cert_ctrl
Fix typo in the command syntax example
Added example to demonstarte engine usage
Fix memory leaks due to strdup
Take care of strtok bugs
Make load_cert & store_cert parameters compatible
adding autogen.sh for engine-pkcs11
pkcs11 engine update from softhsm
Engine PKCS#11 initial commit
Initial commit (Temporary)