You can subscribe to this list here.
2013 |
Jan
(18) |
Feb
(20) |
Mar
(15) |
Apr
(5) |
May
(7) |
Jun
(3) |
Jul
(4) |
Aug
(20) |
Sep
(10) |
Oct
(12) |
Nov
(12) |
Dec
(7) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2014 |
Jan
(12) |
Feb
(8) |
Mar
(3) |
Apr
(7) |
May
(12) |
Jun
(19) |
Jul
(1) |
Aug
(5) |
Sep
(9) |
Oct
(11) |
Nov
(13) |
Dec
(20) |
2015 |
Jan
(12) |
Feb
(25) |
Mar
(33) |
Apr
(37) |
May
(36) |
Jun
(2) |
Jul
(18) |
Aug
(31) |
Sep
(98) |
Oct
(50) |
Nov
(25) |
Dec
(34) |
2016 |
Jan
(95) |
Feb
(35) |
Mar
(78) |
Apr
(12) |
May
(11) |
Jun
(20) |
Jul
(28) |
Aug
(21) |
Sep
(30) |
Oct
(29) |
Nov
(15) |
Dec
(15) |
2017 |
Jan
(29) |
Feb
(17) |
Mar
(34) |
Apr
(28) |
May
(12) |
Jun
(25) |
Jul
(39) |
Aug
(14) |
Sep
(12) |
Oct
(38) |
Nov
(28) |
Dec
(6) |
2018 |
Jan
(15) |
Feb
(22) |
Mar
(27) |
Apr
(71) |
May
(78) |
Jun
(47) |
Jul
(24) |
Aug
(63) |
Sep
(43) |
Oct
(34) |
Nov
(27) |
Dec
(18) |
2019 |
Jan
(51) |
Feb
(17) |
Mar
(48) |
Apr
(46) |
May
(25) |
Jun
(9) |
Jul
(14) |
Aug
(46) |
Sep
(18) |
Oct
(25) |
Nov
(26) |
Dec
(25) |
2020 |
Jan
(28) |
Feb
(30) |
Mar
(20) |
Apr
(69) |
May
(40) |
Jun
(16) |
Jul
(13) |
Aug
(9) |
Sep
(17) |
Oct
(40) |
Nov
(55) |
Dec
(6) |
2021 |
Jan
(44) |
Feb
(13) |
Mar
(33) |
Apr
(31) |
May
(32) |
Jun
(10) |
Jul
(9) |
Aug
(27) |
Sep
(33) |
Oct
(7) |
Nov
(14) |
Dec
(17) |
2022 |
Jan
(25) |
Feb
(11) |
Mar
(42) |
Apr
(14) |
May
(18) |
Jun
(3) |
Jul
(10) |
Aug
(41) |
Sep
(12) |
Oct
(13) |
Nov
(18) |
Dec
(9) |
2023 |
Jan
(10) |
Feb
(18) |
Mar
(25) |
Apr
(27) |
May
(16) |
Jun
(26) |
Jul
(9) |
Aug
(29) |
Sep
(17) |
Oct
(24) |
Nov
(18) |
Dec
(16) |
2024 |
Jan
(23) |
Feb
(55) |
Mar
(40) |
Apr
(17) |
May
(15) |
Jun
(12) |
Jul
(12) |
Aug
(6) |
Sep
(15) |
Oct
(16) |
Nov
(29) |
Dec
(26) |
2025 |
Jan
(29) |
Feb
(37) |
Mar
(24) |
Apr
(35) |
May
(38) |
Jun
(20) |
Jul
(7) |
Aug
(13) |
Sep
(4) |
Oct
(1) |
Nov
|
Dec
|
From: GitHub <no...@gi...> - 2015-04-05 11:27:00
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC 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 |
From: GitHub <no...@gi...> - 2015-04-04 20:13:25
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC 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 |
From: GitHub <no...@gi...> - 2015-04-04 20:06:55
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC 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. Compare: https://github.com/OpenSC/OpenSC/compare/95ad11a2530c...fa045d44ecf7 |
From: GitHub <no...@gi...> - 2015-04-04 19:45:25
|
Branch: refs/heads/master 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. |
From: GitHub <no...@gi...> - 2015-04-04 17:58:48
|
Branch: refs/heads/minidriver-cmck-issues-i426 Home: https://github.com/OpenSC/OpenSC |
From: GitHub <no...@gi...> - 2015-04-03 13:05:06
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pam_pkcs11 Commit: 4ef003ac43405f6391bf965a043f9fe4c4704f1d https://github.com/OpenSC/pam_pkcs11/commit/4ef003ac43405f6391bf965a043f9fe4c4704f1d Author: Ludovic Rousseau <lud...@gm...> Date: 2015-04-03 (Fri, 03 Apr 2015) Changed paths: M src/pam_pkcs11/pam_pkcs11.c Log Message: ----------- pam_sm_authenticate(): ignore invalid certificates The code stopped on the first invalid certificate. This is problematic if the card contains certificates that have expired or are not yet valid. Thanks to 建明 for the bug report https://sourceforge.net/p/opensc/mailman/message/33698763/ |
From: GitHub <no...@gi...> - 2015-04-02 07:58:28
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: e07c4bcfbbc55eaca08eba625e189697ff18f3d5 https://github.com/OpenSC/OpenSC/commit/e07c4bcfbbc55eaca08eba625e189697ff18f3d5 Author: Frank Morgner <mo...@in...> Date: 2015-04-02 (Thu, 02 Apr 2015) Changed paths: M src/libopensc/sm.c M src/libopensc/sm.h Log Message: ----------- added sc_sm_stop implementation taken from the ISO SM driver of https://github.com/frankmorgner/vsmartcard/tree/master/npa Commit: c0fac2a4f6c58b5f84c7b2e3344e8e19a765e3d7 https://github.com/OpenSC/OpenSC/commit/c0fac2a4f6c58b5f84c7b2e3344e8e19a765e3d7 Author: Frank Morgner <mo...@in...> Date: 2015-04-02 (Thu, 02 Apr 2015) Changed paths: M src/libopensc/sm.c Log Message: ----------- stop SM in case of SM errors Compare: https://github.com/OpenSC/OpenSC/compare/00b04254f7e4...c0fac2a4f6c5 |
From: GitHub <no...@gi...> - 2015-04-01 07:55:21
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: a251b9335c7b3c827685337e9498b3d4493d9c09 https://github.com/OpenSC/OpenSC/commit/a251b9335c7b3c827685337e9498b3d4493d9c09 Author: Frank Morgner <mo...@in...> Date: 2015-03-31 (Tue, 31 Mar 2015) Changed paths: M MacOSX/build-package.in Log Message: ----------- use xcodebuild with `-target OpenSC` patch by Dirk-Willem van Gulik Commit: 311958e13f43abfe29d5ba15f62fdf4ad22b16b8 https://github.com/OpenSC/OpenSC/commit/311958e13f43abfe29d5ba15f62fdf4ad22b16b8 Author: Frank Morgner <mo...@in...> Date: 2015-04-01 (Wed, 01 Apr 2015) Changed paths: M .travis.yml Log Message: ----------- Travis-ci: build dmg on OS X Commit: 88fa362b5b3e27d47ff2d57e4e04e694e5e07c87 https://github.com/OpenSC/OpenSC/commit/88fa362b5b3e27d47ff2d57e4e04e694e5e07c87 Author: Frank Morgner <mo...@in...> Date: 2015-04-01 (Wed, 01 Apr 2015) Changed paths: M .travis.yml Log Message: ----------- nobody likes being pedantic Commit: 00b04254f7e42e29db1b845364606080ed3abc52 https://github.com/OpenSC/OpenSC/commit/00b04254f7e42e29db1b845364606080ed3abc52 Author: viktorTarasov <vik...@gm...> Date: 2015-04-01 (Wed, 01 Apr 2015) Changed paths: M .travis.yml M MacOSX/build-package.in Log Message: ----------- Merge pull request #420 from frankmorgner/osx Travis OSX integrations Compare: https://github.com/OpenSC/OpenSC/compare/30b24e79c08e...00b04254f7e4 |
From: GitHub <no...@gi...> - 2015-04-01 07:47:21
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 30b24e79c08e6c027ffa3aa8136c10f689ce7a63 https://github.com/OpenSC/OpenSC/commit/30b24e79c08e6c027ffa3aa8136c10f689ce7a63 Author: Frank Morgner <mo...@in...> Date: 2015-04-01 (Wed, 01 Apr 2015) Changed paths: M src/libopensc/card-myeid.c Log Message: ----------- fixed memory corruption in encode_file_structure as suggested by Peter Popovec |
From: GitHub <no...@gi...> - 2015-03-31 17:15:04
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 88ec461bc5b6041e0417df569de74875253f05d3 https://github.com/OpenSC/OpenSC/commit/88ec461bc5b6041e0417df569de74875253f05d3 Author: Dirk-Willem van Gulik <di...@we...> Date: 2015-03-31 (Tue, 31 Mar 2015) Changed paths: M doc/tools/pkcs15-tool.1.xml M src/libopensc/iso7816.c M src/tools/pkcs15-tool.c Log Message: ----------- tool: RFC4716 compliant key output Add a comment field to the ssh key output if a label is set on the key. Add RFC4716 compliant key output for the new breed of modern (mobile) SSH clients. VTA: use short form of log call in iso7816 |
From: GitHub <no...@gi...> - 2015-03-31 16:55:45
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 117f3a74beb715f7d0fd43bd11a378ecf9db928e https://github.com/OpenSC/OpenSC/commit/117f3a74beb715f7d0fd43bd11a378ecf9db928e Author: Thomas Calderon <tho...@ss...> Date: 2015-03-31 (Tue, 31 Mar 2015) Changed paths: M src/pkcs15init/pkcs15-iasecc.c Log Message: ----------- iasecc: Fix key usage when provisioning card * Avoids overriding key_usage when creating objects on the card. Commit: 4a4d750e7383da4a4b71f55465efe3749df63735 https://github.com/OpenSC/OpenSC/commit/4a4d750e7383da4a4b71f55465efe3749df63735 Author: Thomas Calderon <tho...@ss...> Date: 2015-03-31 (Tue, 31 Mar 2015) Changed paths: M src/libopensc/card-iasecc.c Log Message: ----------- iasecc: Fix log output is always displayed * iasecc_read_public_key function uses SC_SUCCESS instead of log level value, hence the log output is always displayed. This uses SC_LOG_DEBUG_NORMAL instead. VTA: updated to use short form of LOG macro Commit: a05e7ca84df68b21728ee11a5d1637bbacbd6ae9 https://github.com/OpenSC/OpenSC/commit/a05e7ca84df68b21728ee11a5d1637bbacbd6ae9 Author: Frank Morgner <mo...@in...> Date: 2015-03-31 (Tue, 31 Mar 2015) Changed paths: M .travis.yml Log Message: ----------- ignore errors on `apt-get update` Commit: 0790969b97083c1d90ec97292904d8fb7164d238 https://github.com/OpenSC/OpenSC/commit/0790969b97083c1d90ec97292904d8fb7164d238 Author: Frank Morgner <mo...@in...> Date: 2015-03-31 (Tue, 31 Mar 2015) Changed paths: M src/libopensc/iso7816.c M src/libopensc/types.h M src/tools/opensc-explorer.c Log Message: ----------- recognize short EF identifier Compare: https://github.com/OpenSC/OpenSC/compare/548c2780d3fa...0790969b9708 |
From: GitHub <no...@gi...> - 2015-03-31 16:24:36
|
Branch: refs/tags/v0.15.0-pre2 Home: https://github.com/OpenSC/OpenSC |
From: GitHub <no...@gi...> - 2015-03-31 16:23:37
|
Branch: refs/heads/opensc-0.15.0 Home: https://github.com/OpenSC/OpenSC Commit: aa63a17afc4ea841c03bf31f53a2c02c78ad9df8 https://github.com/OpenSC/OpenSC/commit/aa63a17afc4ea841c03bf31f53a2c02c78ad9df8 Author: Viktor Tarasov <vik...@gm...> Date: 2015-03-31 (Tue, 31 Mar 2015) Changed paths: M configure.ac Log Message: ----------- build: set package version for 0.15.0-pre2 |
From: GitHub <no...@gi...> - 2015-03-31 16:21:22
|
Branch: refs/tags/v0.15.0-pre2 Home: https://github.com/OpenSC/OpenSC |
From: GitHub <no...@gi...> - 2015-03-30 08:10:01
|
Branch: refs/heads/coverity_scan Home: https://github.com/OpenSC/OpenSC |
From: GitHub <no...@gi...> - 2015-03-30 08:08:20
|
Branch: refs/heads/coverity_scan Home: https://github.com/OpenSC/OpenSC Commit: 84e92ba5533c441a62bc269faa05dd79223885ad https://github.com/OpenSC/OpenSC/commit/84e92ba5533c441a62bc269faa05dd79223885ad Author: Viktor Tarasov <vik...@gm...> Date: 2015-03-30 (Mon, 30 Mar 2015) Changed paths: M src/libopensc/cardctl.h M src/pkcs15init/pkcs15-iasecc.c M src/pkcs15init/pkcs15-lib.c M src/pkcs15init/pkcs15-oberthur.c M src/pkcs15init/profile.c Log Message: ----------- coverity: some fixes |
From: GitHub <no...@gi...> - 2015-03-30 08:03:38
|
Branch: refs/tags/Laser-20140101-rebased-on-master Home: https://github.com/OpenSC/OpenSC |
From: GitHub <no...@gi...> - 2015-03-30 08:03:07
|
Branch: refs/tags/Laser-20131225-InitPKCS11-UnblockMD Home: https://github.com/OpenSC/OpenSC |
From: GitHub <no...@gi...> - 2015-03-30 08:02:50
|
Branch: refs/tags/master-merged Home: https://github.com/OpenSC/OpenSC |
From: GitHub <no...@gi...> - 2015-03-30 08:01:04
|
Branch: refs/heads/opensc-0.15.0 Home: https://github.com/OpenSC/OpenSC Commit: 435291f2166935e741e67539a55f191695874268 https://github.com/OpenSC/OpenSC/commit/435291f2166935e741e67539a55f191695874268 Author: Thomas Calderon <tho...@ss...> Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M etc/opensc.conf.in M src/libopensc/card-iasecc.c M src/libopensc/cards.h Log Message: ----------- iasecc: initial support for Morpho IAS Agent Card * This commit adds initial support for Morpho French Agent card which is an IAS card. Signature operations are working. Since my test card was read-only, I was unable to test object management functions. * Add missing copy of AID in structure Commit: c019a6230900e0703c2b701332f9cb34166adc0e https://github.com/OpenSC/OpenSC/commit/c019a6230900e0703c2b701332f9cb34166adc0e Author: Frank Morgner <mo...@in...> Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M src/pkcs11/mechanism.c Log Message: ----------- pkcs11: parameter checking for 'get_mechanism_list' fixes #409 Commit: 5149dd3e62594eb2477f699d834584991ab54d5f https://github.com/OpenSC/OpenSC/commit/5149dd3e62594eb2477f699d834584991ab54d5f Author: Wouter Verhelst <wou...@fe...> Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M src/libopensc/card-belpic.c Log Message: ----------- belpic: Support 2K cards Recent BELPIC cards (issued since March 2014) have a validity of 10 years (rather than 5 as before), and therefore also increased the key size from 1024 bits to 2048 bits. Key size can be detected by checking the applet version, for which we have to issue a "GetCardData" command. If the applet is version 0x17 or higher, keys are 2048 bits. Use #defines rather than magic numbers Keeps the code slightly more readable. While we're at it, refactor slightly so that the code which issues the GET CARD DATA command doesn't just keep the applet version, but also makes other things available. This latter in preparation of setting the serial number. Commit: b1bdfae20094de41c5d8435dc4d64b8896e04773 https://github.com/OpenSC/OpenSC/commit/b1bdfae20094de41c5d8435dc4d64b8896e04773 Author: Andreas Schwier <and...@ca...> Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M src/tools/sc-hsm-tool.c Log Message: ----------- sc-hsm: revert broken a4c8d671 sc-hsm: Fixed minimum value for number of password shares Commit: f3573ede0db55b1ce08a3d8d71d7236cfa618761 https://github.com/OpenSC/OpenSC/commit/f3573ede0db55b1ce08a3d8d71d7236cfa618761 Author: Frank Morgner <mo...@in...> Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M src/libopensc/reader-pcsc.c Log Message: ----------- fixed requesting PACE features Commit: 4b51b997482d30e62725176422a98689958d77fa https://github.com/OpenSC/OpenSC/commit/4b51b997482d30e62725176422a98689958d77fa Author: Philip Wendland <wen...@gm...> Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M src/libopensc/pkcs15-pubkey.c M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: harmonize supported ECC curves pkcs15-pubkey.c holds a struct containing supported ECC curves. The contents of this struct are being harmonized with pkcs11-tool supported curves. Commit: 090aed2fc239e4a2eda2fac5b4f22a7b281da275 https://github.com/OpenSC/OpenSC/commit/090aed2fc239e4a2eda2fac5b4f22a7b281da275 Author: Viktor Tarasov <vik...@gm...> Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M src/libopensc/card-isoApplet.c M src/libopensc/card-myeid.c M src/libopensc/pkcs15-sec.c Log Message: ----------- ec: fix length of allocated mem for EC signature discussion in PR #398 Commit: bba6e17aa982443a0a5337d21649d26201f899b0 https://github.com/OpenSC/OpenSC/commit/bba6e17aa982443a0a5337d21649d26201f899b0 Author: Philip Wendland <wen...@gm...> Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M src/pkcs15init/isoApplet.profile Log Message: ----------- isoApplet: Fix indentation of isoApplet.profile Commit: ab5ca331b2d8eb229bc83247fc69ab134ab5cd4f https://github.com/OpenSC/OpenSC/commit/ab5ca331b2d8eb229bc83247fc69ab134ab5cd4f Author: Philip Wendland <wen...@gm...> Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M src/libopensc/card-isoApplet.c Log Message: ----------- IsoApplet: Obtain applet version and card capabilities *after* match_card() Commit: e258cec13e417ce10c05be6c40fe3539824301b7 https://github.com/OpenSC/OpenSC/commit/e258cec13e417ce10c05be6c40fe3539824301b7 Author: Philip Wendland <wen...@gm...> Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M src/libopensc/card-isoApplet.c M src/pkcs15init/pkcs15-isoApplet.c Log Message: ----------- IsoApplet: Add nistp224, secp192k1 and secp256k1 curves secp*k1 curves are only supported applet version >= 0.6.0 because of an issue with encoding ECC public keys with small parameters. Commit: 76facf0d73deea58bb15a8b8771006ef43e74bf3 https://github.com/OpenSC/OpenSC/commit/76facf0d73deea58bb15a8b8771006ef43e74bf3 Author: Philip Wendland <wen...@gm...> Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M src/libopensc/card-isoApplet.c Log Message: ----------- IsoApplet: add support for GET CHALLENGE Commit: 907885667596b50b4e5be28e6afbb54433b5ec48 https://github.com/OpenSC/OpenSC/commit/907885667596b50b4e5be28e6afbb54433b5ec48 Author: Philip Wendland <wen...@gm...> Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M src/libopensc/card-isoApplet.c Log Message: ----------- IsoApplet: register ECC mechanisms only when ECC is supported by card There are few Java Cards that do not support ECDSA at all. Starting with IsoApplet version 00.06, the applet returns whether the card supports ECDSA or not. This commit uses this information to decider whether to register ECDSA mechanisms or not. Commit: c8d206ece1e3dd22282cf91c5047d993e316273e https://github.com/OpenSC/OpenSC/commit/c8d206ece1e3dd22282cf91c5047d993e316273e Author: Philip Wendland <wen...@gm...> Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M src/libopensc/card-isoApplet.c Log Message: ----------- IsoApplet: Increase indicated version to 00.06 Backward compatiblity with 00.05 is kept. Commit: 3b873adad2e0fe22ff13cd7c2c9f5e87abe4ba4a https://github.com/OpenSC/OpenSC/commit/3b873adad2e0fe22ff13cd7c2c9f5e87abe4ba4a Author: vletoux <vin...@gm...> Date: 2015-03-29 (Sun, 29 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: ----------- win32: allows 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: 5007e9fc9fbcd866eef1eb54912fb1d97f805583 https://github.com/OpenSC/OpenSC/commit/5007e9fc9fbcd866eef1eb54912fb1d97f805583 Author: vletoux <vin...@gm...> Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- md: fix build without 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: 548c2780d3faf9419c09aea5d5909b5d82685515 https://github.com/OpenSC/OpenSC/commit/548c2780d3faf9419c09aea5d5909b5d82685515 Author: Robert Quattlebaum <da...@de...> Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M src/libopensc/card-acos5.c Log Message: ----------- Add support for ACOS5-64 cards. The ACOS5-64 cards have a different ATR than the original ACOS5-32 cards. This change simply adds this ATR so that it will be recognized properly. Commit: 9680bc4fec3e28d6972ae64dd068893f8ff20a71 https://github.com/OpenSC/OpenSC/commit/9680bc4fec3e28d6972ae64dd068893f8ff20a71 Author: Viktor Tarasov <vik...@gm...> Date: 2015-03-30 (Mon, 30 Mar 2015) Changed paths: M etc/opensc.conf.in M src/common/libscdl.c 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/card.c M src/libopensc/cards.h M src/libopensc/ctx.c M src/libopensc/internal-winscard.h M src/libopensc/pkcs15-pubkey.c M src/libopensc/pkcs15-sec.c M src/libopensc/reader-pcsc.c M src/libopensc/user-interface.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 branch 'master' into 0.15.0 Compare: https://github.com/OpenSC/OpenSC/compare/4b5afbc86594...9680bc4fec3e |
From: GitHub <no...@gi...> - 2015-03-30 08:00:19
|
Branch: refs/heads/0.15.0 Home: https://github.com/OpenSC/OpenSC |
From: GitHub <no...@gi...> - 2015-03-30 07:59:43
|
Branch: refs/heads/0.15.0 Home: https://github.com/OpenSC/OpenSC Commit: 9680bc4fec3e28d6972ae64dd068893f8ff20a71 https://github.com/OpenSC/OpenSC/commit/9680bc4fec3e28d6972ae64dd068893f8ff20a71 Author: Viktor Tarasov <vik...@gm...> Date: 2015-03-30 (Mon, 30 Mar 2015) Changed paths: M etc/opensc.conf.in M src/common/libscdl.c 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/card.c M src/libopensc/cards.h M src/libopensc/ctx.c M src/libopensc/internal-winscard.h M src/libopensc/pkcs15-pubkey.c M src/libopensc/pkcs15-sec.c M src/libopensc/reader-pcsc.c M src/libopensc/user-interface.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 branch 'master' into 0.15.0 |
From: GitHub <no...@gi...> - 2015-03-29 12:15:02
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 548c2780d3faf9419c09aea5d5909b5d82685515 https://github.com/OpenSC/OpenSC/commit/548c2780d3faf9419c09aea5d5909b5d82685515 Author: Robert Quattlebaum <da...@de...> Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M src/libopensc/card-acos5.c Log Message: ----------- Add support for ACOS5-64 cards. The ACOS5-64 cards have a different ATR than the original ACOS5-32 cards. This change simply adds this ATR so that it will be recognized properly. |
From: GitHub <no...@gi...> - 2015-03-29 12:03:35
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 3b873adad2e0fe22ff13cd7c2c9f5e87abe4ba4a https://github.com/OpenSC/OpenSC/commit/3b873adad2e0fe22ff13cd7c2c9f5e87abe4ba4a Author: vletoux <vin...@gm...> Date: 2015-03-29 (Sun, 29 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: ----------- win32: allows 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: 5007e9fc9fbcd866eef1eb54912fb1d97f805583 https://github.com/OpenSC/OpenSC/commit/5007e9fc9fbcd866eef1eb54912fb1d97f805583 Author: vletoux <vin...@gm...> Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- md: fix build without 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) Compare: https://github.com/OpenSC/OpenSC/compare/c8d206ece1e3...5007e9fc9fbc |
From: GitHub <no...@gi...> - 2015-03-29 11:38:47
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: bba6e17aa982443a0a5337d21649d26201f899b0 https://github.com/OpenSC/OpenSC/commit/bba6e17aa982443a0a5337d21649d26201f899b0 Author: Philip Wendland <wen...@gm...> Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M src/pkcs15init/isoApplet.profile Log Message: ----------- isoApplet: Fix indentation of isoApplet.profile Commit: ab5ca331b2d8eb229bc83247fc69ab134ab5cd4f https://github.com/OpenSC/OpenSC/commit/ab5ca331b2d8eb229bc83247fc69ab134ab5cd4f Author: Philip Wendland <wen...@gm...> Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M src/libopensc/card-isoApplet.c Log Message: ----------- IsoApplet: Obtain applet version and card capabilities *after* match_card() Commit: e258cec13e417ce10c05be6c40fe3539824301b7 https://github.com/OpenSC/OpenSC/commit/e258cec13e417ce10c05be6c40fe3539824301b7 Author: Philip Wendland <wen...@gm...> Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M src/libopensc/card-isoApplet.c M src/pkcs15init/pkcs15-isoApplet.c Log Message: ----------- IsoApplet: Add nistp224, secp192k1 and secp256k1 curves secp*k1 curves are only supported applet version >= 0.6.0 because of an issue with encoding ECC public keys with small parameters. Commit: 76facf0d73deea58bb15a8b8771006ef43e74bf3 https://github.com/OpenSC/OpenSC/commit/76facf0d73deea58bb15a8b8771006ef43e74bf3 Author: Philip Wendland <wen...@gm...> Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M src/libopensc/card-isoApplet.c Log Message: ----------- IsoApplet: add support for GET CHALLENGE Commit: 907885667596b50b4e5be28e6afbb54433b5ec48 https://github.com/OpenSC/OpenSC/commit/907885667596b50b4e5be28e6afbb54433b5ec48 Author: Philip Wendland <wen...@gm...> Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M src/libopensc/card-isoApplet.c Log Message: ----------- IsoApplet: register ECC mechanisms only when ECC is supported by card There are few Java Cards that do not support ECDSA at all. Starting with IsoApplet version 00.06, the applet returns whether the card supports ECDSA or not. This commit uses this information to decider whether to register ECDSA mechanisms or not. Commit: c8d206ece1e3dd22282cf91c5047d993e316273e https://github.com/OpenSC/OpenSC/commit/c8d206ece1e3dd22282cf91c5047d993e316273e Author: Philip Wendland <wen...@gm...> Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M src/libopensc/card-isoApplet.c Log Message: ----------- IsoApplet: Increase indicated version to 00.06 Backward compatiblity with 00.05 is kept. Compare: https://github.com/OpenSC/OpenSC/compare/090aed2fc239...c8d206ece1e3 |