From: GitHub <no...@gi...> - 2014-09-07 21:15:52
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 08f07adf592d4c2b46d80e149f7b6124278aaf2f https://github.com/OpenSC/OpenSC/commit/08f07adf592d4c2b46d80e149f7b6124278aaf2f Author: Andreas Schwier <and...@ca...> Date: 2014-09-07 (Sun, 07 Sep 2014) Changed paths: M src/tools/sc-hsm-tool.c Log Message: ----------- sc-hsm: Improve error detection and reporting in sc-hsm-tool Commit: f9b8b2c2200feeb2ac2d35c848ce9abd5d89b1e8 https://github.com/OpenSC/OpenSC/commit/f9b8b2c2200feeb2ac2d35c848ce9abd5d89b1e8 Author: Andreas Schwier <and...@ca...> Date: 2014-09-07 (Sun, 07 Sep 2014) Changed paths: M src/pkcs15init/pkcs15-sc-hsm.c Log Message: ----------- sc-hsm: Added error if private key import tried Private key import is not supported by the SmartCard-HSM. However there is no error code if it is still tried using pkcs15-init or from within Firefox. Commit: 7db99500a0e705f1a813574a2c069415eb3b9564 https://github.com/OpenSC/OpenSC/commit/7db99500a0e705f1a813574a2c069415eb3b9564 Author: Andreas Schwier <and...@ca...> Date: 2014-09-07 (Sun, 07 Sep 2014) Changed paths: M src/pkcs15init/pkcs15-sc-hsm.c Log Message: ----------- sc-hsm: Fix certificate delete bug If a certificate is deleted after the related private key, then the driver picks the wrong certificate EF, leading to an CKR_GENERAL_ERROR or the wrong certificate being deleted. Compare: https://github.com/OpenSC/OpenSC/compare/1fc0a7e7d66c...7db99500a0e7 |