From: GitHub <no...@gi...> - 2015-04-10 08:21:17
|
Branch: refs/heads/minidriver-cmck-issues-i426 Home: https://github.com/OpenSC/OpenSC Commit: b4c133ddfa8da558189c348de251f2dc5f486f35 https://github.com/OpenSC/OpenSC/commit/b4c133ddfa8da558189c348de251f2dc5f486f35 Author: vletoux <vin...@gm...> Date: 2015-03-28 (Sat, 28 Mar 2015) Changed paths: M src/common/libscdl.c M src/libopensc/card.c M src/libopensc/ctx.c M src/libopensc/internal-winscard.h M src/libopensc/user-interface.c Log Message: ----------- Allows OpenSC to survive an UNICODE built. UNICODE is set by default by Visual Studio (but can be deactived) The trick is to force ANSI version by appending a A to the function calls. Commit: 5a4a9d4f93a24663aad58b6633352477684dee2d https://github.com/OpenSC/OpenSC/commit/5a4a9d4f93a24663aad58b6633352477684dee2d Author: vletoux <vin...@gm...> Date: 2015-03-28 (Sat, 28 Mar 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- Don't fail if OpenSSL is not set at compilation time (OPENSSL_VERSION_NUMBER) Fix the WCHAR / CHAR conversion problem in CardAuthenticateEx in case of PinPAD (vs->wzPinContext is UNICODE) Fix UNICODE compilation problem( MessageBoxA instead of MessageBox) Commit: 206aa238e04b46b7b9ac00769836dbd48c1d6961 https://github.com/OpenSC/OpenSC/commit/206aa238e04b46b7b9ac00769836dbd48c1d6961 Author: vletoux <vin...@gm...> Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- force the recompilation on the integration plateform Commit: 1210c11185742b4ed82df93cceda1e3b980d3c3a https://github.com/OpenSC/OpenSC/commit/1210c11185742b4ed82df93cceda1e3b980d3c3a Author: vletoux <vin...@gm...> Date: 2015-03-29 (Sun, 29 Mar 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. Commit: 691acaaedb7c79dcefd6a4b26fa3bb5076dba983 https://github.com/OpenSC/OpenSC/commit/691acaaedb7c79dcefd6a4b26fa3bb5076dba983 Author: vletoux <vin...@gm...> Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M etc/opensc.conf.in M src/libopensc/card-acos5.c M src/libopensc/card-belpic.c M src/libopensc/card-iasecc.c M src/libopensc/card-isoApplet.c M src/libopensc/card-myeid.c M src/libopensc/cards.h M src/libopensc/pkcs15-pubkey.c M src/libopensc/pkcs15-sec.c M src/libopensc/reader-pcsc.c M src/minidriver/minidriver.c M src/pkcs11/mechanism.c M src/pkcs15init/isoApplet.profile M src/pkcs15init/pkcs15-isoApplet.c M src/tools/pkcs11-tool.c M src/tools/sc-hsm-tool.c Log Message: ----------- Merge remote-tracking branch 'upstream/master' Conflicts: src/minidriver/minidriver.c Commit: 6612ff29fc8147a407ed4a79e5292e7dd998b227 https://github.com/OpenSC/OpenSC/commit/6612ff29fc8147a407ed4a79e5292e7dd998b227 Author: vletoux <vin...@gm...> Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M src/libopensc/card-openpgp.c Log Message: ----------- force recompilation on the integration plateform Commit: d4d87694fd2569e66010429bb3362d67b7941f2e https://github.com/OpenSC/OpenSC/commit/d4d87694fd2569e66010429bb3362d67b7941f2e Author: vletoux <vin...@gm...> Date: 2015-04-06 (Mon, 06 Apr 2015) Changed paths: M src/libopensc/pkcs15.c Log Message: ----------- fix issue #425 (Compilation without OpenSSL - guid computation issue) This case is triggered when: - built without OpenSSL - called from a minidriver where id.len = 1 - card number is less than 15 bytes Commit: 25b88bb0f760164ec2953e86881dbd1eecaf2b4b https://github.com/OpenSC/OpenSC/commit/25b88bb0f760164ec2953e86881dbd1eecaf2b4b Author: vletoux <vin...@gm...> Date: 2015-04-06 (Mon, 06 Apr 2015) Changed paths: M .travis.yml M MacOSX/build-package.in M doc/tools/pkcs15-tool.1.xml M src/libopensc/card-iasecc.c M src/libopensc/card-myeid.c M src/libopensc/card-openpgp.c M src/libopensc/iso7816.c M src/libopensc/libopensc.exports M src/libopensc/log.c M src/libopensc/pkcs15-gemsafeV1.c M src/libopensc/sm.c M src/libopensc/sm.h M src/libopensc/types.h M src/pkcs11/mechanism.c M src/pkcs15init/pkcs15-iasecc.c M src/tools/opensc-explorer.c M src/tools/pkcs11-tool.c M src/tools/pkcs15-tool.c Log Message: ----------- Merge branch 'upstream/master' Commit: 702df8d4edca824a144354dd5af7912914ca3202 https://github.com/OpenSC/OpenSC/commit/702df8d4edca824a144354dd5af7912914ca3202 Author: vletoux <vin...@gm...> Date: 2015-04-06 (Mon, 06 Apr 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- Merge branch 'upstream/master' Conflicts: src/libopensc/card-openpgp.c src/libopensc/pkcs15-gemsafeV1.c src/pkcs11/mechanism.c Commit: 63d9c8a10122ed8a35c944dea74b820d0fdf547b https://github.com/OpenSC/OpenSC/commit/63d9c8a10122ed8a35c944dea74b820d0fdf547b Author: vletoux <vin...@gm...> Date: 2015-04-07 (Tue, 07 Apr 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- better parameter checks for CardGetProperty and CardSetProperty Added value for secure key injection (to reject it properly because it is not implemented) Commit: 2c09a99b3f23ad239a888dbc95a54c59620976a5 https://github.com/OpenSC/OpenSC/commit/2c09a99b3f23ad239a888dbc95a54c59620976a5 Author: vletoux <vin...@gm...> Date: 2015-04-09 (Thu, 09 Apr 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- add parameter checking for CardSignData Commit: f1b26b5ec54e432e8bdb8d9c15ce11438c58b68a https://github.com/OpenSC/OpenSC/commit/f1b26b5ec54e432e8bdb8d9c15ce11438c58b68a Author: vletoux <vin...@gm...> Date: 2015-04-09 (Thu, 09 Apr 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- fix a problem: CardDeauthenticate(ex) do nothing, but the base CSP think that the user is deauthenticate from the card. The user is still authenticated ! Commit: b31877cfff0979535b898a5f07b4a5e9c4dbeb4d https://github.com/OpenSC/OpenSC/commit/b31877cfff0979535b898a5f07b4a5e9c4dbeb4d Author: viktorTarasov <vik...@gm...> Date: 2015-04-10 (Fri, 10 Apr 2015) Changed paths: M src/libopensc/pkcs15.c M src/minidriver/minidriver.c Log Message: ----------- Merge pull request #428 from vletoux/master fix issue #425 Compare: https://github.com/OpenSC/OpenSC/compare/8ea328ff7fb3...b31877cfff09 |