From: Hendrik D. <no...@gi...> - 2025-05-14 05:51:38
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: e87c715f6410c05e8d4b2315e968f7ee8c828a0d https://github.com/OpenSC/OpenSC/commit/e87c715f6410c05e8d4b2315e968f7ee8c828a0d Author: Hendrik Donner <hd...@os...> Date: 2025-05-14 (Wed, 14 May 2025) Changed paths: M src/tools/sc-hsm-tool.c Log Message: ----------- sc-hsm-tool: Use dynamic allocations where possible While the MAX_KEY value is used down the stack in card-sc-hsm, all other values can be computed or derived from the file size information from SELECT APDUs. At least a higher value than 256 for the EF PRKD can easily be reached in practice. Signed-off-by: Hendrik Donner <hd...@os...> To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |