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
(10) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Jó Á. B. <no...@gi...> - 2019-07-23 23:25:59
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: a7766b3de36adf2c50fa463ddeb3548dbb1ff140 https://github.com/OpenSC/OpenSC/commit/a7766b3de36adf2c50fa463ddeb3548dbb1ff140 Author: Jó Ágila Bitsch <jo....@ex...> Date: 2019-07-24 (Wed, 24 Jul 2019) Changed paths: M src/libopensc/card-isoApplet.c Log Message: ----------- allow chaining for pkcs15-init --store-private-key EC keys when importing a private key onto a pkcs15 card, if the card does not support extended APDUs, we need to use chaining to store keys longer than 255 bytes. While for RSA keys, this check was included, it was missing for EC keys. This patch adds the SC_APDU_FLAGS_CHAINING flag to apdu.flags if data length is greater than 255 and the card caps does not include SC_CARD_CAP_APDU_EXT. Fixes #1747 |
From: Peter P. <no...@gi...> - 2019-07-23 23:22:53
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 8a20b980b90d82a1d64c8e0f2d36d4fd6a0fb218 https://github.com/OpenSC/OpenSC/commit/8a20b980b90d82a1d64c8e0f2d36d4fd6a0fb218 Author: Peter Popovec <pop...@gm...> Date: 2019-07-24 (Wed, 24 Jul 2019) Changed paths: M .travis.yml Log Message: ----------- travis.yml - install socat and ant packages. Fixes #1745 |
From: Frank M. <no...@gi...> - 2019-07-22 11:57:47
|
Branch: refs/heads/cardos5-md Home: https://github.com/OpenSC/OpenSC Commit: 3fbefc2cfbb8f66fb02fe4c403ed04233bc98c4b https://github.com/OpenSC/OpenSC/commit/3fbefc2cfbb8f66fb02fe4c403ed04233bc98c4b Author: Frank Morgner <fra...@gm...> Date: 2019-07-22 (Mon, 22 Jul 2019) Changed paths: M win32/customactions.cpp Log Message: ----------- md: added missing cardos5 ATRs fixes https://github.com/OpenSC/OpenSC/issues/1735 |
From: Raul M. <no...@gi...> - 2019-07-22 11:35:09
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: d14cf97d7a6ea6e10d7a94b2cf0fac15f6dca9b8 https://github.com/OpenSC/OpenSC/commit/d14cf97d7a6ea6e10d7a94b2cf0fac15f6dca9b8 Author: Raul Metsma <ra...@me...> Date: 2019-07-22 (Mon, 22 Jul 2019) Changed paths: M src/pkcs11/pkcs11-object.c Log Message: ----------- Allow to create temporary objects with readonly sessions and readonly cards Fixes #1719 Signed-off-by: Raul Metsma <ra...@me...> |
From: Daniel K. <no...@gi...> - 2019-07-22 11:32:56
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 916434f3a2df8cabd9d6802b15ef8b0985f7993d https://github.com/OpenSC/OpenSC/commit/916434f3a2df8cabd9d6802b15ef8b0985f7993d Author: Daniel Kouril <ko...@ic...> Date: 2019-07-22 (Mon, 22 Jul 2019) Changed paths: M src/libopensc/ctx.c Log Message: ----------- Fix using environmental variables on WIN32. |
From: carblue <no...@gi...> - 2019-07-22 11:09:39
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 709fa98bb506cb0a098af614c5a85249320b0aeb https://github.com/OpenSC/OpenSC/commit/709fa98bb506cb0a098af614c5a85249320b0aeb Author: carblue <ca...@us...> Date: 2019-07-22 (Mon, 22 Jul 2019) Changed paths: M src/tools/opensc-tool.c Log Message: ----------- opensc-tool: fix --list-algorithms for AES |
From: Frank M. <no...@gi...> - 2019-07-22 11:05:43
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: ba19a467e4b60cd51e458a15a3bcb21f14ab32bc https://github.com/OpenSC/OpenSC/commit/ba19a467e4b60cd51e458a15a3bcb21f14ab32bc Author: Frank Morgner <fra...@gm...> Date: 2019-07-22 (Mon, 22 Jul 2019) Changed paths: M src/libopensc/card-rtecp.c M src/libopensc/cards.h M src/pkcs15init/Makefile.am M src/pkcs15init/pkcs15-lib.c A src/pkcs15init/rutoken_lite.profile M win32/OpenSC.wxs.in M win32/customactions.cpp Log Message: ----------- Rutoken Lite (#1728) * card-rtecp: Add Rutoken Lite * avoid seperate rutoken lite driver * added rutoken lite to minidriver closes #1722 |
From: programatix <no...@gi...> - 2019-07-04 08:12:23
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 6b97071bb383cdc037a4a76fa4e82b6c4a3a6434 https://github.com/OpenSC/OpenSC/commit/6b97071bb383cdc037a4a76fa4e82b6c4a3a6434 Author: programatix <pro...@ms...> Date: 2019-07-04 (Thu, 04 Jul 2019) Changed paths: M src/ui/strings.c Log Message: ----------- Update strings.c The check condition is obviously wrong. It should check for EQUAL. The original bitwise check caused any other language to turn into DE because as long as a bit is filtered, it will hit. Commit: 130e9bb068401ec78461777695f3e3273fcc4a13 https://github.com/OpenSC/OpenSC/commit/130e9bb068401ec78461777695f3e3273fcc4a13 Author: programatix <pro...@ms...> Date: 2019-07-04 (Thu, 04 Jul 2019) Changed paths: M src/ui/strings.c Log Message: ----------- Update strings.c Compare: https://github.com/OpenSC/OpenSC/compare/3c1624676d48...130e9bb06840 |
From: dfortinskiy <no...@gi...> - 2019-07-02 10:14:02
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 60a2cf16c7305c2ee8981ea49bff4d3a18ee87df https://github.com/OpenSC/OpenSC/commit/60a2cf16c7305c2ee8981ea49bff4d3a18ee87df Author: Dmitriy Fortinskiy <for...@ru...> Date: 2019-07-02 (Tue, 02 Jul 2019) Changed paths: M src/libopensc/card-rtecp.c Log Message: ----------- card-rtecp: Fix list_files on T0 cards Rutoken ECP SC over T0 expects Get Response after SW1=61 which is not called with zero le. Commit: 3c1624676d486c951cc101a32a5b20ec31e2b52f https://github.com/OpenSC/OpenSC/commit/3c1624676d486c951cc101a32a5b20ec31e2b52f Author: Dmitriy Fortinskiy <for...@ru...> Date: 2019-07-02 (Tue, 02 Jul 2019) Changed paths: M src/libopensc/card-rtecp.c M src/libopensc/card-rutoken.c M src/libopensc/cards.h Log Message: ----------- card-rtecp,card-rutoken: Set specific card types Compare: https://github.com/OpenSC/OpenSC/compare/7fb72ccf7bf3...3c1624676d48 |
From: Frank M. <no...@gi...> - 2019-06-30 08:24:19
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 7fb72ccf7bf3ca2ff3979b7ffbb690eed41ddb5f https://github.com/OpenSC/OpenSC/commit/7fb72ccf7bf3ca2ff3979b7ffbb690eed41ddb5f Author: Frank Morgner <fra...@gm...> Date: 2019-06-30 (Sun, 30 Jun 2019) Changed paths: M src/pkcs11/pkcs11-global.c M src/pkcs11/slot.c Log Message: ----------- pkcs11: fixed slotIDs when a new slot list is requested fixes https://github.com/OpenSC/OpenSC/issues/1706 regression of 24b7507a69704f69e371834953cf78cffec104b0 |
From: Frank M. <no...@gi...> - 2019-06-21 13:08:19
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: e7a8c00566bc2ff8384b7b02f73d780a201e1af6 https://github.com/OpenSC/OpenSC/commit/e7a8c00566bc2ff8384b7b02f73d780a201e1af6 Author: Andreas Schwier <and...@ca...> Date: 2019-06-21 (Fri, 21 Jun 2019) Changed paths: M src/pkcs15init/pkcs15-sc-hsm.c Log Message: ----------- sc-hsm: Use CHR in CSR based on device serial number |
From: Peter M. <no...@gi...> - 2019-06-21 12:34:46
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 229dd32e3affd3fbe7bdaae9fea213d400435073 https://github.com/OpenSC/OpenSC/commit/229dd32e3affd3fbe7bdaae9fea213d400435073 Author: Peter Marschall <pe...@ad...> Date: 2019-06-21 (Fri, 21 Jun 2019) Changed paths: M src/tools/opensc-explorer.c Log Message: ----------- opensc-explorer: fix APDU command Do not ignore first parameter. |
From: Timo T. <no...@gi...> - 2019-06-17 13:19:19
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 19711d0a1301f0519a1348390bb996fd2925f766 https://github.com/OpenSC/OpenSC/commit/19711d0a1301f0519a1348390bb996fd2925f766 Author: Timo Teräs <tim...@ik...> Date: 2019-06-17 (Mon, 17 Jun 2019) Changed paths: M src/libopensc/card-myeid.c Log Message: ----------- myeid: fix EC key upload, and avoid data copying Fixes regression from commit 3688dfe which did not consider that the zero prefixing tests were too generic and matched EC keys too. This simplifies the code even further and avoids data copying when possible. Proper test is now included to do data value prefixing only for the RSA keys it is needed. Closes #1701. |
From: Jakub J. <no...@gi...> - 2019-06-17 10:49:23
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 293760c0d0920a9ede8095762d6f48d38d71f793 https://github.com/OpenSC/OpenSC/commit/293760c0d0920a9ede8095762d6f48d38d71f793 Author: Jakub Jelen <jj...@re...> Date: 2019-06-17 (Mon, 17 Jun 2019) Changed paths: M src/libopensc/card-myeid.c M src/libopensc/card-sc-hsm.c Log Message: ----------- Fix derive operation detection in MyEID and sc-hsm drivers Commit: 6d751e8b222cce2a366d2ed177574ba962f3a8a5 https://github.com/OpenSC/OpenSC/commit/6d751e8b222cce2a366d2ed177574ba962f3a8a5 Author: Jakub Jelen <jj...@re...> Date: 2019-06-17 (Mon, 17 Jun 2019) Changed paths: M src/libopensc/opensc.h Log Message: ----------- opensc.h: Add missing raw ecdh algorithm Commit: 272e380898e3fdc7864d0651444212e48f7ff348 https://github.com/OpenSC/OpenSC/commit/272e380898e3fdc7864d0651444212e48f7ff348 Author: Jakub Jelen <jj...@re...> Date: 2019-06-17 (Mon, 17 Jun 2019) Changed paths: M src/minidriver/minidriver.c M src/pkcs11/framework-pkcs15.c Log Message: ----------- Set correctly flags for ECDH derive operations Commit: 10abef92062bef98f5ccc27058774b399301c2f8 https://github.com/OpenSC/OpenSC/commit/10abef92062bef98f5ccc27058774b399301c2f8 Author: Jakub Jelen <jj...@re...> Date: 2019-06-17 (Mon, 17 Jun 2019) Changed paths: M src/libopensc/pkcs15-sec.c Log Message: ----------- pkcs15-sec: Drop unused code (copied from RSA decipher) Commit: df0bbc110ef0cb80d855ab273910c82c56e7bae4 https://github.com/OpenSC/OpenSC/commit/df0bbc110ef0cb80d855ab273910c82c56e7bae4 Author: Jakub Jelen <jj...@re...> Date: 2019-06-17 (Mon, 17 Jun 2019) Changed paths: M src/pkcs11/pkcs11-display.c M src/pkcs11/pkcs11-display.h M src/pkcs11/pkcs11-spy.c M src/pkcs11/pkcs11.h Log Message: ----------- pkcs11-spy: Dump EC Derive parameters Commit: 86fd200462d25e653da3c345ef298540a96caf9b https://github.com/OpenSC/OpenSC/commit/86fd200462d25e653da3c345ef298540a96caf9b Author: Jakub Jelen <jj...@re...> Date: 2019-06-17 (Mon, 17 Jun 2019) Changed paths: M src/libopensc/card-sc-hsm.c Log Message: ----------- sc-hsm: Check the operation first Commit: 852f057ce34a10dcf97bf2ccc2224bf6d6cf467a https://github.com/OpenSC/OpenSC/commit/852f057ce34a10dcf97bf2ccc2224bf6d6cf467a Author: Jakub Jelen <jj...@re...> Date: 2019-06-17 (Mon, 17 Jun 2019) Changed paths: M src/tests/p11test/p11test_case_common.c Log Message: ----------- p11test: Add MD5 mechanisms pretty-print Commit: 87770df65b8fdaeb5e6b9d127a84137e44804399 https://github.com/OpenSC/OpenSC/commit/87770df65b8fdaeb5e6b9d127a84137e44804399 Author: Jakub Jelen <jj...@re...> Date: 2019-06-17 (Mon, 17 Jun 2019) Changed paths: M src/tests/p11test/Makefile.am M src/tests/p11test/p11test.c M src/tests/p11test/p11test_case_common.c A src/tests/p11test/p11test_case_ec_derive.c A src/tests/p11test/p11test_case_ec_derive.h M src/tests/p11test/p11test_case_mechs.c M src/tests/p11test/p11test_common.h Log Message: ----------- p11test: Implement simple derive tests Commit: b65275d6f8275abd86f1b0c0976b1cfd324fc16c https://github.com/OpenSC/OpenSC/commit/b65275d6f8275abd86f1b0c0976b1cfd324fc16c Author: Jakub Jelen <jj...@re...> Date: 2019-06-17 (Mon, 17 Jun 2019) Changed paths: M src/tests/p11test/p11test_case_common.c Log Message: ----------- p11test: Improve error reporting on unknown EC groups Commit: 07c0a47b37761e90c4b1afaef5af41cb2d5b3d2c https://github.com/OpenSC/OpenSC/commit/07c0a47b37761e90c4b1afaef5af41cb2d5b3d2c Author: Jakub Jelen <jj...@re...> Date: 2019-06-17 (Mon, 17 Jun 2019) Changed paths: M src/libopensc/card-openpgp.c Log Message: ----------- card-openpgp: Fix typo in the EC Key size Commit: 9197dfe5aecb2abb13d097dfb3fd9553212990da https://github.com/OpenSC/OpenSC/commit/9197dfe5aecb2abb13d097dfb3fd9553212990da Author: Jakub Jelen <jj...@re...> Date: 2019-06-17 (Mon, 17 Jun 2019) Changed paths: M src/libopensc/card-myeid.c M src/libopensc/cards.h Log Message: ----------- myeid: Detect also OsEID card in the MyEID driver and difference them with separate types Commit: 1c0d26d0f0d8570e619ac1bc279914da9c2f12b5 https://github.com/OpenSC/OpenSC/commit/1c0d26d0f0d8570e619ac1bc279914da9c2f12b5 Author: Jakub Jelen <jj...@re...> Date: 2019-06-17 (Mon, 17 Jun 2019) Changed paths: M .travis.yml Log Message: ----------- .travis.yml Include the MyEID emulation using OsEID simulator in separate target This also avoids running the make check in the simulation runs, which generates a lot of output (from clang-tidy) Commit: 368563ddd61103ec4e6aa47a69eec9fe80f51a64 https://github.com/OpenSC/OpenSC/commit/368563ddd61103ec4e6aa47a69eec9fe80f51a64 Author: Jakub Jelen <jj...@re...> Date: 2019-06-17 (Mon, 17 Jun 2019) Changed paths: M doc/tools/opensc-tool.1.xml Log Message: ----------- doc: Fix the description of switch in manual page (copy&paste error) Commit: 8c12835c9ec89244a94f4dc839e5567362c75122 https://github.com/OpenSC/OpenSC/commit/8c12835c9ec89244a94f4dc839e5567362c75122 Author: Jakub Jelen <jj...@re...> Date: 2019-06-17 (Mon, 17 Jun 2019) Changed paths: M README.md Log Message: ----------- Update the build status also in the readme Compare: https://github.com/OpenSC/OpenSC/compare/58fa53ac915f...8c12835c9ec8 |
From: Frank M. <no...@gi...> - 2019-06-14 12:30:09
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 58fa53ac915fc543830dd1595998829844d096b9 https://github.com/OpenSC/OpenSC/commit/58fa53ac915fc543830dd1595998829844d096b9 Author: Andreas Schwier <and...@ca...> Date: 2019-06-14 (Fri, 14 Jun 2019) Changed paths: M src/libopensc/pkcs15-sc-hsm.c Log Message: ----------- sc-hsm: Add missing secp384r1 curve parameter |
From: Frank M. <no...@gi...> - 2019-06-05 11:49:02
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 94388f9538e6ea1c1cd853663d8a14705398475a https://github.com/OpenSC/OpenSC/commit/94388f9538e6ea1c1cd853663d8a14705398475a Author: Frank Morgner <fra...@gm...> Date: 2019-06-05 (Wed, 05 Jun 2019) Changed paths: M src/common/Makefile.am M src/common/simclist.c M src/libopensc/Makefile.am M src/libopensc/card-mcrd.c M src/libopensc/card-myeid.c M src/libopensc/card-npa.c M src/libopensc/ctx.c M src/libopensc/pkcs15-atrust-acos.c M src/libopensc/pkcs15-cache.c M src/libopensc/pkcs15-esinit.c M src/libopensc/pkcs15-gemsafeV1.c M src/libopensc/pkcs15-itacns.c M src/libopensc/pkcs15-starcert.c M src/libopensc/pkcs15.c M src/pkcs11/Makefile.am Log Message: ----------- fixed more clang-tidy warnings |
From: Nuno G. <no...@gi...> - 2019-06-05 11:44:01
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 0322401aaed5ea28adddbb79cc17cd584453b0dc https://github.com/OpenSC/OpenSC/commit/0322401aaed5ea28adddbb79cc17cd584453b0dc Author: Nuno Goncalves <nu...@gm...> Date: 2019-06-05 (Wed, 05 Jun 2019) Changed paths: M src/libopensc/card-gemsafeV1.c Log Message: ----------- gemsafeV1: remove redundant match card call to allow for opensc.conf match At the point when gemsafe_match_card is called, the card type is already known, either because of a previous match at card.c, or because it is forced at opensc.conf. With this redundant match it's not possible to force selection on opensc.conf. Signed-off-by: Nuno Goncalves <nu...@gm...> |
From: Raul M. <no...@gi...> - 2019-06-03 09:00:09
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 3a192e2c87430472b2777e08b724742787378831 https://github.com/OpenSC/OpenSC/commit/3a192e2c87430472b2777e08b724742787378831 Author: Raul Metsma <ra...@me...> Date: 2019-06-03 (Mon, 03 Jun 2019) Changed paths: M doc/tools/pkcs11-tool.1.xml M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: Add extractable option to key import Signed-off-by: Raul Metsma <ra...@me...> |
From: Doug E. <no...@gi...> - 2019-05-31 12:16:33
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: a2dd500624b324ca8a8284435a79e232efddad14 https://github.com/OpenSC/OpenSC/commit/a2dd500624b324ca8a8284435a79e232efddad14 Author: Doug Engert <dee...@gm...> Date: 2019-05-31 (Fri, 31 May 2019) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Fix pkcs11-tool encryption error Fix #1694 Make sure data being encrypted is less then the modulus. On branch pkcs11-tool-encryption Changes to be committed: modified: ../tools/pkcs11-tool.c |
From: Frank M. <no...@gi...> - 2019-05-31 12:15:55
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 3a665f64797c716d9281b021269168a5b8201b59 https://github.com/OpenSC/OpenSC/commit/3a665f64797c716d9281b021269168a5b8201b59 Author: Frank Morgner <fra...@gm...> Date: 2019-05-31 (Fri, 31 May 2019) Changed paths: M src/libopensc/sc.c Log Message: ----------- allow single character strings with sc_hex_to_bin fixes https://github.com/OpenSC/OpenSC/issues/1684 fixes https://github.com/OpenSC/OpenSC/issues/1669 Commit: 278960bf886d4dc7a0f27cb2c29d2b0706a66591 https://github.com/OpenSC/OpenSC/commit/278960bf886d4dc7a0f27cb2c29d2b0706a66591 Author: Frank Morgner <fra...@gm...> Date: 2019-05-31 (Fri, 31 May 2019) Changed paths: M appveyor.yml Log Message: ----------- AppVeyor: push build artifact in PRs as well Compare: https://github.com/OpenSC/OpenSC/compare/e3ff3be4fe48...278960bf886d |
From: Nuno G. <no...@gi...> - 2019-05-31 12:12:25
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: e3ff3be4fe483045664d7336a4c9ff2b778d8bbe https://github.com/OpenSC/OpenSC/commit/e3ff3be4fe483045664d7336a4c9ff2b778d8bbe Author: Nuno Goncalves <nu...@gm...> Date: 2019-05-31 (Fri, 31 May 2019) Changed paths: M src/libopensc/card-gemsafeV1.c Log Message: ----------- pteid: add new ATRs One ATR have been confirmed on my personal card and also added to the official middleware: https://svn.gov.pt/projects/ccidadao/changeset/321/middleware-offline/trunk/_src/eidmw/minidriver/makemsi/pteidmdrv.inf There is another ATR I am adding blind from the official middleware: https://svn.gov.pt/projects/ccidadao/changeset/321/middleware-offline/trunk/_src/eidmw/minidriver/makemsi/pteidmdrv.inf Signed-off-by: Nuno Goncalves <nu...@gm...> |
From: Frank M. <no...@gi...> - 2019-05-31 12:11:59
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: f2a6209c94e60bd76b9d15d8ec0f5d01bc74af9a https://github.com/OpenSC/OpenSC/commit/f2a6209c94e60bd76b9d15d8ec0f5d01bc74af9a Author: Andreas Schwier <and...@ca...> Date: 2019-05-31 (Fri, 31 May 2019) Changed paths: M win32/customactions.cpp Log Message: ----------- Add SmartCard-HSM 4K ATR (#1681) Commit: be294d01be5f44fe87ee901cccb780f3ff34552d https://github.com/OpenSC/OpenSC/commit/be294d01be5f44fe87ee901cccb780f3ff34552d Author: Andreas Schwier <and...@ca...> Date: 2019-05-31 (Fri, 31 May 2019) Changed paths: M etc/opensc.conf.example.in Log Message: ----------- sc-hsm: Add configuration section for 4K Compare: https://github.com/OpenSC/OpenSC/compare/7afa74e0496e...be294d01be5f |
From: Ludovic R. <no...@gi...> - 2019-05-31 12:01:03
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 0fbd2663e67aae221b8558f7b47ef6b97233ae1f https://github.com/OpenSC/OpenSC/commit/0fbd2663e67aae221b8558f7b47ef6b97233ae1f Author: Ludovic Rousseau <lud...@gm...> Date: 2019-05-29 (Wed, 29 May 2019) Changed paths: M src/pkcs11/pkcs11.h Log Message: ----------- Add missing ulIvBits to CK_GCM_PARAMS The PKCS#11 specification text does not document the ulIvBits field. But the header file defining CK_GCM_PARAMS uses it. Since the header file is the normative version we need to add it. See also https://github.com/Pkcs11Interop/Pkcs11Interop/issues/126o and https://lists.oasis-open.org/archives/pkcs11-comment/201602/msg00001.html and https://www.oasis-open.org/committees/document.php?document_id=58032&wg_abbrev=pkcs11 Commit: cc189585c855689d06f39c7ccd168f323018c249 https://github.com/OpenSC/OpenSC/commit/cc189585c855689d06f39c7ccd168f323018c249 Author: Ludovic Rousseau <lud...@gm...> Date: 2019-05-29 (Wed, 29 May 2019) Changed paths: M src/pkcs11/pkcs11-spy.c Log Message: ----------- pkcs11-spy: display CK_GCM_PARAMS.ulIvBits field Commit: 7afa74e0496ea4bfc556f597fcb8339c5f78c859 https://github.com/OpenSC/OpenSC/commit/7afa74e0496ea4bfc556f597fcb8339c5f78c859 Author: Ludovic Rousseau <lud...@gm...> Date: 2019-05-31 (Fri, 31 May 2019) Changed paths: M src/pkcs11/pkcs11-spy.c M src/pkcs11/pkcs11.h Log Message: ----------- Merge pull request #1693 from LudovicRousseau/fix Add missing ulIvBits field to CK_GCM_PARAMS Compare: https://github.com/OpenSC/OpenSC/compare/65a86b83310f...7afa74e0496e |
From: Ludovic R. <no...@gi...> - 2019-05-22 10:13:00
|
Branch: refs/tags/pam_pkcs11-0.6.11 Home: https://github.com/OpenSC/pam_pkcs11 |
From: Ludovic R. <no...@gi...> - 2019-05-22 10:12:59
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pam_pkcs11 Commit: 663cb9a14092b088b976b5ec0ee243b524891194 https://github.com/OpenSC/pam_pkcs11/commit/663cb9a14092b088b976b5ec0ee243b524891194 Author: Ludovic Rousseau <lud...@fr...> Date: 2019-05-22 (Wed, 22 May 2019) Changed paths: M README Log Message: ----------- README: remove the release number Commit: 228915871c35263f5e1353b29015d58160faf11a https://github.com/OpenSC/pam_pkcs11/commit/228915871c35263f5e1353b29015d58160faf11a Author: Ludovic Rousseau <lud...@fr...> Date: 2019-05-22 (Wed, 22 May 2019) Changed paths: M ChangeLog M NEWS M configure.ac Log Message: ----------- Release 0.6.11 Signed-off-by: Ludovic Rousseau <lud...@fr...> Compare: https://github.com/OpenSC/pam_pkcs11/compare/e91bf56db33b...228915871c35 |