From: Frank M. <no...@gi...> - 2021-07-05 14:22:04
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 2f94a6b155ea4d657546a824446794611cf58d94 https://github.com/OpenSC/OpenSC/commit/2f94a6b155ea4d657546a824446794611cf58d94 Author: Alessio Di Mauro <al...@yu...> Date: 2021-06-23 (Wed, 23 Jun 2021) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: allow setting CKA_EXTRACTABLE during keypair generation Section 4.9 of the PKCS#11 v2.40 specification [1], mentions CKA_EXTRACTABLE as a valid attribute for Private Key objects. However, when calling "pkcs11-tool" with the "--exportable" option, the attribute is not set as part of the private key template. [1]: http://docs.oasis-open.org/pkcs11/pkcs11-base/v2.40/errata01/os/pkcs11-base-v2.40-errata01-os-complete.html Commit: d90048e5bb8ee85afab048020fd879be9c68aebc https://github.com/OpenSC/OpenSC/commit/d90048e5bb8ee85afab048020fd879be9c68aebc Author: Frank Morgner <fra...@gm...> Date: 2021-07-05 (Mon, 05 Jul 2021) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Merge pull request #2357 from a-dma/p11_extractable pkcs11-tool: allow setting CKA_EXTRACTABLE during keypair generation Compare: https://github.com/OpenSC/OpenSC/compare/aa6574b60ec0...d90048e5bb8e |