From: GitHub <no...@gi...> - 2015-04-18 14:44:26
|
Branch: refs/heads/minidriver-cmck-issues-i426 Home: https://github.com/OpenSC/OpenSC Commit: fcdbab880002782dd4797a479c7d23425ac4ee08 https://github.com/OpenSC/OpenSC/commit/fcdbab880002782dd4797a479c7d23425ac4ee08 Author: vletoux <vin...@gm...> Date: 2015-04-17 (Fri, 17 Apr 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- minidriver: make the parameter check be aware of pinpad capabilities Commit: 668ad24dc9cd1d1c6e8ab98c1c4bf433ee703c3e https://github.com/OpenSC/OpenSC/commit/668ad24dc9cd1d1c6e8ab98c1c4bf433ee703c3e Author: vletoux <vin...@gm...> Date: 2015-04-17 (Fri, 17 Apr 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- minidriver: fix CardQueryCapabilities and CardGetProperty fKeyGen flag. A read only card cannot generate keys Commit: eef0665c58033b5b7453ce9f2aac591f5ddab55e https://github.com/OpenSC/OpenSC/commit/eef0665c58033b5b7453ce9f2aac591f5ddab55e Author: vletoux <vin...@gm...> Date: 2015-04-17 (Fri, 17 Apr 2015) Changed paths: M src/libopensc/reader-pcsc.c M src/minidriver/minidriver.c Log Message: ----------- minidriver: * factorize the code from CardAuthenticatePIN into CardAuthenticateEx * allows authentication with the PINPAD without a UI Commit: acb90e4f5e6e5d09c11ef6ea15eb1169ae6ec01e https://github.com/OpenSC/OpenSC/commit/acb90e4f5e6e5d09c11ef6ea15eb1169ae6ec01e Author: vletoux <vin...@gm...> Date: 2015-04-17 (Fri, 17 Apr 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- minidriver: fix some code analysis warnings Commit: 183ad4d2441e48792610840d0b0acab5b65defd5 https://github.com/OpenSC/OpenSC/commit/183ad4d2441e48792610840d0b0acab5b65defd5 Author: vletoux <vin...@gm...> Date: 2015-04-17 (Fri, 17 Apr 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- minidriver: better error code if CARD_PIN_SILENT_CONTEXT is set Commit: a96f36ccec60886046776734bc352293d29d91d1 https://github.com/OpenSC/OpenSC/commit/a96f36ccec60886046776734bc352293d29d91d1 Author: vletoux <vin...@gm...> Date: 2015-04-17 (Fri, 17 Apr 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- fix attempt remaining regression if the card is blocked Commit: 710dbbd1b738039dc9bc2e77cef4b5f856affe0c https://github.com/OpenSC/OpenSC/commit/710dbbd1b738039dc9bc2e77cef4b5f856affe0c Author: vletoux <vin...@gm...> Date: 2015-04-18 (Sat, 18 Apr 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- minidriver: CardSignData - better parameter checking Commit: 9bc1cc83a0205046f6b7945e0f2e86708d3387f2 https://github.com/OpenSC/OpenSC/commit/9bc1cc83a0205046f6b7945e0f2e86708d3387f2 Author: vletoux <vin...@gm...> Date: 2015-04-18 (Sat, 18 Apr 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- CardAuthenticateEx: test for remaining attempts before ... Commit: 8fdc7a801628928541f13b579d7973b2e7000bca https://github.com/OpenSC/OpenSC/commit/8fdc7a801628928541f13b579d7973b2e7000bca Author: viktorTarasov <vik...@gm...> Date: 2015-04-18 (Sat, 18 Apr 2015) Changed paths: M src/libopensc/reader-pcsc.c M src/minidriver/minidriver.c Log Message: ----------- Merge pull request #442 from vletoux/master minidriver update Compare: https://github.com/OpenSC/OpenSC/compare/a9e69677889c...8fdc7a801628 |