From: GitHub <no...@gi...> - 2015-05-10 13:10:51
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 6a2e9aa3b6c1bdb4ff9e0da3757420b302f574f6 https://github.com/OpenSC/OpenSC/commit/6a2e9aa3b6c1bdb4ff9e0da3757420b302f574f6 Author: vletoux <vin...@gm...> Date: 2015-05-10 (Sun, 10 May 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: 2667394f228f49c274787a753920e7838245620d https://github.com/OpenSC/OpenSC/commit/2667394f228f49c274787a753920e7838245620d Author: vletoux <vin...@gm...> Date: 2015-05-10 (Sun, 10 May 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: b7f000d6b8ce28a8724e381b23bdc1f9d5f1902a https://github.com/OpenSC/OpenSC/commit/b7f000d6b8ce28a8724e381b23bdc1f9d5f1902a Author: vletoux <vin...@gm...> Date: 2015-05-10 (Sun, 10 May 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- add parameter checking for CardSignData Commit: 6aaf9d462c6488fa2d21143bf15007842661783b https://github.com/OpenSC/OpenSC/commit/6aaf9d462c6488fa2d21143bf15007842661783b Author: vletoux <vin...@gm...> Date: 2015-05-10 (Sun, 10 May 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: 54f462368b170e5a026b8dbf723f8cb2dc72cbf2 https://github.com/OpenSC/OpenSC/commit/54f462368b170e5a026b8dbf723f8cb2dc72cbf2 Author: vletoux <vin...@gm...> Date: 2015-05-10 (Sun, 10 May 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- Fix CardSignData "invalid signature" bug when called from CryptSignHash(CRYPT_NOHASHOID) Commit: 9544844d83e56891c5f164ddcd2418c337164868 https://github.com/OpenSC/OpenSC/commit/9544844d83e56891c5f164ddcd2418c337164868 Author: vletoux <vin...@gm...> Date: 2015-05-10 (Sun, 10 May 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: c5efcae0292ee86b1bc800ca06626998a25ef881 https://github.com/OpenSC/OpenSC/commit/c5efcae0292ee86b1bc800ca06626998a25ef881 Author: vletoux <vin...@gm...> Date: 2015-05-10 (Sun, 10 May 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- CardRSADecrypt: better parameter checking CardRSADecrypt & CardSignData: better OpenSC -> minidriver error code translation Commit: cb38657d47ad0bebfb7ae9763d746ce1c0018532 https://github.com/OpenSC/OpenSC/commit/cb38657d47ad0bebfb7ae9763d746ce1c0018532 Author: vletoux <vin...@gm...> Date: 2015-05-10 (Sun, 10 May 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- CardSignData: add support for missing hash algorithm Commit: 8036388f292b13cd2df36dd6b8b08c5a34093321 https://github.com/OpenSC/OpenSC/commit/8036388f292b13cd2df36dd6b8b08c5a34093321 Author: vletoux <vin...@gm...> Date: 2015-05-10 (Sun, 10 May 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: 9601041f75392c11521201dd509be60ef0f7d900 https://github.com/OpenSC/OpenSC/commit/9601041f75392c11521201dd509be60ef0f7d900 Author: vletoux <vin...@gm...> Date: 2015-05-10 (Sun, 10 May 2015) Changed paths: M win32/OpenSC.wxs.in A win32/bannrbmp.bmp A win32/dlgbmp.bmp Log Message: ----------- win32 setup: * change the default wix background image (aka brand the setup) * add the missing ARPCONTACT property Commit: 1e78e16e657803bc21cc33e180643bfdd9a70cee https://github.com/OpenSC/OpenSC/commit/1e78e16e657803bc21cc33e180643bfdd9a70cee Author: vletoux <vin...@gm...> Date: 2015-05-10 (Sun, 10 May 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: a5593afc781ee7bffb3b061618b9086273099e6c https://github.com/OpenSC/OpenSC/commit/a5593afc781ee7bffb3b061618b9086273099e6c Author: vletoux <vin...@gm...> Date: 2015-05-10 (Sun, 10 May 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- minidriver: better parameter checking with CardQueryKeySizes and CardGetContainerProperty Commit: f331b35c4ee80a71acc7cbdcb5c873a012b24a9f https://github.com/OpenSC/OpenSC/commit/f331b35c4ee80a71acc7cbdcb5c873a012b24a9f Author: vletoux <vin...@gm...> Date: 2015-05-10 (Sun, 10 May 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- minidriver: make the parameter check be aware of pinpad capabilities Commit: 8062eac14575611cb70e2cfc431fed2507180f2f https://github.com/OpenSC/OpenSC/commit/8062eac14575611cb70e2cfc431fed2507180f2f Author: vletoux <vin...@gm...> Date: 2015-05-10 (Sun, 10 May 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: ad47d4d043f11122f75cc3de18037fcc0d0b2c27 https://github.com/OpenSC/OpenSC/commit/ad47d4d043f11122f75cc3de18037fcc0d0b2c27 Author: vletoux <vin...@gm...> Date: 2015-05-10 (Sun, 10 May 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 minidriver: fix some code analysis warnings Commit: d96e53b102fc73afd11d20b6bd8d372daac38bfe https://github.com/OpenSC/OpenSC/commit/d96e53b102fc73afd11d20b6bd8d372daac38bfe Author: vletoux <vin...@gm...> Date: 2015-05-10 (Sun, 10 May 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- minidriver: better error code if CARD_PIN_SILENT_CONTEXT is set Commit: f3c9525137bcaf4a96576ba63a3d9b21a55875d9 https://github.com/OpenSC/OpenSC/commit/f3c9525137bcaf4a96576ba63a3d9b21a55875d9 Author: vletoux <vin...@gm...> Date: 2015-05-10 (Sun, 10 May 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- fix attempt remaining regression if the card is blocked Commit: 659da4f538fcf9d427779f42a0cd598c3076eced https://github.com/OpenSC/OpenSC/commit/659da4f538fcf9d427779f42a0cd598c3076eced Author: vletoux <vin...@gm...> Date: 2015-05-10 (Sun, 10 May 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- minidriver: CardSignData - better parameter checking Commit: a671cf8fe2e4ac2eb824aae395d9bc30fcc655a8 https://github.com/OpenSC/OpenSC/commit/a671cf8fe2e4ac2eb824aae395d9bc30fcc655a8 Author: vletoux <vin...@gm...> Date: 2015-05-10 (Sun, 10 May 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- CardAuthenticateEx: test for remaining attempts before ... Commit: 6b58b1db01a77754d6cefc39ca0a1f3ffa076869 https://github.com/OpenSC/OpenSC/commit/6b58b1db01a77754d6cefc39ca0a1f3ffa076869 Author: vletoux <vin...@gm...> Date: 2015-05-10 (Sun, 10 May 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- minidriver: merge CardUnblockPin and CardChangeAuthenticator into CardChangeAuthenticatorEx Commit: 7d225e28f7474f8837e7de3bde7f707ba7b1f8ad https://github.com/OpenSC/OpenSC/commit/7d225e28f7474f8837e7de3bde7f707ba7b1f8ad Author: vletoux <vin...@gm...> Date: 2015-05-10 (Sun, 10 May 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- minidriver: add support for the special msroot file which contains the root certificates stored on the card. Commit: 6127fe6b779227070c9a1f37feb2f6168832ed5e https://github.com/OpenSC/OpenSC/commit/6127fe6b779227070c9a1f37feb2f6168832ed5e Author: vletoux <vin...@gm...> Date: 2015-05-10 (Sun, 10 May 2015) Changed paths: M src/minidriver/minidriver.c M src/minidriver/versioninfo-minidriver.rc.in Log Message: ----------- minidriver: change the UI (remplace a messagebox by a nice dialog) ; add a translation function for errors Commit: 33cf1619413c88f491d6ff5db2359b81faa2914b https://github.com/OpenSC/OpenSC/commit/33cf1619413c88f491d6ff5db2359b81faa2914b Author: vletoux <vin...@gm...> Date: 2015-05-10 (Sun, 10 May 2015) Changed paths: M src/minidriver/minidriver.c M src/minidriver/versioninfo-minidriver.rc.in Log Message: ----------- minidriver: pinpad authentication is now working for smart card logon !!! (still needs 5 pinpad entries) minidriver: minor fixes Commit: 017d98f87f5061116f0a48ba37f2c98b391aee8e https://github.com/OpenSC/OpenSC/commit/017d98f87f5061116f0a48ba37f2c98b391aee8e Author: vletoux <vin...@gm...> Date: 2015-05-10 (Sun, 10 May 2015) Changed paths: M win32/OpenSC.wxs.in Log Message: ----------- trying to fix image path when compiling Commit: 5a1ca44c11e463b5ac6fe16c529f2266358ea589 https://github.com/OpenSC/OpenSC/commit/5a1ca44c11e463b5ac6fe16c529f2266358ea589 Author: vletoux <vin...@gm...> Date: 2015-05-10 (Sun, 10 May 2015) Changed paths: M win32/Make.rules.mak M win32/Makefile.am M win32/Makefile.mak M win32/OpenSC.wxs.in A win32/customactions.c A win32/customactions.exports Log Message: ----------- custom action skeleton (without actions) - help welcome ... Commit: 9e07a75968a3d829a072c12aa0c6b128bbec3310 https://github.com/OpenSC/OpenSC/commit/9e07a75968a3d829a072c12aa0c6b128bbec3310 Author: vletoux <vin...@gm...> Date: 2015-05-10 (Sun, 10 May 2015) Changed paths: M configure.ac M win32/Make.rules.mak M win32/Makefile.am M win32/Makefile.mak R win32/customactions.c A win32/customactions.cpp Log Message: ----------- detect the wix components installed on the build machine Commit: 0b683472b0749b45c14c181c22b1e86f0775dc64 https://github.com/OpenSC/OpenSC/commit/0b683472b0749b45c14c181c22b1e86f0775dc64 Author: vletoux <vin...@gm...> Date: 2015-05-10 (Sun, 10 May 2015) Changed paths: M win32/Make.rules.mak M win32/Makefile.mak M win32/OpenSC.wxs.in M win32/customactions.cpp M win32/customactions.exports Log Message: ----------- win32 setup: add basic minidriver card registration and unregistration via a custom action Commit: 2f6d1b5c9783fcd52d73881baa61e5d2a895862b https://github.com/OpenSC/OpenSC/commit/2f6d1b5c9783fcd52d73881baa61e5d2a895862b Author: vletoux <vin...@gm...> Date: 2015-05-10 (Sun, 10 May 2015) Changed paths: M configure.ac M win32/Makefile.am M win32/Makefile.mak A win32/versioninfo-customactions.rc.in Log Message: ----------- avoid the failure: "Failed to get file version of custom action dll" Commit: aede9b164beeb35cba493f3e00bb2136c455ee44 https://github.com/OpenSC/OpenSC/commit/aede9b164beeb35cba493f3e00bb2136c455ee44 Author: vletoux <vin...@gm...> Date: 2015-05-10 (Sun, 10 May 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- minidriver: fix compilation warnings on x64 (size_t <> DWORD) Commit: ac82a96ccc7cd2ef54d5d1cbc1fa7a32aee582ee https://github.com/OpenSC/OpenSC/commit/ac82a96ccc7cd2ef54d5d1cbc1fa7a32aee582ee Author: vletoux <vin...@gm...> Date: 2015-05-10 (Sun, 10 May 2015) Changed paths: M src/minidriver/minidriver.c M win32/OpenSC.wxs.in Log Message: ----------- minidriver: add my name in the author list setup: change the url to match the new one Commit: 8ec000e80d500d4b993f74465442cc509e1c90cb https://github.com/OpenSC/OpenSC/commit/8ec000e80d500d4b993f74465442cc509e1c90cb Author: vletoux <vin...@gm...> Date: 2015-05-10 (Sun, 10 May 2015) Changed paths: M src/minidriver/minidriver.c M src/minidriver/versioninfo-minidriver.rc.in Log Message: ----------- minidriver: change the icon of the pinpad dialog Commit: 7784d24ee136c96a353ccc810ab2394887c9fefc https://github.com/OpenSC/OpenSC/commit/7784d24ee136c96a353ccc810ab2394887c9fefc Author: vletoux <vin...@gm...> Date: 2015-05-10 (Sun, 10 May 2015) Changed paths: M win32/customactions.cpp Log Message: ----------- win32/customactions.cpp: add the MaskTech card minidriver registration data Commit: 72b5d8fe9adcd5ae3ecb89b4c617151222e44c8b https://github.com/OpenSC/OpenSC/commit/72b5d8fe9adcd5ae3ecb89b4c617151222e44c8b Author: Viktor Tarasov <vik...@gm...> Date: 2015-05-10 (Sun, 10 May 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- md: use 'store-or-update' store certificate mode Compare: https://github.com/OpenSC/OpenSC/compare/e0aec3764ad4...72b5d8fe9adc |