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
|
Sep
|
Oct
|
Nov
|
Dec
|
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 |
From: GitHub <no...@gi...> - 2015-03-29 11:16:49
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC 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 Compare: https://github.com/OpenSC/OpenSC/compare/f3573ede0db5...090aed2fc239 |
From: GitHub <no...@gi...> - 2015-03-29 10:47:03
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC 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 Compare: https://github.com/OpenSC/OpenSC/compare/5149dd3e6259...f3573ede0db5 |
From: GitHub <no...@gi...> - 2015-03-29 10:28:10
|
Branch: refs/heads/master 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. Compare: https://github.com/OpenSC/OpenSC/compare/c0c8a89126a0...5149dd3e6259 |
From: GitHub <no...@gi...> - 2015-03-20 18:53:06
|
Branch: refs/tags/master-merged Home: https://github.com/OpenSC/OpenSC |
From: GitHub <no...@gi...> - 2015-03-20 18:51:56
|
Branch: refs/tags/Laser-20131225-InitPKCS11-UnblockMD Home: https://github.com/OpenSC/OpenSC |
From: GitHub <no...@gi...> - 2015-03-20 18:51:44
|
Branch: refs/tags/Laser-20140101-rebased-on-master Home: https://github.com/OpenSC/OpenSC |
From: GitHub <no...@gi...> - 2015-03-20 18:50:21
|
Branch: refs/heads/opensc-0.15.0 Home: https://github.com/OpenSC/OpenSC Commit: 4b5afbc865941d0932d0e36e15a778574f564896 https://github.com/OpenSC/OpenSC/commit/4b5afbc865941d0932d0e36e15a778574f564896 Author: Viktor Tarasov <vik...@gm...> Date: 2015-03-20 (Fri, 20 Mar 2015) Changed paths: M NEWS Log Message: ----------- start release 0.15.0: update NEWS |
From: GitHub <no...@gi...> - 2015-03-20 17:33:14
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: c0c8a89126a0a11d315badcd778670d757b60f4c https://github.com/OpenSC/OpenSC/commit/c0c8a89126a0a11d315badcd778670d757b60f4c Author: Viktor Tarasov <vik...@gm...> Date: 2015-03-20 (Fri, 20 Mar 2015) Changed paths: M src/libopensc/ctx.c Log Message: ----------- mcrd: move driver to the end of detection list the drivers that need to probe the AIDs to recognize its supported card have to be placed at the end of the list of internal drivers |
From: GitHub <no...@gi...> - 2015-03-14 16:59:04
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 2fffbce65cb4e616dacd5a9549379eac92e20687 https://github.com/OpenSC/OpenSC/commit/2fffbce65cb4e616dacd5a9549379eac92e20687 Author: Hannu Honkanen <han...@av...> Date: 2015-03-14 (Sat, 14 Mar 2015) Changed paths: M src/libopensc/card-myeid.c M src/libopensc/cardctl.h M src/pkcs15init/pkcs15-myeid.c Log Message: ----------- myeid: update EC support for MyEID-v4 card |
From: GitHub <no...@gi...> - 2015-03-11 20:55:14
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 1becc45c108f0934423e72da5cfda63c29c76079 https://github.com/OpenSC/OpenSC/commit/1becc45c108f0934423e72da5cfda63c29c76079 Author: Lau bakman <la...@ba...> Date: 2015-03-11 (Wed, 11 Mar 2015) Changed paths: M doc/tools/dnie-tool.1.xml Log Message: ----------- Updated dnie-tool.1.xml for consistency Experienced a problem with dnie-tool where I would receive a warning with the content of /etc/bash_completion.d/dnie-tool. The cause of the error was a missing case label which in turn was caused by the formatting of the dnie-tool.1.xml. Options were formatted like <term><option--xarg, -x</option></term> which were not handled by the sed regular expression in the makefiles. Modified the dnie-tool.1.xml file to be consistent with the other doc files and to generate the dnie-tool file correctly. Commit: b8c0df725a24ce6b89277fed596ab06fc859a9d4 https://github.com/OpenSC/OpenSC/commit/b8c0df725a24ce6b89277fed596ab06fc859a9d4 Author: Frank Morgner <mo...@in...> Date: 2015-03-11 (Wed, 11 Mar 2015) Changed paths: M doc/tools/dnie-tool.1.xml Log Message: ----------- Merge pull request #390 from lbakman/master Fixed issue with building dnie-tool bash_completion script closes #392 Compare: https://github.com/OpenSC/OpenSC/compare/877fa862d99e...b8c0df725a24 |
From: GitHub <no...@gi...> - 2015-03-10 08:15:17
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 877fa862d99ee6177973ac2d80178449836cb5c3 https://github.com/OpenSC/OpenSC/commit/877fa862d99ee6177973ac2d80178449836cb5c3 Author: Viktor Tarasov <vik...@gm...> Date: 2015-03-10 (Tue, 10 Mar 2015) Changed paths: M src/libopensc/card-isoApplet.c Log Message: ----------- isoApplet: prototype of asn1_sig_value_sequence_to_rs() has changed |
From: GitHub <no...@gi...> - 2015-03-07 22:36:34
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 48bd6b09645014365a2be8361d113757a1736814 https://github.com/OpenSC/OpenSC/commit/48bd6b09645014365a2be8361d113757a1736814 Author: Philip Wendland <wen...@gm...> Date: 2015-02-20 (Fri, 20 Feb 2015) Changed paths: M src/libopensc/Makefile.am M src/libopensc/Makefile.mak A src/libopensc/card-isoApplet.c M src/libopensc/cardctl.h M src/libopensc/cards.h M src/libopensc/ctx.c M src/pkcs15init/Makefile.am M src/pkcs15init/Makefile.mak A src/pkcs15init/isoApplet.profile M src/pkcs15init/pkcs15-init.h A src/pkcs15init/pkcs15-isoApplet.c M src/pkcs15init/pkcs15-lib.c Log Message: ----------- Add support for the IsoApplet (Java Card applet) The IsoApplet can be found here: https://github.com/philipWendland/IsoApplet Add read/write support for this applet, including RSA and ECC support. Commit: 6f9e894ebe8189eaf64fc20f644c3683b3f42930 https://github.com/OpenSC/OpenSC/commit/6f9e894ebe8189eaf64fc20f644c3683b3f42930 Author: Philip Wendland <wen...@gm...> Date: 2015-02-20 (Fri, 20 Feb 2015) Changed paths: M src/libopensc/card-isoApplet.c Log Message: ----------- IsoApplet: set lock when doing command chaining Commit: e3cc851b728ce7c5e681f67c58ef9788f74ca2fd https://github.com/OpenSC/OpenSC/commit/e3cc851b728ce7c5e681f67c58ef9788f74ca2fd Author: Philip Wendland <wen...@gm...> Date: 2015-02-20 (Fri, 20 Feb 2015) Changed paths: M src/libopensc/card-isoApplet.c M src/libopensc/cardctl.h M src/pkcs15init/pkcs15-isoApplet.c Log Message: ----------- IsoApplet: EC key-gen rework and refactorings Rework the EC key generation mechanism to send the curve parameters to the card. In earlier versions, the applet had a copy of the curve parameters and there was a different algorithm reference for every curve. This is unfeasible when trying to support a larger number of curves because of size limitations of the applet. This commit additionally includes some refactorings that should not change the functionality. Commit: c463f1a7a1e4bfa653c6d34f5ee4f0a2d41883b1 https://github.com/OpenSC/OpenSC/commit/c463f1a7a1e4bfa653c6d34f5ee4f0a2d41883b1 Author: Philip Wendland <wen...@gm...> Date: 2015-02-20 (Fri, 20 Feb 2015) Changed paths: M src/libopensc/card-isoApplet.c Log Message: ----------- IsoApplet: Do not set RSA hashes See: 189e998486a5813bca2f6737a465ad62abb318c7 The IsoApplet requires the host to do the hashes with RSA. OpenSC will add all hashes that are available in software and will not expect the card to do the hashing. Commit: 09acfd7ec00d6561a9561c243cc75470d414cd2e https://github.com/OpenSC/OpenSC/commit/09acfd7ec00d6561a9561c243cc75470d414cd2e Author: Philip Wendland <wen...@gm...> Date: 2015-02-20 (Fri, 20 Feb 2015) Changed paths: M src/libopensc/card-isoApplet.c Log Message: ----------- IsoApplet: ECDSA signatures - only strip excess zeroes It is required to strip excessive zeroes returned by some Java Cards when removeing the ASN1 structural information for PKCS#11 so that the x/y can be calculated by dividing the signature length by 2. However, the leading zero may only be stripped if it is excessive (outside the field length). Otherwise generated signatures are wrong in rare cases (1 out of 256). Commit: 6cdf6c08a598779903ff5eb81850d8cf574f6ba0 https://github.com/OpenSC/OpenSC/commit/6cdf6c08a598779903ff5eb81850d8cf574f6ba0 Author: Philip Wendland <wen...@gm...> Date: 2015-02-20 (Fri, 20 Feb 2015) Changed paths: M src/libopensc/card-isoApplet.c Log Message: ----------- IsoApplet: use AID directly when selecting applet Now that apdu.data is const (see ef94c6b875b7927bb80e49139a29a3ce2b4937b7), this can be done without discarding the const qualifier of the aid parameter. Commit: e791948e4230cad5d8def22f5148ceaf9248e837 https://github.com/OpenSC/OpenSC/commit/e791948e4230cad5d8def22f5148ceaf9248e837 Author: Philip Wendland <wen...@gm...> Date: 2015-02-20 (Fri, 20 Feb 2015) Changed paths: M src/libopensc/card-isoApplet.c Log Message: ----------- IsoApplet: Simplify the private key import Use the new features of sc_asn1_put_tag introduced in OpenSC/OpenSC#314. Additionally, a RSA private key is sent from one large buffer using either extended APDUs or chaining (in compliance to IsoApplet API version 00.05). Commit: 73b391731b49ad37625ef52ca60f84f56112963a https://github.com/OpenSC/OpenSC/commit/73b391731b49ad37625ef52ca60f84f56112963a Author: Philip Wendland <wen...@gm...> Date: 2015-02-20 (Fri, 20 Feb 2015) Changed paths: M src/libopensc/card-isoApplet.c Log Message: ----------- IsoApplet: Don't set ECC field length of 512 512 is wrong for EC FP (correct would be 521 bit), and neither of those two are currently supported by OpenSC. Commit: 0473decae4dbc3b463028c59015a6086f9e3fa00 https://github.com/OpenSC/OpenSC/commit/0473decae4dbc3b463028c59015a6086f9e3fa00 Author: Philip Wendland <wen...@gm...> Date: 2015-02-20 (Fri, 20 Feb 2015) Changed paths: M src/libopensc/card-isoApplet.c Log Message: ----------- IsoApplet: clear memory after prkey import. Private key import via plain APDUs is dangerous and not recommended anyway, but clearing the apdu buffer does not hurt anyone. Commit: 43fa99c0f2943fc86a241501919bba3491a8c1f7 https://github.com/OpenSC/OpenSC/commit/43fa99c0f2943fc86a241501919bba3491a8c1f7 Author: Philip Wendland <wen...@gm...> Date: 2015-02-20 (Fri, 20 Feb 2015) Changed paths: M src/libopensc/card-isoApplet.c Log Message: ----------- IsoApplet: Move the key gen debug info to the right places Commit: 5628a06353e34c5462b132a9f288a438204d52bd https://github.com/OpenSC/OpenSC/commit/5628a06353e34c5462b132a9f288a438204d52bd Author: Philip Wendland <wen...@gm...> Date: 2015-02-20 (Fri, 20 Feb 2015) Changed paths: M src/libopensc/card-isoApplet.c M src/pkcs15init/pkcs15-isoApplet.c Log Message: ----------- IsoApplet: Align comments with spaces instead of tabs Better view with tabstop=8. Commit: 44d724b012484b751bb24d40c20196ff29105242 https://github.com/OpenSC/OpenSC/commit/44d724b012484b751bb24d40c20196ff29105242 Author: Philip Wendland <wen...@gm...> Date: 2015-02-20 (Fri, 20 Feb 2015) Changed paths: M src/pkcs15init/pkcs15-isoApplet.c Log Message: ----------- IsoApplet: fix more (comment) alignment issues with tabstop=8 Commit: da05fa2a473354ab8beb6edff89c9dc84d102148 https://github.com/OpenSC/OpenSC/commit/da05fa2a473354ab8beb6edff89c9dc84d102148 Author: Philip Wendland <wen...@gm...> Date: 2015-02-20 (Fri, 20 Feb 2015) Changed paths: M src/pkcs15init/pkcs15-isoApplet.c Log Message: ----------- IsoApplet: try to fix EC parameters when importing private keys from file Commit: 3312c1e2b9967942e04f498c7a84b939ec5f8b96 https://github.com/OpenSC/OpenSC/commit/3312c1e2b9967942e04f498c7a84b939ec5f8b96 Author: Philip Wendland <wen...@gm...> Date: 2015-02-20 (Fri, 20 Feb 2015) Changed paths: M win32/OpenSC.wxs.in Log Message: ----------- IsoApplet: install isoApplet.profile on windows Commit: a9d43af4bf08d46b369bf4f59ad892005e325085 https://github.com/OpenSC/OpenSC/commit/a9d43af4bf08d46b369bf4f59ad892005e325085 Author: Philip Wendland <wen...@gm...> Date: 2015-02-20 (Fri, 20 Feb 2015) Changed paths: M src/libopensc/card-isoApplet.c Log Message: ----------- IsoApplet: use a buffer large enough when generating EC keys larger than 320 bit Commit: 59eeacb74b3971c0f510230feba01516c5e8e9d1 https://github.com/OpenSC/OpenSC/commit/59eeacb74b3971c0f510230feba01516c5e8e9d1 Author: Philip Wendland <wen...@gm...> Date: 2015-02-20 (Fri, 20 Feb 2015) Changed paths: M src/pkcs15init/pkcs15-isoApplet.c Log Message: ----------- IsoApplet: react to removal of sc_pkcs15_ec_parameters in fa923831f8e8073f0b57ea492c9e2e93f661a373 Commit: 1aeebdaf1c0ad1143329eac62aaf75cf3f0fe055 https://github.com/OpenSC/OpenSC/commit/1aeebdaf1c0ad1143329eac62aaf75cf3f0fe055 Author: Philip Wendland <wen...@gm...> Date: 2015-02-20 (Fri, 20 Feb 2015) Changed paths: M src/libopensc/card-isoApplet.c Log Message: ----------- IsoApplet: react to changes of _sc_card_add_ec_alg() in fa923831f8e8073f0b57ea492c9e2e93f661a373 Commit: 85d16fbc57170bf2177e0d29d7c70993fb01d27c https://github.com/OpenSC/OpenSC/commit/85d16fbc57170bf2177e0d29d7c70993fb01d27c Author: Philip Wendland <wen...@gm...> Date: 2015-02-20 (Fri, 20 Feb 2015) Changed paths: M src/libopensc/card-isoApplet.c Log Message: ----------- IsoApplet: use helper function sc_asn1_sig_value_sequence_to_rs() introduced in #381 Commit: 74aeb8c92325ab7730f32712144c79c0ffee98bb https://github.com/OpenSC/OpenSC/commit/74aeb8c92325ab7730f32712144c79c0ffee98bb Author: Philip Wendland <wen...@gm...> Date: 2015-02-22 (Sun, 22 Feb 2015) Changed paths: M src/libopensc/card-isoApplet.c M src/pkcs15init/pkcs15-isoApplet.c Log Message: ----------- IsoApplet: register supported EC curve *per curve* Commit: 595be37feeeb7b2355c9f543d8061da980a39be8 https://github.com/OpenSC/OpenSC/commit/595be37feeeb7b2355c9f543d8061da980a39be8 Author: viktorTarasov <vik...@gm...> Date: 2015-03-07 (Sat, 07 Mar 2015) Changed paths: M src/libopensc/Makefile.am M src/libopensc/Makefile.mak A src/libopensc/card-isoApplet.c M src/libopensc/cardctl.h M src/libopensc/cards.h M src/libopensc/ctx.c M src/pkcs15init/Makefile.am M src/pkcs15init/Makefile.mak A src/pkcs15init/isoApplet.profile M src/pkcs15init/pkcs15-init.h A src/pkcs15init/pkcs15-isoApplet.c M src/pkcs15init/pkcs15-lib.c M win32/OpenSC.wxs.in Log Message: ----------- Merge pull request #305 from philipWendland/master Add support for the IsoApplet Java Card applet Compare: https://github.com/OpenSC/OpenSC/compare/2abe135f971a...595be37feeeb |
From: GitHub <no...@gi...> - 2015-03-07 21:48:42
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 2abe135f971aca7a3ecc231d10f96b5fddee078a https://github.com/OpenSC/OpenSC/commit/2abe135f971aca7a3ecc231d10f96b5fddee078a Author: Viktor Tarasov <vik...@gm...> Date: 2015-03-07 (Sat, 07 Mar 2015) Changed paths: M src/libopensc/asn1.c M src/libopensc/asn1.h Log Message: ----------- asn1: re-fix error in EC signature encode helper see comment for https://github.com/OpenSC/OpenSC/commit/8cf99a93726e735e04ed2563f14e315a60a4a859 |
From: GitHub <no...@gi...> - 2015-03-06 12:58:13
|
Branch: refs/heads/coverity_scan Home: https://github.com/OpenSC/OpenSC Commit: 33e3e8fcfacad2a0a27dcf237d30c7d20b84532e https://github.com/OpenSC/OpenSC/commit/33e3e8fcfacad2a0a27dcf237d30c7d20b84532e Author: Viktor Tarasov <vik...@gm...> Date: 2015-03-06 (Fri, 06 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-06 10:34:18
|
Branch: refs/heads/coverity_scan Home: https://github.com/OpenSC/OpenSC Commit: 981a0fbbaf36b9f2e0b725e5c19c7a42e3e32c61 https://github.com/OpenSC/OpenSC/commit/981a0fbbaf36b9f2e0b725e5c19c7a42e3e32c61 Author: Doug Engert <dee...@gm...> Date: 2015-02-11 (Wed, 11 Feb 2015) Changed paths: M src/libopensc/card-piv.c M src/tools/piv-tool.c Log Message: ----------- Fix-up changes caused by Coverity scan piv-tool.c add /* fall through */ to avoif false warning card-piv.c - clean up if sc_lock fails. Commit: 0ffad3f3bb9c893ab5a06998c7c7f0d571e7918d https://github.com/OpenSC/OpenSC/commit/0ffad3f3bb9c893ab5a06998c7c7f0d571e7918d Author: Robert Quattlebaum <da...@de...> Date: 2015-02-12 (Thu, 12 Feb 2015) Changed paths: M src/libopensc/pkcs15-piv.c Log Message: ----------- Fix for bad caching behavior of PIV PKCS15 emulator. Commit: 14ed749a88432f1b061302dd75a55e27b5d2be79 https://github.com/OpenSC/OpenSC/commit/14ed749a88432f1b061302dd75a55e27b5d2be79 Author: Martin Paljak <mar...@gm...> Date: 2015-02-13 (Fri, 13 Feb 2015) Changed paths: A CONTRIBUTING.md Log Message: ----------- Create CONTRIBUTING.md So that new issues and pull requests could get some information. Commit: 572218c59c8323c76a243763604801fb3587bf63 https://github.com/OpenSC/OpenSC/commit/572218c59c8323c76a243763604801fb3587bf63 Author: Doug Engert <dee...@gm...> Date: 2015-02-16 (Mon, 16 Feb 2015) Changed paths: M src/tools/piv-tool.c Log Message: ----------- Fall through comment before break Commit: e37690aed56d36dcdfd43762ee910465b9f44e87 https://github.com/OpenSC/OpenSC/commit/e37690aed56d36dcdfd43762ee910465b9f44e87 Author: Doug Engert <dee...@gm...> Date: 2015-02-16 (Mon, 16 Feb 2015) Changed paths: M src/libopensc/card-piv.c M src/tools/piv-tool.c Log Message: ----------- Merge pull request #376 from dengert/piv-reverts Fix-up changes caused by Coverity scan See #366 in PIV code Commit: d7475c8180c7fe96a85f13184c05bbe0fec20c3c https://github.com/OpenSC/OpenSC/commit/d7475c8180c7fe96a85f13184c05bbe0fec20c3c Author: Doug Engert <dee...@gm...> Date: 2015-02-16 (Mon, 16 Feb 2015) Changed paths: M src/libopensc/card-piv.c Log Message: ----------- Add brackets in card-piv.c Commit: 45a4def5fdb0f0ea05bd36661f5ecc617b16af8c https://github.com/OpenSC/OpenSC/commit/45a4def5fdb0f0ea05bd36661f5ecc617b16af8c Author: Doug Engert <dee...@gm...> Date: 2015-02-16 (Mon, 16 Feb 2015) Changed paths: M src/libopensc/card-piv.c Log Message: ----------- Merge pull request #382 from dengert/piv-fix1 Add brackets in card-piv.c Commit: fa923831f8e8073f0b57ea492c9e2e93f661a373 https://github.com/OpenSC/OpenSC/commit/fa923831f8e8073f0b57ea492c9e2e93f661a373 Author: Viktor Tarasov <vik...@gm...> Date: 2015-02-20 (Fri, 20 Feb 2015) Changed paths: M src/libopensc/asn1.c M src/libopensc/card-myeid.c M src/libopensc/card-piv.c M src/libopensc/card-sc-hsm.c M src/libopensc/card.c M src/libopensc/internal.h M src/libopensc/opensc.h M src/libopensc/pkcs15-algo.c M src/libopensc/pkcs15-pubkey.c M src/libopensc/pkcs15-sc-hsm.c M src/libopensc/pkcs15-sec.c M src/libopensc/pkcs15.h M src/pkcs11/framework-pkcs15.c M src/pkcs15init/pkcs15-lib.c M src/pkcs15init/pkcs15-sc-hsm.c Log Message: ----------- introduce EC curve OID into algorithm info data needed to store information about EC curve supported by card. Primary usage is when importing/generating key to get know if particular curve is supported by card. Commit: 80c496671f5bb513a1298b462040ed12d549fb2b https://github.com/OpenSC/OpenSC/commit/80c496671f5bb513a1298b462040ed12d549fb2b Author: Viktor Tarasov <vik...@gm...> Date: 2015-02-20 (Fri, 20 Feb 2015) Changed paths: M src/libopensc/asn1.c M src/libopensc/asn1.h M src/libopensc/libopensc.exports Log Message: ----------- helper functions to change format of ECDSA signature Commit: b08671fab5b500ed18e7fe189d8e6aadbaf22f4b https://github.com/OpenSC/OpenSC/commit/b08671fab5b500ed18e7fe189d8e6aadbaf22f4b Author: Viktor Tarasov <vik...@gm...> Date: 2015-02-20 (Fri, 20 Feb 2015) Changed paths: M src/tools/pkcs15-crypt.c Log Message: ----------- pkcs15-crypt: option for output format of ECDSA signature Commit: ced77ae6c7360914e746178b369561ad7fac84dc https://github.com/OpenSC/OpenSC/commit/ced77ae6c7360914e746178b369561ad7fac84dc Author: Pedro Martelletto <pe...@am...> Date: 2015-02-20 (Fri, 20 Feb 2015) Changed paths: M src/pkcs15init/pkcs15-cardos.c Log Message: ----------- cardos: overwrite content of deleted private key when deleting a private key object, overwrite its contents so the key can no longer be used. (VTA: original commit touched to use LOG macros and add debug logs) Commit: da07e22c97effe27d8decf4037f314e4015da1eb https://github.com/OpenSC/OpenSC/commit/da07e22c97effe27d8decf4037f314e4015da1eb Author: Frank Morgner <mo...@in...> Date: 2015-02-20 (Fri, 20 Feb 2015) Changed paths: M src/libopensc/card-authentic.c Log Message: ----------- use memmove for overlapping memory Commit: 236e68b17c85be8b7507615a99663f5f6da3438c https://github.com/OpenSC/OpenSC/commit/236e68b17c85be8b7507615a99663f5f6da3438c Author: Frank Morgner <mo...@in...> Date: 2015-02-20 (Fri, 20 Feb 2015) Changed paths: M src/libopensc/asn1.c Log Message: ----------- fixed NULL dereference Commit: 16ea926d2980ab9b92d94bd649cdb9a4ce6d769a https://github.com/OpenSC/OpenSC/commit/16ea926d2980ab9b92d94bd649cdb9a4ce6d769a Author: Frank Morgner <mo...@in...> Date: 2015-02-20 (Fri, 20 Feb 2015) Changed paths: M src/pkcs11/pkcs11-object.c Log Message: ----------- fixed indentation Commit: bff0ea483711a044f514ccee0e4ab5552dbea2bb https://github.com/OpenSC/OpenSC/commit/bff0ea483711a044f514ccee0e4ab5552dbea2bb Author: Frank Morgner <mo...@in...> Date: 2015-02-20 (Fri, 20 Feb 2015) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- fixed compiler warning Commit: 9f3dbaa39dbb2c6c4515bb2ea0ec78023d10bdb4 https://github.com/OpenSC/OpenSC/commit/9f3dbaa39dbb2c6c4515bb2ea0ec78023d10bdb4 Author: Frank Morgner <mo...@in...> Date: 2015-02-20 (Fri, 20 Feb 2015) Changed paths: M .travis.yml Log Message: ----------- honour warnings Commit: 58d1f1db3f0c8a8880d05301b803fb5524eabdc8 https://github.com/OpenSC/OpenSC/commit/58d1f1db3f0c8a8880d05301b803fb5524eabdc8 Author: Doug Engert <dee...@gm...> Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M src/libopensc/pkcs15-piv.c Log Message: ----------- Merge pull request #385 from darconeous/patch-2 Allow PKCS15 cache to work with PIV cards (if enabled) Commit: 8cf99a93726e735e04ed2563f14e315a60a4a859 https://github.com/OpenSC/OpenSC/commit/8cf99a93726e735e04ed2563f14e315a60a4a859 Author: Viktor Tarasov <vik...@gm...> Date: 2015-03-04 (Wed, 04 Mar 2015) Changed paths: M src/libopensc/asn1.c Log Message: ----------- asn1: fix error in EC signature encode helper The raw format of EC signature was invalid when 'r' and 's' had different length. https://github.com/OpenSC/OpenSC/pull/381#issuecomment-77016382 According to PKCS#11 v2.20: "If r and s have different octet length, the shorter of both must be padded with leading zero octets such that both have the same octet length." Commit: 1123768ac3b722afe3a0d662967515c547530554 https://github.com/OpenSC/OpenSC/commit/1123768ac3b722afe3a0d662967515c547530554 Author: Viktor Tarasov <vik...@gm...> Date: 2015-03-04 (Wed, 04 Mar 2015) Changed paths: M src/libopensc/card.c Log Message: ----------- libopensc: invalid 'free' and 'assign NULL' order Commit: 31124ac4f906ba8a331bde47d23bc89757f1829f https://github.com/OpenSC/OpenSC/commit/31124ac4f906ba8a331bde47d23bc89757f1829f Author: Viktor Tarasov <vik...@gm...> Date: 2015-03-04 (Wed, 04 Mar 2015) Changed paths: M src/libopensc/card.c M src/libopensc/opensc.h M src/pkcs15init/pkcs15-lib.c Log Message: ----------- pkcs15init: allocate EC parameters Commit: 6f6286de99a62ab0d2edf6023f39cfa8db139420 https://github.com/OpenSC/OpenSC/commit/6f6286de99a62ab0d2edf6023f39cfa8db139420 Author: Viktor Tarasov <vik...@gm...> Date: 2015-03-04 (Wed, 04 Mar 2015) Changed paths: M src/pkcs11/framework-pkcs15.c M src/pkcs11/misc.c M src/pkcs11/sc-pkcs11.h Log Message: ----------- pkcs11: generate EC key: use allocated EC params For internal use allocate and copy the EC params data from the caller's template, rather then use them directly as a pointer in internal public key data. Commit: 1739300657dfa6148f82c39b5a062bc679357649 https://github.com/OpenSC/OpenSC/commit/1739300657dfa6148f82c39b5a062bc679357649 Author: Viktor Tarasov <vik...@gm...> Date: 2015-03-05 (Thu, 05 Mar 2015) Changed paths: M src/libopensc/pkcs15-pubkey.c Log Message: ----------- pkcs15: fix name of EC curve, add new ones Compare: https://github.com/OpenSC/OpenSC/compare/3c1d8ad69557...1739300657df |
From: GitHub <no...@gi...> - 2015-03-05 09:39:12
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 1739300657dfa6148f82c39b5a062bc679357649 https://github.com/OpenSC/OpenSC/commit/1739300657dfa6148f82c39b5a062bc679357649 Author: Viktor Tarasov <vik...@gm...> Date: 2015-03-05 (Thu, 05 Mar 2015) Changed paths: M src/libopensc/pkcs15-pubkey.c Log Message: ----------- pkcs15: fix name of EC curve, add new ones |
From: GitHub <no...@gi...> - 2015-03-04 18:50:46
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 8cf99a93726e735e04ed2563f14e315a60a4a859 https://github.com/OpenSC/OpenSC/commit/8cf99a93726e735e04ed2563f14e315a60a4a859 Author: Viktor Tarasov <vik...@gm...> Date: 2015-03-04 (Wed, 04 Mar 2015) Changed paths: M src/libopensc/asn1.c Log Message: ----------- asn1: fix error in EC signature encode helper The raw format of EC signature was invalid when 'r' and 's' had different length. https://github.com/OpenSC/OpenSC/pull/381#issuecomment-77016382 According to PKCS#11 v2.20: "If r and s have different octet length, the shorter of both must be padded with leading zero octets such that both have the same octet length." Commit: 1123768ac3b722afe3a0d662967515c547530554 https://github.com/OpenSC/OpenSC/commit/1123768ac3b722afe3a0d662967515c547530554 Author: Viktor Tarasov <vik...@gm...> Date: 2015-03-04 (Wed, 04 Mar 2015) Changed paths: M src/libopensc/card.c Log Message: ----------- libopensc: invalid 'free' and 'assign NULL' order Commit: 31124ac4f906ba8a331bde47d23bc89757f1829f https://github.com/OpenSC/OpenSC/commit/31124ac4f906ba8a331bde47d23bc89757f1829f Author: Viktor Tarasov <vik...@gm...> Date: 2015-03-04 (Wed, 04 Mar 2015) Changed paths: M src/libopensc/card.c M src/libopensc/opensc.h M src/pkcs15init/pkcs15-lib.c Log Message: ----------- pkcs15init: allocate EC parameters Commit: 6f6286de99a62ab0d2edf6023f39cfa8db139420 https://github.com/OpenSC/OpenSC/commit/6f6286de99a62ab0d2edf6023f39cfa8db139420 Author: Viktor Tarasov <vik...@gm...> Date: 2015-03-04 (Wed, 04 Mar 2015) Changed paths: M src/pkcs11/framework-pkcs15.c M src/pkcs11/misc.c M src/pkcs11/sc-pkcs11.h Log Message: ----------- pkcs11: generate EC key: use allocated EC params For internal use allocate and copy the EC params data from the caller's template, rather then use them directly as a pointer in internal public key data. Compare: https://github.com/OpenSC/OpenSC/compare/58d1f1db3f0c...6f6286de99a6 |
From: GitHub <no...@gi...> - 2015-02-22 03:52:02
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 0ffad3f3bb9c893ab5a06998c7c7f0d571e7918d https://github.com/OpenSC/OpenSC/commit/0ffad3f3bb9c893ab5a06998c7c7f0d571e7918d Author: Robert Quattlebaum <da...@de...> Date: 2015-02-12 (Thu, 12 Feb 2015) Changed paths: M src/libopensc/pkcs15-piv.c Log Message: ----------- Fix for bad caching behavior of PIV PKCS15 emulator. Commit: 58d1f1db3f0c8a8880d05301b803fb5524eabdc8 https://github.com/OpenSC/OpenSC/commit/58d1f1db3f0c8a8880d05301b803fb5524eabdc8 Author: Doug Engert <dee...@gm...> Date: 2015-02-21 (Sat, 21 Feb 2015) Changed paths: M src/libopensc/pkcs15-piv.c Log Message: ----------- Merge pull request #385 from darconeous/patch-2 Allow PKCS15 cache to work with PIV cards (if enabled) Compare: https://github.com/OpenSC/OpenSC/compare/9f3dbaa39dbb...58d1f1db3f0c |