From: Frank M. <no...@gi...> - 2020-03-04 13:29:13
|
Branch: refs/heads/PKCS11-SLOTS-2 Home: https://github.com/OpenSC/OpenSC Commit: 2e89f1634fee658ccda0a38b65975e96a3c64c7c https://github.com/OpenSC/OpenSC/commit/2e89f1634fee658ccda0a38b65975e96a3c64c7c Author: Doug Engert <dee...@gm...> Date: 2020-03-04 (Wed, 04 Mar 2020) Changed paths: M src/pkcs11/sc-pkcs11.h M src/pkcs11/slot.c Log Message: ----------- Debug PKCS11 virtual slots Macro DEBUG_VSS and routine _debug_virtual_slots were added. DEBUG_VSS(slot, "printf like format string" [,args...]) will print the virtual_slots to the opensc-debug.log showing were it was called from. If slot is not NULL and found in the table it will be highlighted with an "*". In gdb: call _debug_virtual_slots(slot) can be used along with another window to tail opensc-debug.log On branch PKCS11-SLOTS-2 Date: Fri Feb 21 08:19:37 2020 -0600 Changes to be committed: modified: src/pkcs11/sc-pkcs11.h modified: src/pkcs11/slot.c Commit: 8d519ed3c4a8c4cedd9ea7e9c11a6348d447d452 https://github.com/OpenSC/OpenSC/commit/8d519ed3c4a8c4cedd9ea7e9c11a6348d447d452 Author: Doug Engert <dee...@gm...> Date: 2020-03-04 (Wed, 04 Mar 2020) Changed paths: M src/pkcs11/pkcs11-global.c M src/pkcs11/slot.c Log Message: ----------- Add calls to DEBUG_VSS On branch PKCS11-SLOTS-2 Changes to be committed: modified: pkcs11-global.c modified: slot.c Commit: 7e7458edce303ac3e8f421e52dacc350c908274c https://github.com/OpenSC/OpenSC/commit/7e7458edce303ac3e8f421e52dacc350c908274c Author: Frank Morgner <fra...@gm...> Date: 2020-03-04 (Wed, 04 Mar 2020) Changed paths: M src/pkcs11/pkcs11-global.c M src/pkcs11/sc-pkcs11.h M src/pkcs11/slot.c Log Message: ----------- pkcs11: restore creating 4 virtual slots for each reader fixes old token slot ids (https://github.com/OpenSC/OpenSC/pull/1970#issuecomment-594400562) Compare: https://github.com/OpenSC/OpenSC/compare/2e89f1634fee%5E...7e7458edce30 |