From: GitHub <no...@gi...> - 2015-01-05 13:11:57
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: bbedd4ef00bf457fdf11be7899c64579248885e1 https://github.com/OpenSC/OpenSC/commit/bbedd4ef00bf457fdf11be7899c64579248885e1 Author: Thomas Calderon <tho...@ss...> Date: 2015-01-05 (Mon, 05 Jan 2015) Changed paths: M src/pkcs15init/pkcs15-iasecc.c Log Message: ----------- IAS-ECC: improve PKCS#11 compliance Issue #336 * Ensure CKA_ALWAYS_SENSITIVE and CKA_NEVER_EXTRACTABLE are only set when generating the key on board, not reason to set them when importing a private key. Commit: 4915eaa56b4e81346e1696b2cb38a0f2df14db5b https://github.com/OpenSC/OpenSC/commit/4915eaa56b4e81346e1696b2cb38a0f2df14db5b Author: Thomas Calderon <tho...@ss...> Date: 2015-01-05 (Mon, 05 Jan 2015) Changed paths: M src/pkcs11/framework-pkcs15.c Log Message: ----------- Improve PKCS#11 compliance. Issue #335 * This simple patch allows for values of PKCS#11 attributes to be fetched from the underlying card. Compare: https://github.com/OpenSC/OpenSC/compare/32d8173b4c48...4915eaa56b4e |