From: avrx1985 <no...@gi...> - 2020-09-28 11:01:48
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: d85610b29b7308ba0f4808516f20550bb6ecbb57 https://github.com/OpenSC/OpenSC/commit/d85610b29b7308ba0f4808516f20550bb6ecbb57 Author: Alexander <avr...@ya...> Date: 2020-09-28 (Mon, 28 Sep 2020) Changed paths: M src/pkcs11/pkcs11-object.c Log Message: ----------- Fixed issue with C_FindObjectsInit, when CKU_SO does not see private objects, but CKU_USER see them Commit: 7296210224e81ee7f5e09a89cb1eda9e5f3bbd95 https://github.com/OpenSC/OpenSC/commit/7296210224e81ee7f5e09a89cb1eda9e5f3bbd95 Author: Alexander <avr...@ya...> Date: 2020-09-28 (Mon, 28 Sep 2020) Changed paths: M src/pkcs11/pkcs11-object.c Log Message: ----------- Hide private objects only when not logged in Compare: https://github.com/OpenSC/OpenSC/compare/40da5cace21f...7296210224e8 |