From: Peter P. <no...@gi...> - 2023-05-05 07:19:13
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 36178c8188521f2627d2eea428a7e53d149eed58 https://github.com/OpenSC/OpenSC/commit/36178c8188521f2627d2eea428a7e53d149eed58 Author: Peter Popovec <pop...@gm...> Date: 2023-05-05 (Fri, 05 May 2023) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Fix pkcs11-tool unwrap / incorrect CKA_ID "object_id[]" and "id_len" must be allocated so that it is not deallocated or overwritten (on the stack) at the time of the C_UnwrapKey() call. modified: src/tools/pkcs11-tool.c Commit: 961bd8c68d328bad44c99912ff7057e10cbb138f https://github.com/OpenSC/OpenSC/commit/961bd8c68d328bad44c99912ff7057e10cbb138f Author: Peter Popovec <pop...@gm...> Date: 2023-05-05 (Fri, 05 May 2023) Changed paths: M .github/setup-fedora.sh Log Message: ----------- Fedora: enable test-pkcs11-tool-unwrap-wrap-test.sh modified: .github/setup-fedora.sh Compare: https://github.com/OpenSC/OpenSC/compare/1e6f2334e9b9...961bd8c68d32 |