OpenSC 0.26.1 Init issue #90
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
install opensc 0.26.1 and use pico-hsm-tool init
install opensc 0.25.1 and init
use opensc 0.26.1 no device cert list
in addition firmware version 5.6 (other version i not test) whether it is 0.25.1 or 0.26.1, the device certificate CA issuer identified in schs after initialization is ESPICOHSMCA00002, inconsistent with the patch, resulting in the inability to use schs
I cannot reproduce it. I tested 0.26.1 and it works, at least in macOS.
For the last issue, try adding
ESPICOHSMCA00002toSmartCardHSM.rootCerts:It seems that only the device certificate cannot be seen, and other functions are normal. After adding the ESPICOHSMDV00002 certificate, schs can recognize pico-hsm normally. thanks