From: Peter P. <no...@gi...> - 2023-11-20 08:07:36
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: b88c3ffc83954011be4b817fe1839e6be991e4d1 https://github.com/OpenSC/OpenSC/commit/b88c3ffc83954011be4b817fe1839e6be991e4d1 Author: Peter Popovec <pop...@gm...> Date: 2023-11-20 (Mon, 20 Nov 2023) Changed paths: M src/pkcs11/framework-pkcs15.c Log Message: ----------- pkcs15_gen_keypair: propagate SENSITIVE/EXTRACTABLE flag from PKCS11 to PKCS15 When generating the private key, we transfer the request for the CKA_SENSITIVE and CKA_EXTRACTABLE key attributes up to the pkcs#15 layer. When reading attributes from the PKCS#15 layer, set the CKA_EXTRACTABLE attribute for the pkcs#11 layer according to the SC_PKCS15_PRKEY_ACCESS_EXTRACTABLE attribute. modified: src/pkcs11/framework-pkcs15.c Commit: 643fd70cac38cc1109b617080bfff0983f8babcd https://github.com/OpenSC/OpenSC/commit/643fd70cac38cc1109b617080bfff0983f8babcd Author: Peter Popovec <pop...@gm...> Date: 2023-11-20 (Mon, 20 Nov 2023) Changed paths: M doc/tools/pkcs11-tool.1.xml Log Message: ----------- pkcs11-tool: manual page update (examples for wrap, keygen) modified: doc/tools/pkcs11-tool.1.xml Compare: https://github.com/OpenSC/OpenSC/compare/a22908285ef2...643fd70cac38 |