From: GitHub <no...@gi...> - 2015-04-05 11:36:35
|
Branch: refs/heads/minidriver-cmck-issues-i426 Home: https://github.com/OpenSC/OpenSC Commit: 95ad11a2530c3d35fa8220c82391f3dd0e8869dd https://github.com/OpenSC/OpenSC/commit/95ad11a2530c3d35fa8220c82391f3dd0e8869dd Author: Viktor Tarasov <vik...@gm...> Date: 2015-04-04 (Sat, 04 Apr 2015) Changed paths: M src/libopensc/card-iasecc.c Log Message: ----------- iasecc: special case for 'Gemalto GemPC Pinpad' issue 424 VTA: this pinpad, the only available, do not accept different values for min and max PIN lengths in P10 block. Commit: f93835add98343d454b8f4321c9a7f8708012b74 https://github.com/OpenSC/OpenSC/commit/f93835add98343d454b8f4321c9a7f8708012b74 Author: Philip Wendland <wen...@gm...> Date: 2015-04-04 (Sat, 04 Apr 2015) Changed paths: M src/libopensc/log.c Log Message: ----------- Allow log functions to be called with ctx==NULL This change allows functions to be used from places where there is no sc_context (ctx) available. Commit: fa045d44ecf7235b73d9fb55ed7261eb36252b0c https://github.com/OpenSC/OpenSC/commit/fa045d44ecf7235b73d9fb55ed7261eb36252b0c Author: Philip Wendland <wen...@gm...> Date: 2015-04-04 (Sat, 04 Apr 2015) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: Let the user choose the ECDSA signature format Instead of hard-coding the format depending on whether OpenSC was compiled with OpenSSL or not, the user should be able to choose the format himself. The default format now is the normal concatenation of R,S both for CKM_ECDSA and CKM_ECDSA_SHA1. Commit: db860c0d2aa58501375530f7bb0b364cda73d693 https://github.com/OpenSC/OpenSC/commit/db860c0d2aa58501375530f7bb0b364cda73d693 Author: Frank Morgner <mo...@in...> Date: 2015-04-04 (Sat, 04 Apr 2015) Changed paths: M src/libopensc/libopensc.exports Log Message: ----------- export sc_sm_stop Commit: 8ea328ff7fb311e582f312fe4f145c1af0d52390 https://github.com/OpenSC/OpenSC/commit/8ea328ff7fb311e582f312fe4f145c1af0d52390 Author: vletoux <vin...@gm...> Date: 2015-04-05 (Sun, 05 Apr 2015) Changed paths: M src/libopensc/card-openpgp.c M src/libopensc/ctbcs.c M src/libopensc/muscle-filesystem.c M src/libopensc/pkcs15-gemsafeV1.c M src/libopensc/pkcs15-pubkey.c M src/pkcs11/mechanism.c Log Message: ----------- Minor code quality improvements. Basically checks that the memory allocation succeed. The ctbcs.c change improve the readability because count = 0 and len > 254 does not add any value. VTA: added few coding style changes Compare: https://github.com/OpenSC/OpenSC/compare/c0fac2a4f6c5...8ea328ff7fb3 |