From: GitHub <no...@gi...> - 2015-04-12 12:35:00
|
Branch: refs/heads/minidriver-cmck-issues-i426 Home: https://github.com/OpenSC/OpenSC Commit: dba59b0b128d3f470759412d451a5bc18da812bb https://github.com/OpenSC/OpenSC/commit/dba59b0b128d3f470759412d451a5bc18da812bb Author: vletoux <vin...@gm...> Date: 2015-04-11 (Sat, 11 Apr 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- Fix CardSignData "invalid signature" bug when called from CryptSignHash(CRYPT_NOHASHOID) Commit: cee345405818c7276b98c6d528356e22de346926 https://github.com/OpenSC/OpenSC/commit/cee345405818c7276b98c6d528356e22de346926 Author: vletoux <vin...@gm...> Date: 2015-04-11 (Sat, 11 Apr 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- CardSignData: better error message if the card do not support the signing operation with the algorithm (replace the return code from internal error to unsupported) Commit: 286b52084160b472525fd3494ed4fcf2890ea684 https://github.com/OpenSC/OpenSC/commit/286b52084160b472525fd3494ed4fcf2890ea684 Author: vletoux <vin...@gm...> Date: 2015-04-11 (Sat, 11 Apr 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- CardRSADecrypt: better parameter checking Commit: ee744a8094973652babe1c9822d80e02aec1fe93 https://github.com/OpenSC/OpenSC/commit/ee744a8094973652babe1c9822d80e02aec1fe93 Author: vletoux <vin...@gm...> Date: 2015-04-11 (Sat, 11 Apr 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- CardRSADecrypt & CardSignData: better OpenSC -> minidriver error code translation Commit: a18b9b360baff3f92a78a1c2d32bbf2731e234c1 https://github.com/OpenSC/OpenSC/commit/a18b9b360baff3f92a78a1c2d32bbf2731e234c1 Author: vletoux <vin...@gm...> Date: 2015-04-11 (Sat, 11 Apr 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- CardSignData: add support for missing hash algorithm Commit: 52bbb897e1bba0f74e4fb4a3b2bd175e530cb2a9 https://github.com/OpenSC/OpenSC/commit/52bbb897e1bba0f74e4fb4a3b2bd175e530cb2a9 Author: vletoux <vin...@gm...> Date: 2015-04-11 (Sat, 11 Apr 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- minidriver PINPAD: fix a regression issue (the parameter - message - can be set to null) Improve the error code when the user cancel the operation ("The operation was canceled by the user" instead of "invalid parameter") Signed-off-by: vletoux <vin...@gm...> Commit: 0d575343d83d8ee764cb4da77b54ff359d813020 https://github.com/OpenSC/OpenSC/commit/0d575343d83d8ee764cb4da77b54ff359d813020 Author: vletoux <vin...@gm...> Date: 2015-04-12 (Sun, 12 Apr 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- fix memory leak in minidriver: the virtual filesystem is never freed and in some case when an error occurs Commit: 9c8f04b81cc0812c1e868288db12481ca2ca55c6 https://github.com/OpenSC/OpenSC/commit/9c8f04b81cc0812c1e868288db12481ca2ca55c6 Author: vletoux <vin...@gm...> Date: 2015-04-12 (Sun, 12 Apr 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- minidriver: better parameter checking with CardQueryKeySizes and CardGetContainerProperty Commit: a9e69677889c86d3ba0bfe7046f52f9075045c2e https://github.com/OpenSC/OpenSC/commit/a9e69677889c86d3ba0bfe7046f52f9075045c2e Author: viktorTarasov <vik...@gm...> Date: 2015-04-12 (Sun, 12 Apr 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- Merge pull request #436 from vletoux/master working on the minidriver (branch minidriver-cmck-issue-i426) Compare: https://github.com/OpenSC/OpenSC/compare/b31877cfff09...a9e69677889c |