From: GitHub <no...@gi...> - 2018-12-05 11:10:53
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: ee8c80af4fc7be369f16aa65dc5fb999f32c866e https://github.com/OpenSC/OpenSC/commit/ee8c80af4fc7be369f16aa65dc5fb999f32c866e Author: Hannu Honkanen <han...@av...> Date: 2018-12-05 (Wed, 05 Dec 2018) Changed paths: M src/pkcs11/framework-pkcs15.c M src/pkcs15init/pkcs15-init.h M src/pkcs15init/pkcs15-lib.c M src/tools/pkcs11-tool.c M src/tools/pkcs15-init.c Log Message: ----------- Implemented handling of CKA_ALWAYS_AUTHENTICATE attribute when importing and generating keys, mapping it to pkcs#15 userConsent field. Added command line options to pkcs11-tool and pkcs15-init tool to use the feature. Commit: 9e5a324903f3129f8205fab8fd15de65aca2fa05 https://github.com/OpenSC/OpenSC/commit/9e5a324903f3129f8205fab8fd15de65aca2fa05 Author: Hannu Honkanen <han...@av...> Date: 2018-12-05 (Wed, 05 Dec 2018) Changed paths: M doc/tools/pkcs11-tool.1.xml M doc/tools/pkcs15-init.1.xml M src/pkcs11/framework-pkcs15.c M src/pkcs11/pkcs11-opensc.h M src/tools/pkcs11-tool.c M src/tools/pkcs15-init.c Log Message: ----------- Edited according to PR review: CKA_ALWAYS_AUTHENTICATE only associated with private keys. Defined a custom attribute to achieve same functionality with secret keys. Updated man pages. Commit: 7d640e62c1fc7c2fd45ddd5a59e29e521fe8dccb https://github.com/OpenSC/OpenSC/commit/7d640e62c1fc7c2fd45ddd5a59e29e521fe8dccb Author: Hannu Honkanen <han...@av...> Date: 2018-12-05 (Wed, 05 Dec 2018) Changed paths: M src/pkcs11/framework-pkcs15.c Log Message: ----------- Fixed incorrect conversion fron int to CK_BBOOL when converting PKCS#15 user consent to a PKCS#11 attribute Compare: https://github.com/OpenSC/OpenSC/compare/b01ca2dcc9bf...7d640e62c1fc **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |