From: Frank M. <no...@gi...> - 2021-04-01 08:30:06
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: c3c5f2d518c6edb36fb519807fd85cbc043cb0d3 https://github.com/OpenSC/OpenSC/commit/c3c5f2d518c6edb36fb519807fd85cbc043cb0d3 Author: yehj <ja...@ke...> Date: 2021-04-01 (Thu, 01 Apr 2021) Changed paths: M src/libopensc/pkcs15-sc-hsm.c Log Message: ----------- Add criteria to check if card capability SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH is available The code segment checks the response to determine if the SC_CARD_CAP_PROTECTED_AUTHENTICATION_PATH is available. >From the APDU manual of the sc-hsm, there's one status word: SC_ERROR_REF_DATA_NOT_USABLE(0x6984) that should also be taken into account. |