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
(9) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Dimitri P. O. <no...@gi...> - 2021-09-22 12:36:03
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: b2a84f2e1ec15bd38e410811544685d91189e778 https://github.com/OpenSC/OpenSC/commit/b2a84f2e1ec15bd38e410811544685d91189e778 Author: Dimitri Papadopoulos <323...@us...> Date: 2021-09-22 (Wed, 22 Sep 2021) Changed paths: M src/libopensc/card-piv.c Log Message: ----------- Fix LGTM.com warning: Comparison result is always the same Comparison is always true because r <= -1. Indeed in this branch: !(r > 0) && !(r== 0) => r < 0 Commit: e585fa079d7ca9bf9bf96dc325be25dec5e1fded https://github.com/OpenSC/OpenSC/commit/e585fa079d7ca9bf9bf96dc325be25dec5e1fded Author: Dimitri Papadopoulos <323...@us...> Date: 2021-09-22 (Wed, 22 Sep 2021) Changed paths: M src/pkcs15init/pkcs15-isoApplet.c Log Message: ----------- Fix LGTM.com warning: Comparison result is always the same Comparison is always true because r <= -1. Indeed in this branch we already have: r < 0 Compare: https://github.com/OpenSC/OpenSC/compare/2c526d65face...e585fa079d7c |
From: Dimitri P. O. <no...@gi...> - 2021-09-21 07:46:20
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: a1d64c013099d7a35334419e73b531834b05da0b https://github.com/OpenSC/OpenSC/commit/a1d64c013099d7a35334419e73b531834b05da0b Author: Dimitri Papadopoulos <323...@us...> Date: 2021-09-21 (Tue, 21 Sep 2021) Changed paths: M src/smm/sm-common.exports M src/smm/smm-local.exports Log Message: ----------- dos2unix These two files have CRLF Windows line endings, while all other files have LF Unix line endings. Change to LF for consistency. Commit: 9279e04806783342c4a526243979fab0bd81a69d https://github.com/OpenSC/OpenSC/commit/9279e04806783342c4a526243979fab0bd81a69d Author: Dimitri Papadopoulos <323...@us...> Date: 2021-09-21 (Tue, 21 Sep 2021) Changed paths: M doc/tools/opensc-explorer.1.xml M src/libopensc/asn1.c M src/libopensc/card-openpgp.c M src/libopensc/card-piv.c M src/libopensc/card-setcos.c M src/libopensc/card-starcos.c M src/libopensc/cwa-dnie.c M src/libopensc/cwa14890.c M src/libopensc/pkcs15-sec.c M src/pkcs11/framework-pkcs15.c M win32/winconfig.h.in Log Message: ----------- Fix typos found by codespell Commit: 2c526d65face1e66345e06a284cdd9d8e0cfd773 https://github.com/OpenSC/OpenSC/commit/2c526d65face1e66345e06a284cdd9d8e0cfd773 Author: Dimitri Papadopoulos <323...@us...> Date: 2021-09-21 (Tue, 21 Sep 2021) Changed paths: A .github/workflows/codespell.yml M CONTRIBUTING.md A codespell_ignore_words.txt Log Message: ----------- Add codespell to CI to find typos early Compare: https://github.com/OpenSC/OpenSC/compare/548a2036328a...2c526d65face |
From: Pierre O. (W. account) <no...@gi...> - 2021-09-19 20:10:17
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 548a2036328a288d24a48797498c3f76d6e351ef https://github.com/OpenSC/OpenSC/commit/548a2036328a288d24a48797498c3f76d6e351ef Author: Pierre Ossman <os...@ce...> Date: 2021-09-19 (Sun, 19 Sep 2021) Changed paths: M src/libopensc/reader-pcsc.c Log Message: ----------- Allow compilation with older PC/SC This was mostly done in 9ed5f63, but this instance of the code SCARD_E_NO_READERS_AVAILABLE was overlooked. |
From: 0xDebe <no...@gi...> - 2021-09-19 10:48:44
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: e0f7c50bc171b95ef0d81dad3f0daa7956711933 https://github.com/OpenSC/OpenSC/commit/e0f7c50bc171b95ef0d81dad3f0daa7956711933 Author: 0xdebe <gd...@li...> Date: 2021-09-19 (Sun, 19 Sep 2021) Changed paths: M src/libopensc/card-itacns.c Log Message: ----------- fix Key Lenght for ST2021 Commit: 1dc9ab91fe7c84a079bedca41c752cb619eb8f2e https://github.com/OpenSC/OpenSC/commit/1dc9ab91fe7c84a079bedca41c752cb619eb8f2e Author: 0xdebe <gd...@li...> Date: 2021-09-19 (Sun, 19 Sep 2021) Changed paths: M src/libopensc/pkcs15-itacns.c Log Message: ----------- fix Modulus Lenght for ST2021 Commit: eb94d0416da63d757ab17709ab6b68cd13ce316c https://github.com/OpenSC/OpenSC/commit/eb94d0416da63d757ab17709ab6b68cd13ce316c Author: 0xdebe <gd...@li...> Date: 2021-09-19 (Sun, 19 Sep 2021) Changed paths: M src/libopensc/card-itacns.c M src/libopensc/pkcs15-itacns.c Log Message: ----------- fix modulus len Compare: https://github.com/OpenSC/OpenSC/compare/daebea56120f...eb94d0416da6 |
From: Vincent P. <no...@gi...> - 2021-09-19 08:07:07
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: dd4afa02878ba0247dae8e56f36a86d6d87d11ff https://github.com/OpenSC/OpenSC/commit/dd4afa02878ba0247dae8e56f36a86d6d87d11ff Author: Vincent Pelletier <plr...@gm...> Date: 2021-09-19 (Sun, 19 Sep 2021) Changed paths: M src/tools/openpgp-tool.c Log Message: ----------- openpgp-tool: fix buffer overflow on serials with MSb set Fixes the following crash: $ openpgp-tool --card-info Using reader with a card: Linux Foundation Multifunction Composite Gadget - vincent [python-usb-f-ccid] 00 00 AID: d2:76:00:01:24:01:03:41:ff:65:a4:9b:68:64:00:00 Version: 3.41 Manufacturer: unmanaged S/N range *** buffer overflow detected ***: terminated Abandon (core dumped) "a4:9b:68:64" from the AID being the serial, and: (gdb) print (data[0] << 24 | data[1] << 16 | data[2] << 8 | data[3]) $12 = -1533319068 but (gdb) print (unsigned long) (data[0] << 24 | data[1] << 16 | data[2] << 8 | data[3]) $13 = 18446744072176232548 Avoid the shifts and cast altogether. Commit: d2fddc4f75fd0e05038ceb4d92f1a7171772523a https://github.com/OpenSC/OpenSC/commit/d2fddc4f75fd0e05038ceb4d92f1a7171772523a Author: Vincent Pelletier <plr...@gm...> Date: 2021-09-19 (Sun, 19 Sep 2021) Changed paths: M .gitignore Log Message: ----------- .gitignore: Add entries for existing unittests. Commit: 34967686e3f478b16d0a2a9dcb535dddad9eb5e1 https://github.com/OpenSC/OpenSC/commit/34967686e3f478b16d0a2a9dcb535dddad9eb5e1 Author: Vincent Pelletier <plr...@gm...> Date: 2021-09-19 (Sun, 19 Sep 2021) Changed paths: M src/tools/Makefile.am M src/tools/Makefile.mak A src/tools/openpgp-tool-helpers.c A src/tools/openpgp-tool-helpers.h M src/tools/openpgp-tool.c Log Message: ----------- tools: Split openpgp-tool's prettify_* functions into another file. No change to source code other than the relocation. In preparation for unit testing. Commit: 3680e78109ff26320be6745c529d53649868b060 https://github.com/OpenSC/OpenSC/commit/3680e78109ff26320be6745c529d53649868b060 Author: Vincent Pelletier <plr...@gm...> Date: 2021-09-19 (Sun, 19 Sep 2021) Changed paths: M src/tools/openpgp-tool-helpers.c M src/tools/openpgp-tool-helpers.h M src/tools/openpgp-tool.c Log Message: ----------- tools: Constify openpgp-tool's prettify_* functions' arguments. prettify_name: Use a separate buffer to hold the result. This adds a limit to the name length, chosen arbitrarily at 99 bytes (+ null). prettify_language: Use a separate buffer to hold the result. No functional change expected. Commit: 65781d6c3765d1c1210f25823f1829c43e62b94a https://github.com/OpenSC/OpenSC/commit/65781d6c3765d1c1210f25823f1829c43e62b94a Author: Vincent Pelletier <plr...@gm...> Date: 2021-09-19 (Sun, 19 Sep 2021) Changed paths: M src/tools/openpgp-tool-helpers.c Log Message: ----------- tools: Add EDDSA support in openpgp-tool's prettify_algorithm. Commit: daebea56120f3d1bc12ba7c1dab5f5787d432f7c https://github.com/OpenSC/OpenSC/commit/daebea56120f3d1bc12ba7c1dab5f5787d432f7c Author: Vincent Pelletier <plr...@gm...> Date: 2021-09-19 (Sun, 19 Sep 2021) Changed paths: M .gitignore M src/tests/unittests/Makefile.am A src/tests/unittests/openpgp-tool.c Log Message: ----------- tests: Add tests for openpgp-tool prettify_* functions. Compare: https://github.com/OpenSC/OpenSC/compare/e4fdbebee333...daebea56120f |
From: Doug E. <no...@gi...> - 2021-09-19 07:24:48
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: e4fdbebee333e80301a399e46df15c9838112f94 https://github.com/OpenSC/OpenSC/commit/e4fdbebee333e80301a399e46df15c9838112f94 Author: Doug Engert <dee...@gm...> Date: 2021-09-19 (Sun, 19 Sep 2021) Changed paths: M src/sm/sm-common.c Log Message: ----------- sm-common.c - missing semicolons On branch sm-common-semicolons Changes to be committed: modified: ../sm/sm-common.c |
From: Dimitri P. O. <no...@gi...> - 2021-09-16 17:43:43
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pkcs11-helper Commit: e10b0eedc0727259d5abd0d1dd6dc7983d098f70 https://github.com/OpenSC/pkcs11-helper/commit/e10b0eedc0727259d5abd0d1dd6dc7983d098f70 Author: Dimitri Papadopoulos <323...@us...> Date: 2021-09-16 (Thu, 16 Sep 2021) Changed paths: M ChangeLog M config-w32-vc.h.in M configure.ac M include/pkcs11-helper-1.0/pkcs11h-certificate.h M include/pkcs11-helper-1.0/pkcs11h-core.h M include/pkcs11-helper-1.0/pkcs11h-engines.h Log Message: ----------- cleanup: fix typos found by codespell Commit: 942be932e1b77ab5c01e0b8b9349e92cf5b8a227 https://github.com/OpenSC/pkcs11-helper/commit/942be932e1b77ab5c01e0b8b9349e92cf5b8a227 Author: Dimitri Papadopoulos <323...@us...> Date: 2021-09-16 (Thu, 16 Sep 2021) Changed paths: A .github/workflows/codespell.yml A codespell_ignore_words.txt Log Message: ----------- build: add codespell to CI to find typos early Compare: https://github.com/OpenSC/pkcs11-helper/compare/086d551251ce...942be932e1b7 |
From: Dimitri P. O. <no...@gi...> - 2021-09-15 07:58:14
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 7a6032d39e4373c24cb813b6140a0a0b4d9baea3 https://github.com/OpenSC/OpenSC/commit/7a6032d39e4373c24cb813b6140a0a0b4d9baea3 Author: Dimitri Papadopoulos <323...@us...> Date: 2021-09-15 (Wed, 15 Sep 2021) Changed paths: M NEWS M src/pkcs15init/pkcs15-entersafe.c M src/sm/sm-common.c M src/tests/opensc-minidriver-test.c M src/tools/pkcs11-tool.c M tests/test-pkcs11-tool-allowed-mechanisms.sh M tests/test-pkcs11-tool-sign-verify.sh M tests/test-pkcs11-tool-test.sh Log Message: ----------- Fix typos found by codespell |
From: Jakub J. <no...@gi...> - 2021-09-08 12:46:31
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 29d3b69e0538dea61be04f5ae25e76361c121bf6 https://github.com/OpenSC/OpenSC/commit/29d3b69e0538dea61be04f5ae25e76361c121bf6 Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M .github/test-piv.sh Log Message: ----------- github actions: Improve PIV testing Current test using PivApplet/bin/:jcardsim/target/jcardsim-3.0.5 only creates 2 private keys. These are never seen by a PIV client, as the way private keys are found is via a certificate which contains the public key (SPKI) which contains the type of key, RSA or ECC and the size or curve OID. This change creates the public key and self signed certificate for the two keys so pkcs11-tool can list and test the crypto. Based on a change from Doug Engert in https://github.com/OpenSC/OpenSC/pull/2053 Broken into separate steps to prevent concurrency issue in yubico-piv-tool and make potential debugging easier Commit: 60cd9355d30ba673451374517e5b91ce9464acb2 https://github.com/OpenSC/OpenSC/commit/60cd9355d30ba673451374517e5b91ce9464acb2 Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M .github/build.sh M .github/setup-linux.sh M .github/workflows/linux.yml Log Message: ----------- github actions: Add ix86 compilation target to catch 32bit issues Commit: 73d4760ce0068200ed3ffcfba150ca60c4b864ef https://github.com/OpenSC/OpenSC/commit/73d4760ce0068200ed3ffcfba150ca60c4b864ef Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M .github/build.sh M .github/setup-linux.sh M tests/common.sh Log Message: ----------- github actions: Install 32b softhsm Commit: 4e5552fb3bab80f6ca7356fdc14a63574c627416 https://github.com/OpenSC/OpenSC/commit/4e5552fb3bab80f6ca7356fdc14a63574c627416 Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: A .github/restart-pcscd.sh M .github/test-cac.sh M .github/test-gidsapplet.sh M .github/test-isoapplet.sh M .github/test-openpgp.sh M .github/test-piv.sh Log Message: ----------- .github: Share code handling pcscd restarts and cleanup Commit: 5888a2703c5e87d945db2a9e7a592bc59a1c3e86 https://github.com/OpenSC/OpenSC/commit/5888a2703c5e87d945db2a9e7a592bc59a1c3e86 Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M .github/restart-pcscd.sh Log Message: ----------- .github: Try to wait for pcscd up to 30 seconds Commit: defc0c8320082d171b07b81432eb6b9c2ec9e933 https://github.com/OpenSC/OpenSC/commit/defc0c8320082d171b07b81432eb6b9c2ec9e933 Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M .github/test-openpgp.sh Log Message: ----------- .github: Fix directory structure Commit: 54392313321bc236d6502787a990b148121e51b7 https://github.com/OpenSC/OpenSC/commit/54392313321bc236d6502787a990b148121e51b7 Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M .github/test-cac.sh M src/tests/p11test/virt_cacard_ref.json Log Message: ----------- tests: Simplify CAC setup to prevent hangs Commit: 93eeb603a4e99dfcc2b9937862a5a1d1f00f78be https://github.com/OpenSC/OpenSC/commit/93eeb603a4e99dfcc2b9937862a5a1d1f00f78be Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M .github/restart-pcscd.sh Log Message: ----------- tests: Avoid calling systemctl comands when the systemd is not handling the system (for example in containers) Commit: 1e7c36a5c9347d3a1eaac8afb0f11cafc8c21d2f https://github.com/OpenSC/OpenSC/commit/1e7c36a5c9347d3a1eaac8afb0f11cafc8c21d2f Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M .github/setup-linux.sh Log Message: ----------- .github: Add missing dependency Commit: 646b1d0baedf9af456278905f5e18ab8bb05ebef https://github.com/OpenSC/OpenSC/commit/646b1d0baedf9af456278905f5e18ab8bb05ebef Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M .github/setup-linux.sh Log Message: ----------- .github: Try harder to prevent interactive prompts Commit: bf4c83886d6eff48d1c9e2e8ef3666eabe8404f4 https://github.com/OpenSC/OpenSC/commit/bf4c83886d6eff48d1c9e2e8ef3666eabe8404f4 Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M .github/setup-java.sh M .github/test-piv.sh Log Message: ----------- .github: Do not fail on existing directories Commit: 7b39f3cac99fbc23b4640cdf8e0487f3f24f61a3 https://github.com/OpenSC/OpenSC/commit/7b39f3cac99fbc23b4640cdf8e0487f3f24f61a3 Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M .github/test-piv.sh Log Message: ----------- .github: Clarify comment Commit: a97c9077a0c28f245d9d0bbb215ba96962eb52ce https://github.com/OpenSC/OpenSC/commit/a97c9077a0c28f245d9d0bbb215ba96962eb52ce Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M .github/workflows/linux.yml Log Message: ----------- .github: openpgp works now Commit: 053420fc55cf134ca1ded687e572f755d28eaf44 https://github.com/OpenSC/OpenSC/commit/053420fc55cf134ca1ded687e572f755d28eaf44 Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M .github/setup-java.sh Log Message: ----------- .github: Try my jcardsim fork with fix for tests https://github.com/licel/jcardsim/pull/174 Commit: 8fc650e71089a64f4df1c0a3a919ab53c2ec515d https://github.com/OpenSC/OpenSC/commit/8fc650e71089a64f4df1c0a3a919ab53c2ec515d Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: R .gitlab-ci.yml R .travis.yml Log Message: ----------- Removed unused CI configurations Commit: c1be55aabf0ff9618b2230790f5e5c0bc0803eb2 https://github.com/OpenSC/OpenSC/commit/c1be55aabf0ff9618b2230790f5e5c0bc0803eb2 Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: Fix typo in the comment Commit: eb34f61d144f02f1bcf02e33803b580c08fed59d https://github.com/OpenSC/OpenSC/commit/eb34f61d144f02f1bcf02e33803b580c08fed59d Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M src/tools/opensc-explorer.c Log Message: ----------- tools: Avoid maybe-uninitialized warnings from gcc11 Fixes: #2382 Commit: 53aa0f65a45171806100577cf5038646a0db63f6 https://github.com/OpenSC/OpenSC/commit/53aa0f65a45171806100577cf5038646a0db63f6 Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M tests/test-pkcs11-tool-test-threads.sh Log Message: ----------- tests: Use explicit pkcs11 library in thread test Previously, the system-installed opensc was used, but there is no guarantee that it exists when running tests. Use the locally built library, even though there will probably not be any slots. Using softhsm causes a lot of failures as it looks like this is not well handled in there. Commit: 3127ad2431071dcd2bbdd6cf5f1faf50baa855a9 https://github.com/OpenSC/OpenSC/commit/3127ad2431071dcd2bbdd6cf5f1faf50baa855a9 Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M src/tests/p11test/p11test.c M src/tests/p11test/p11test_case_pss_oaep.c Log Message: ----------- p11test: Fix invalid format string on 32b architectures Commit: 8bdd7595718cf733dc9abcff11bbfcef32b65e4c https://github.com/OpenSC/OpenSC/commit/8bdd7595718cf733dc9abcff11bbfcef32b65e4c Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: Add SHA256 test Commit: 8fc822aedca2f837c072f65bc16a73deeacc13c5 https://github.com/OpenSC/OpenSC/commit/8fc822aedca2f837c072f65bc16a73deeacc13c5 Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M src/pkcs11/framework-pkcs15.c M src/pkcs11/openssl.c Log Message: ----------- pkcs11: Do not add MD5 and RIPEMD160 algorithms in FIPS mode With OpenSSL in FIPS mode, they will fail later, causing unexpected issues. Commit: eb8a381cd87dd91ad5e9cf66cc709325c52ab9bb https://github.com/OpenSC/OpenSC/commit/eb8a381cd87dd91ad5e9cf66cc709325c52ab9bb Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: Skip unsupported digests in FIPS mode Commit: 465d0d776dcec7a1ca54d017331bd7170fab0b80 https://github.com/OpenSC/OpenSC/commit/465d0d776dcec7a1ca54d017331bd7170fab0b80 Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: Support extractable and private flags when generating secret keys Fixes: #2393 Commit: a6e9488cd523d1c8e5fd81a858d2e0e7e64537a7 https://github.com/OpenSC/OpenSC/commit/a6e9488cd523d1c8e5fd81a858d2e0e7e64537a7 Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M .gitignore Log Message: ----------- Ignore test artifacts Commit: 2a4a609cdec6d6bae8603e291a7f5b00de4f4242 https://github.com/OpenSC/OpenSC/commit/2a4a609cdec6d6bae8603e291a7f5b00de4f4242 Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M src/sm/sm-common.c Log Message: ----------- sm: Avoid memory leaks on errors of OpenSSL 3.0 code Commit: de75600fd2fc955972727f8c496a6e5221fd1382 https://github.com/OpenSC/OpenSC/commit/de75600fd2fc955972727f8c496a6e5221fd1382 Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M src/sm/sm-common.c Log Message: ----------- sm: Initialize tmplen Commit: 134f6dd5da58ccadde4a66087b3c257d151aec31 https://github.com/OpenSC/OpenSC/commit/134f6dd5da58ccadde4a66087b3c257d151aec31 Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M src/libopensc/card-openpgp.c Log Message: ----------- openpgp: Avoid memory leak Commit: e8c07dc2b31e735d984131cfca7199aedb750da5 https://github.com/OpenSC/OpenSC/commit/e8c07dc2b31e735d984131cfca7199aedb750da5 Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M src/tests/p11test/p11test_case_common.c Log Message: ----------- p11test: Fix copy&paste error Commit: c486755f558978bf13cb9e9106da20902bafe711 https://github.com/OpenSC/OpenSC/commit/c486755f558978bf13cb9e9106da20902bafe711 Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M src/libopensc/card-idprime.c Log Message: ----------- idprime: Avoid uninitialized key_reference on unknown card versions Commit: 6556e25c1522f3d542f07072164e8476590df342 https://github.com/OpenSC/OpenSC/commit/6556e25c1522f3d542f07072164e8476590df342 Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M src/pkcs11/pkcs11-spy.c Log Message: ----------- pkcs11-spy: Avoid NULL pointer dereference Commit: dc9a152aa855c4dd5e6786ea36463bd24e1fe761 https://github.com/OpenSC/OpenSC/commit/dc9a152aa855c4dd5e6786ea36463bd24e1fe761 Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M src/libopensc/sec.c Log Message: ----------- libopensc: Avoid NULL pointer dereference with wrong arguments Commit: 3983eb55a69d67ba07aa9b11d1ee9ee98ea57235 https://github.com/OpenSC/OpenSC/commit/3983eb55a69d67ba07aa9b11d1ee9ee98ea57235 Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: Avoid referencing variable in a structure that goes out of scope Commit: 5f9d04acd0c5830cfe4908d40444e4540eee6df4 https://github.com/OpenSC/OpenSC/commit/5f9d04acd0c5830cfe4908d40444e4540eee6df4 Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M src/tests/p11test/p11test_case_readonly.c Log Message: ----------- p11test: Avoid double free on error Commit: 2495e90d752aadc56efca2da299626b9cf150133 https://github.com/OpenSC/OpenSC/commit/2495e90d752aadc56efca2da299626b9cf150133 Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M src/tests/unittests/asn1.c Log Message: ----------- tests: Avoid memory leak from tests Commit: 1a8c5beef12f80be473283513de2d9ba67c98bee https://github.com/OpenSC/OpenSC/commit/1a8c5beef12f80be473283513de2d9ba67c98bee Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M src/tests/p11test/p11test_case_ec_derive.c Log Message: ----------- p11test: Avoid memory leak on error Commit: e963651c59b1ea7ae01408c4e7e763c2feaf3a50 https://github.com/OpenSC/OpenSC/commit/e963651c59b1ea7ae01408c4e7e763c2feaf3a50 Author: Mladen Milinkovic <ma...@sm...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M src/libopensc/card-idprime.c Log Message: ----------- idprime: idprime_process_index() will read objects bigger than 256 bytes Commit: 08ab1b747cceb1f46730481cced3141dc7018bc5 https://github.com/OpenSC/OpenSC/commit/08ab1b747cceb1f46730481cced3141dc7018bc5 Author: Mladen Milinkovic <ma...@sm...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M src/libopensc/card-idprime.c Log Message: ----------- idprime: implement get_challenge and flag RNG support Commit: 683cbe004ce6469839e33f225d1f0b0b04f7c538 https://github.com/OpenSC/OpenSC/commit/683cbe004ce6469839e33f225d1f0b0b04f7c538 Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M src/libopensc/reader-pcsc.c M src/tools/util.c Log Message: ----------- Detect hotplug events for both reader and card The tools util_connect_reader() with wait option worked only for readers inserted without the card and then the code would wait for separate card insert event. This is not always handy as USB tokens are getting more common and there is no distinction between reader and card (and no possibility to remove the card from reader. The code is adjusted in pscs driver to emit both reader & card events in case the card is present in the hotplug reader and this is handled in the tools. Commit: 097acbc72b538911a2da30d50817edbfdd4c56f7 https://github.com/OpenSC/OpenSC/commit/097acbc72b538911a2da30d50817edbfdd4c56f7 Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M src/tests/p11test/p11test.c Log Message: ----------- p11test: Add missing switch to the usage Commit: dbd49bc9867d6c6f8ef54109adb428c8ca92614d https://github.com/OpenSC/OpenSC/commit/dbd49bc9867d6c6f8ef54109adb428c8ca92614d Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: Print human-redable profile names Commit: cf042ef6d37800cf54ab7c1db35776964d0cc512 https://github.com/OpenSC/OpenSC/commit/cf042ef6d37800cf54ab7c1db35776964d0cc512 Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M src/tests/p11test/p11test_case_ec_sign.c M src/tests/p11test/p11test_case_readonly.c Log Message: ----------- p11test: Test also longer messages for EdDSA Commit: 0531499d0e8f05e8c842d2689b701530483a25e0 https://github.com/OpenSC/OpenSC/commit/0531499d0e8f05e8c842d2689b701530483a25e0 Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: A CONTRIBUTING.md A containers/README.md A containers/opensc-build/Containerfile A containers/opensc-test-cac/Containerfile A containers/opensc-test-piv/Containerfile Log Message: ----------- Describe how to run tests in container environment closest to Github Actions Commit: 82588d8f45edcf41053202d3b9ae59ec49fe95f1 https://github.com/OpenSC/OpenSC/commit/82588d8f45edcf41053202d3b9ae59ec49fe95f1 Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M src/pkcs11/framework-pkcs15.c Log Message: ----------- pkcs11: Add a todo note Commit: a6a44721daeb20ee5e35087c2451940b189b4331 https://github.com/OpenSC/OpenSC/commit/a6a44721daeb20ee5e35087c2451940b189b4331 Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M CONTRIBUTING.md Log Message: ----------- CONTRIBUTING: Use relative link Commit: 876898bff82f352ec3cdd7ef83a29ce1666ad94d https://github.com/OpenSC/OpenSC/commit/876898bff82f352ec3cdd7ef83a29ce1666ad94d Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: A containers/opensc-mingw/Containerfile Log Message: ----------- Add mingw container for testing Commit: f0afd1711d8c83f3460269ea6f30cc321f19130b https://github.com/OpenSC/OpenSC/commit/f0afd1711d8c83f3460269ea6f30cc321f19130b Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M .github/build.sh Log Message: ----------- .github: Default to verbose make Commit: a00ead5bcaeef9761287572f7b62065d62c211d9 https://github.com/OpenSC/OpenSC/commit/a00ead5bcaeef9761287572f7b62065d62c211d9 Author: Jakub Jelen <jj...@re...> Date: 2021-09-08 (Wed, 08 Sep 2021) Changed paths: M src/libopensc/Makefile.am M src/pkcs11/Makefile.am M src/tools/Makefile.am Log Message: ----------- libopensc: Unbreak build with mingw Related to #2294 Compare: https://github.com/OpenSC/OpenSC/compare/25668451389d...a00ead5bcaee |
From: Per N. <no...@gi...> - 2021-09-07 13:22:05
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 3c5cd24d183f915966d8e7735ed2cefe8aee932a https://github.com/OpenSC/OpenSC/commit/3c5cd24d183f915966d8e7735ed2cefe8aee932a Author: Per Nilsson <per...@yu...> Date: 2021-09-07 (Tue, 07 Sep 2021) Changed paths: M src/common/libscdl.c Log Message: ----------- Use LoadLibrarEx with LOAD_WITH_ALTERED_SEARCH_PATH for absolute paths Commit: df0fd52e8667b9fed2642198571b5dd791ebe3aa https://github.com/OpenSC/OpenSC/commit/df0fd52e8667b9fed2642198571b5dd791ebe3aa Author: Per Nilsson <per...@yu...> Date: 2021-09-07 (Tue, 07 Sep 2021) Changed paths: M src/common/libscdl.c Log Message: ----------- Link with shlwapi Commit: 25668451389d48bbf075369ada43a2f8ba64e3e5 https://github.com/OpenSC/OpenSC/commit/25668451389d48bbf075369ada43a2f8ba64e3e5 Author: Per Nilsson <per...@yu...> Date: 2021-09-07 (Tue, 07 Sep 2021) Changed paths: M src/common/libscdl.c M src/libopensc/Makefile.mak M src/minidriver/Makefile.mak M src/pkcs11/Makefile.mak M src/smm/Makefile.mak M src/tools/Makefile.mak Log Message: ----------- Add shlwapi.lib to makefile instead Compare: https://github.com/OpenSC/OpenSC/compare/146e3e13d1e8...25668451389d |
From: Jakub J. <no...@gi...> - 2021-09-07 12:40:24
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: f44564b2e9cdc9baf67914f1e5b7c2da6f007862 https://github.com/OpenSC/OpenSC/commit/f44564b2e9cdc9baf67914f1e5b7c2da6f007862 Author: Veronika Hanulikova <vha...@re...> Date: 2021-09-07 (Tue, 07 Sep 2021) Changed paths: M src/libopensc/ctx.c Log Message: ----------- Disable old cards drivers Currently disabled card drivers due to no recent user or developer activity: - akis - asepcos - atrust-acos - flex - gpk - incrypto34 - westcos Commit: 05090d8bd23f108039dcf662daa64375a5734bcd https://github.com/OpenSC/OpenSC/commit/05090d8bd23f108039dcf662daa64375a5734bcd Author: Veronika Hanulikova <vha...@re...> Date: 2021-09-07 (Tue, 07 Sep 2021) Changed paths: M doc/files/opensc.conf.5.xml.in M etc/opensc.conf.example.in M src/libopensc/Makefile.am M src/libopensc/Makefile.mak A src/libopensc/pkcs15-emulator-filter.c A src/libopensc/pkcs15-emulator-filter.h M src/libopensc/pkcs15-syn.c M src/libopensc/types.h Log Message: ----------- Add boilerplate for disabling old pkcs15 emulators Filtering of enabled pkcs15 emulators according to conf file. Currently disabled: - westcos - gemsafeGPK - atrust-acos Commit: 91240fefc630b1122ca7f777eace4fb872017b9d https://github.com/OpenSC/OpenSC/commit/91240fefc630b1122ca7f777eace4fb872017b9d Author: Veronika Hanulikova <vha...@re...> Date: 2021-09-07 (Tue, 07 Sep 2021) Changed paths: M doc/files/files.html M doc/files/opensc.conf.5.xml.in Log Message: ----------- Update documentation for disabling pkcs15 emulators Commit: 0bc9a58c09f54bf142ec997cfd62046c2b68abac https://github.com/OpenSC/OpenSC/commit/0bc9a58c09f54bf142ec997cfd62046c2b68abac Author: Veronika Hanulikova <vha...@re...> Date: 2021-09-07 (Tue, 07 Sep 2021) Changed paths: M src/tests/unittests/Makefile.am M src/tests/unittests/Makefile.mak A src/tests/unittests/pkcs15-emulator-filter.c Log Message: ----------- Add unit tests for filtering pkcs15 emulators Basic unit tests for filtering enabled emulators according to conf file Commit: da29c3c3209e8c25b2c4a6fd00c9f7df5ba94263 https://github.com/OpenSC/OpenSC/commit/da29c3c3209e8c25b2c4a6fd00c9f7df5ba94263 Author: Veronika Hanulikova <vha...@re...> Date: 2021-09-07 (Tue, 07 Sep 2021) Changed paths: M src/libopensc/pkcs15-syn.c Log Message: ----------- Disable pkcs15 emulators for Actalis and TC CardOS Emulators detect card according to string "CardOS M4", which was changed in card-cardos.c (eee4964), but they were not modified since than accordingly. Commit: 146e3e13d1e811b4f5cc522888985880f481dc95 https://github.com/OpenSC/OpenSC/commit/146e3e13d1e811b4f5cc522888985880f481dc95 Author: Veronika Hanulikova <vha...@re...> Date: 2021-09-07 (Tue, 07 Sep 2021) Changed paths: M src/libopensc/pkcs15-emulator-filter.c M src/libopensc/pkcs15-emulator-filter.h M src/libopensc/pkcs15-syn.c M src/tests/unittests/pkcs15-emulator-filter.c Log Message: ----------- Improve logging for filtering pkcs15 emulators Warnings for exceeding maximum count of filtered emulators and for trying to add non-existing emulator. Compare: https://github.com/OpenSC/OpenSC/compare/59bd3c1d4c6c...146e3e13d1e8 |
From: Frank M. <no...@gi...> - 2021-09-02 23:18:15
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 4aed6772fb0e718014d6e6c6987128748715db88 https://github.com/OpenSC/OpenSC/commit/4aed6772fb0e718014d6e6c6987128748715db88 Author: Frank Morgner <fra...@gm...> Date: 2021-09-03 (Fri, 03 Sep 2021) Changed paths: M .github/cleanup-macos.sh M .github/setup-macos.sh M .github/workflows/linux.yml M .github/workflows/macos.yml Log Message: ----------- ci: no need to focus on non-PRs secrets are only available for collaborators, so just fire everything up Commit: 9191cee9f31e6054d2cf4fc896d8d3e32a73f2d2 https://github.com/OpenSC/OpenSC/commit/9191cee9f31e6054d2cf4fc896d8d3e32a73f2d2 Author: Frank Morgner <fra...@gm...> Date: 2021-09-03 (Fri, 03 Sep 2021) Changed paths: M .github/push_artifacts.sh M .github/workflows/linux.yml M .github/workflows/macos.yml Log Message: ----------- workaround invalid syntax, exit push_artifacts early instead Commit: 59bd3c1d4c6c75acb7c34635760daf3214b5cde1 https://github.com/OpenSC/OpenSC/commit/59bd3c1d4c6c75acb7c34635760daf3214b5cde1 Author: Frank Morgner <fra...@gm...> Date: 2021-09-03 (Fri, 03 Sep 2021) Changed paths: M .github/workflows/linux.yml M .github/workflows/macos.yml Log Message: ----------- ci: only push artifacts with opensc/opensc Compare: https://github.com/OpenSC/OpenSC/compare/6d580ac9010b...59bd3c1d4c6c |
From: Frank M. <no...@gi...> - 2021-08-31 12:56:25
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 1078812b5c3f04f4ab16ec0aee3cc3bf5ee12342 https://github.com/OpenSC/OpenSC/commit/1078812b5c3f04f4ab16ec0aee3cc3bf5ee12342 Author: Frank Morgner <fra...@gm...> Date: 2021-08-31 (Tue, 31 Aug 2021) Changed paths: M src/libopensc/pkcs15-sec.c Log Message: ----------- sc_pkcs15_compute_signature: allow arbitrary length input Commit: 042f2d17bcabce16b96646aeb174ee671f984eea https://github.com/OpenSC/OpenSC/commit/042f2d17bcabce16b96646aeb174ee671f984eea Author: Frank Morgner <fra...@gm...> Date: 2021-08-31 (Tue, 31 Aug 2021) Changed paths: M src/pkcs11/mechanism.c Log Message: ----------- pkcs11: allow arbitrary length for signing Commit: 5503b8e261705eb92d5b6bef453e8906ed6b7eec https://github.com/OpenSC/OpenSC/commit/5503b8e261705eb92d5b6bef453e8906ed6b7eec Author: Frank Morgner <fra...@gm...> Date: 2021-08-31 (Tue, 31 Aug 2021) Changed paths: M src/libopensc/log.h M src/pkcs11/sc-pkcs11.h Log Message: ----------- use __FILE_NAME__ instead of __FILE__ if possible ... to strip the path Commit: 789f16159c28ea417fd56ec0c63e99ef5746ba17 https://github.com/OpenSC/OpenSC/commit/789f16159c28ea417fd56ec0c63e99ef5746ba17 Author: Frank Morgner <fra...@gm...> Date: 2021-08-31 (Tue, 31 Aug 2021) Changed paths: M src/libopensc/opensc.h M src/libopensc/pkcs15.c M src/pkcs11/mechanism.c M src/pkcs11/misc.c Log Message: ----------- introduce sc_mem_secure_clear_free() Commit: e59d6520616548242f7c2edcf947d1b634b8e957 https://github.com/OpenSC/OpenSC/commit/e59d6520616548242f7c2edcf947d1b634b8e957 Author: Frank Morgner <fra...@gm...> Date: 2021-08-31 (Tue, 31 Aug 2021) Changed paths: M src/libopensc/pkcs15-sec.c Log Message: ----------- clear memory when finishing signature computation Commit: 6d580ac9010b2873576e45da9e2726547c915913 https://github.com/OpenSC/OpenSC/commit/6d580ac9010b2873576e45da9e2726547c915913 Author: Frank Morgner <fra...@gm...> Date: 2021-08-31 (Tue, 31 Aug 2021) Changed paths: M src/libopensc/pkcs15-sec.c Log Message: ----------- fixed possible memory leak thanks, jakub for spotting this Compare: https://github.com/OpenSC/OpenSC/compare/703183e5e986...6d580ac9010b |
From: Frank M. <no...@gi...> - 2021-08-30 09:04:25
|
Branch: refs/heads/ctk_lock Home: https://github.com/OpenSC/OpenSC Commit: 879a32f953e58a9b91c46a1c6464496a13971612 https://github.com/OpenSC/OpenSC/commit/879a32f953e58a9b91c46a1c6464496a13971612 Author: Frank Morgner <fra...@gm...> Date: 2021-08-30 (Mon, 30 Aug 2021) Changed paths: M src/libopensc/reader-cryptotokenkit.m Log Message: ----------- reader-cryptotokenkit: support thread-wise separation fixes https://github.com/OpenSC/OpenSC/issues/1983 |
From: Frank M. <no...@gi...> - 2021-08-30 09:03:15
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 58bc34405a98f8a85447c46962d6a42700880a31 https://github.com/OpenSC/OpenSC/commit/58bc34405a98f8a85447c46962d6a42700880a31 Author: Frank Morgner <fra...@gm...> Date: 2021-08-25 (Wed, 25 Aug 2021) Changed paths: R .github/secrets.tar.enc A .github/secrets.tar.gpg M .github/setup-macos.sh M .github/workflows/macos.yml Log Message: ----------- prepare package signing for macOS Commit: 2eaa25039014ec085db2aeea97678367787ef292 https://github.com/OpenSC/OpenSC/commit/2eaa25039014ec085db2aeea97678367787ef292 Author: Frank Morgner <fra...@gm...> Date: 2021-08-25 (Wed, 25 Aug 2021) Changed paths: M .github/workflows/macos.yml Log Message: ----------- actions: monitor macos specific changes Commit: fe04f5a611201cfb2decb33224c1044e33f20663 https://github.com/OpenSC/OpenSC/commit/fe04f5a611201cfb2decb33224c1044e33f20663 Author: Frank Morgner <fra...@gm...> Date: 2021-08-25 (Wed, 25 Aug 2021) Changed paths: M .github/workflows/linux.yml Log Message: ----------- actions: monitor linux workflow changes Commit: b4e41c6c1242170329855a6fd9375f8e95a1639d https://github.com/OpenSC/OpenSC/commit/b4e41c6c1242170329855a6fd9375f8e95a1639d Author: Frank Morgner <fra...@gm...> Date: 2021-08-25 (Wed, 25 Aug 2021) Changed paths: M .github/workflows/cifuzz.yml Log Message: ----------- actions: monitor cifuzz changes Commit: 5e5f85ed1c8ae4b0a142af1538cedde9a208da08 https://github.com/OpenSC/OpenSC/commit/5e5f85ed1c8ae4b0a142af1538cedde9a208da08 Author: Frank Morgner <fra...@gm...> Date: 2021-08-25 (Wed, 25 Aug 2021) Changed paths: M .github/build.sh M .github/setup-java.sh M .github/setup-linux.sh M .github/setup-macos.sh M .github/setup-vsmartcard.sh Log Message: ----------- CI: monitor commands in scripts Commit: 23f22fd36e60f34143ec364478a51215a5272f76 https://github.com/OpenSC/OpenSC/commit/23f22fd36e60f34143ec364478a51215a5272f76 Author: Frank Morgner <fra...@gm...> Date: 2021-08-25 (Wed, 25 Aug 2021) Changed paths: M .github/workflows/macos.yml Log Message: ----------- ci: corrected position of workflow for deleting macos keys Commit: 282440d32317c3e4ac6db3eff15097703d01c309 https://github.com/OpenSC/OpenSC/commit/282440d32317c3e4ac6db3eff15097703d01c309 Author: Frank Morgner <fra...@gm...> Date: 2021-08-25 (Wed, 25 Aug 2021) Changed paths: M .github/setup-macos.sh Log Message: ----------- ci: add signing keys when NOT in PR fixes logical error during migration from travis to gh actions Commit: 27751b976dd70f04b67d43c235f6c0af7dc3aacd https://github.com/OpenSC/OpenSC/commit/27751b976dd70f04b67d43c235f6c0af7dc3aacd Author: Frank Morgner <fra...@gm...> Date: 2021-08-25 (Wed, 25 Aug 2021) Changed paths: A .github/cleanup-macos.sh M .github/setup-macos.sh M .github/workflows/macos.yml Log Message: ----------- ci: fixed macos cleanup Commit: b5393ea8f0953b77c9771079733d5007194b1583 https://github.com/OpenSC/OpenSC/commit/b5393ea8f0953b77c9771079733d5007194b1583 Author: Frank Morgner <fra...@gm...> Date: 2021-08-25 (Wed, 25 Aug 2021) Changed paths: M .github/build.sh M .github/cleanup-macos.sh M .github/setup-java.sh M .github/setup-linux.sh M .github/setup-macos.sh M .github/setup-vsmartcard.sh M .github/test-cac.sh M .github/test-gidsapplet.sh M .github/test-isoapplet.sh M .github/test-openpgp.sh M .github/test-oseid.sh M .github/test-piv.sh Log Message: ----------- ci: unify shell flags Commit: e5917350542c9dc2b8410157b4c0e5f645ce5c49 https://github.com/OpenSC/OpenSC/commit/e5917350542c9dc2b8410157b4c0e5f645ce5c49 Author: Frank Morgner <fra...@gm...> Date: 2021-08-26 (Thu, 26 Aug 2021) Changed paths: M .github/workflows/macos.yml Log Message: ----------- ci: pass code signing credentials in for build Commit: 703183e5e9860e998d70cce74693b32ded78190a https://github.com/OpenSC/OpenSC/commit/703183e5e9860e998d70cce74693b32ded78190a Author: Frank Morgner <fra...@gm...> Date: 2021-08-30 (Mon, 30 Aug 2021) Changed paths: M .github/build.sh A .github/cleanup-macos.sh R .github/secrets.tar.enc A .github/secrets.tar.gpg M .github/setup-java.sh M .github/setup-linux.sh M .github/setup-macos.sh M .github/setup-vsmartcard.sh M .github/test-cac.sh M .github/test-gidsapplet.sh M .github/test-isoapplet.sh M .github/test-openpgp.sh M .github/test-oseid.sh M .github/test-piv.sh M .github/workflows/cifuzz.yml M .github/workflows/linux.yml M .github/workflows/macos.yml Log Message: ----------- Merge pull request #2394 from frankmorgner/macos_action prepare package signing for macOS Compare: https://github.com/OpenSC/OpenSC/compare/98f6d77d9af7...703183e5e986 |
From: Frank M. <no...@gi...> - 2021-08-29 20:48:58
|
Branch: refs/heads/ctk_lock Home: https://github.com/OpenSC/OpenSC Commit: ae80fb57821762179545cb2decf6cbf5a41f5b79 https://github.com/OpenSC/OpenSC/commit/ae80fb57821762179545cb2decf6cbf5a41f5b79 Author: Frank Morgner <fra...@gm...> Date: 2020-03-19 (Thu, 19 Mar 2020) Changed paths: M src/libopensc/reader-cryptotokenkit.m Log Message: ----------- reader-cryptotokenkit: support thread-wise separation fixes https://github.com/OpenSC/OpenSC/issues/1983 |
From: Frank M. <no...@gi...> - 2021-08-26 14:20:25
|
Branch: refs/heads/macos_action Home: https://github.com/OpenSC/OpenSC Commit: e5917350542c9dc2b8410157b4c0e5f645ce5c49 https://github.com/OpenSC/OpenSC/commit/e5917350542c9dc2b8410157b4c0e5f645ce5c49 Author: Frank Morgner <fra...@gm...> Date: 2021-08-26 (Thu, 26 Aug 2021) Changed paths: M .github/workflows/macos.yml Log Message: ----------- ci: pass code signing credentials in for build |
From: Frank M. <no...@gi...> - 2021-08-25 19:19:40
|
Branch: refs/heads/macos_action Home: https://github.com/OpenSC/OpenSC Commit: 58bc34405a98f8a85447c46962d6a42700880a31 https://github.com/OpenSC/OpenSC/commit/58bc34405a98f8a85447c46962d6a42700880a31 Author: Frank Morgner <fra...@gm...> Date: 2021-08-25 (Wed, 25 Aug 2021) Changed paths: R .github/secrets.tar.enc A .github/secrets.tar.gpg M .github/setup-macos.sh M .github/workflows/macos.yml Log Message: ----------- prepare package signing for macOS Commit: 2eaa25039014ec085db2aeea97678367787ef292 https://github.com/OpenSC/OpenSC/commit/2eaa25039014ec085db2aeea97678367787ef292 Author: Frank Morgner <fra...@gm...> Date: 2021-08-25 (Wed, 25 Aug 2021) Changed paths: M .github/workflows/macos.yml Log Message: ----------- actions: monitor macos specific changes Commit: fe04f5a611201cfb2decb33224c1044e33f20663 https://github.com/OpenSC/OpenSC/commit/fe04f5a611201cfb2decb33224c1044e33f20663 Author: Frank Morgner <fra...@gm...> Date: 2021-08-25 (Wed, 25 Aug 2021) Changed paths: M .github/workflows/linux.yml Log Message: ----------- actions: monitor linux workflow changes Commit: b4e41c6c1242170329855a6fd9375f8e95a1639d https://github.com/OpenSC/OpenSC/commit/b4e41c6c1242170329855a6fd9375f8e95a1639d Author: Frank Morgner <fra...@gm...> Date: 2021-08-25 (Wed, 25 Aug 2021) Changed paths: M .github/workflows/cifuzz.yml Log Message: ----------- actions: monitor cifuzz changes Commit: 5e5f85ed1c8ae4b0a142af1538cedde9a208da08 https://github.com/OpenSC/OpenSC/commit/5e5f85ed1c8ae4b0a142af1538cedde9a208da08 Author: Frank Morgner <fra...@gm...> Date: 2021-08-25 (Wed, 25 Aug 2021) Changed paths: M .github/build.sh M .github/setup-java.sh M .github/setup-linux.sh M .github/setup-macos.sh M .github/setup-vsmartcard.sh Log Message: ----------- CI: monitor commands in scripts Commit: 23f22fd36e60f34143ec364478a51215a5272f76 https://github.com/OpenSC/OpenSC/commit/23f22fd36e60f34143ec364478a51215a5272f76 Author: Frank Morgner <fra...@gm...> Date: 2021-08-25 (Wed, 25 Aug 2021) Changed paths: M .github/workflows/macos.yml Log Message: ----------- ci: corrected position of workflow for deleting macos keys Commit: 282440d32317c3e4ac6db3eff15097703d01c309 https://github.com/OpenSC/OpenSC/commit/282440d32317c3e4ac6db3eff15097703d01c309 Author: Frank Morgner <fra...@gm...> Date: 2021-08-25 (Wed, 25 Aug 2021) Changed paths: M .github/setup-macos.sh Log Message: ----------- ci: add signing keys when NOT in PR fixes logical error during migration from travis to gh actions Commit: 27751b976dd70f04b67d43c235f6c0af7dc3aacd https://github.com/OpenSC/OpenSC/commit/27751b976dd70f04b67d43c235f6c0af7dc3aacd Author: Frank Morgner <fra...@gm...> Date: 2021-08-25 (Wed, 25 Aug 2021) Changed paths: A .github/cleanup-macos.sh M .github/setup-macos.sh M .github/workflows/macos.yml Log Message: ----------- ci: fixed macos cleanup Commit: b5393ea8f0953b77c9771079733d5007194b1583 https://github.com/OpenSC/OpenSC/commit/b5393ea8f0953b77c9771079733d5007194b1583 Author: Frank Morgner <fra...@gm...> Date: 2021-08-25 (Wed, 25 Aug 2021) Changed paths: M .github/build.sh M .github/cleanup-macos.sh M .github/setup-java.sh M .github/setup-linux.sh M .github/setup-macos.sh M .github/setup-vsmartcard.sh M .github/test-cac.sh M .github/test-gidsapplet.sh M .github/test-isoapplet.sh M .github/test-openpgp.sh M .github/test-oseid.sh M .github/test-piv.sh Log Message: ----------- ci: unify shell flags Compare: https://github.com/OpenSC/OpenSC/compare/58bc34405a98%5E...b5393ea8f095 |
From: Petr M. <no...@gi...> - 2021-08-25 15:09:28
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 5dd68056f8cd16607df17adb5c5bab5e8fb33103 https://github.com/OpenSC/OpenSC/commit/5dd68056f8cd16607df17adb5c5bab5e8fb33103 Author: Михалицын Петр <pmi...@ru...> Date: 2021-08-25 (Wed, 25 Aug 2021) Changed paths: M src/pkcs11/framework-pkcs15.c M src/pkcs11/pkcs11-display.c M src/pkcs11/pkcs11-global.c M src/pkcs11/pkcs11-object.c M src/pkcs11/pkcs11-session.c M src/pkcs11/pkcs11-spy.c M src/tools/pkcs15-tool.c Log Message: ----------- get hex name for unknown objects Commit: 98f6d77d9af795cbc059c39bda57b94c4f91564f https://github.com/OpenSC/OpenSC/commit/98f6d77d9af795cbc059c39bda57b94c4f91564f Author: Михалицын Петр <pmi...@ru...> Date: 2021-08-25 (Wed, 25 Aug 2021) Changed paths: M src/pkcs11/framework-pkcs15.c M src/pkcs11/pkcs11-global.c M src/pkcs11/pkcs11-object.c M src/pkcs11/pkcs11-session.c M src/pkcs11/sc-pkcs11.h M src/tools/pkcs15-tool.c Log Message: ----------- move definition of name variable at the beginning of block. Move definition SC_LOG_RV macro to sc-pkcs11.h Compare: https://github.com/OpenSC/OpenSC/compare/d1024494bf72...98f6d77d9af7 |
From: Michał T. <no...@gi...> - 2021-08-25 11:01:18
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 51261328691443edb6d013bc76ef9de2880fb12a https://github.com/OpenSC/libp11/commit/51261328691443edb6d013bc76ef9de2880fb12a Author: Michał Trojnara <Mic...@st...> Date: 2021-08-25 (Wed, 25 Aug 2021) Changed paths: M appveyor.yml Log Message: ----------- Bump AppVeyor OpenSSL version to 1.1.1l |
From: Frank M. <no...@gi...> - 2021-08-24 19:48:54
|
Branch: refs/heads/bigsign Home: https://github.com/OpenSC/OpenSC Commit: f56dc665b369ddd9cf5afb53f47c1340ecd27375 https://github.com/OpenSC/OpenSC/commit/f56dc665b369ddd9cf5afb53f47c1340ecd27375 Author: Frank Morgner <fra...@gm...> Date: 2021-04-30 (Fri, 30 Apr 2021) Changed paths: M src/libopensc/pkcs15-sec.c Log Message: ----------- sc_pkcs15_compute_signature: allow arbitrary length input Commit: ee414737bcee872c4b143f14c20ea1a545a6d195 https://github.com/OpenSC/OpenSC/commit/ee414737bcee872c4b143f14c20ea1a545a6d195 Author: Frank Morgner <fra...@gm...> Date: 2021-04-30 (Fri, 30 Apr 2021) Changed paths: M src/pkcs11/mechanism.c Log Message: ----------- pkcs11: allow arbitrary length for signing Commit: ef90750bf67661928c6a91a78691f9e151e012cb https://github.com/OpenSC/OpenSC/commit/ef90750bf67661928c6a91a78691f9e151e012cb Author: Frank Morgner <fra...@gm...> Date: 2021-04-30 (Fri, 30 Apr 2021) Changed paths: M src/libopensc/log.h M src/pkcs11/sc-pkcs11.h Log Message: ----------- use __FILE_NAME__ instead of __FILE__ if possible ... to strip the path Commit: 353d3c8f51ff9bf18630c64d66f57fd188fee044 https://github.com/OpenSC/OpenSC/commit/353d3c8f51ff9bf18630c64d66f57fd188fee044 Author: Frank Morgner <fra...@gm...> Date: 2021-04-30 (Fri, 30 Apr 2021) Changed paths: M src/libopensc/opensc.h M src/libopensc/pkcs15.c M src/pkcs11/mechanism.c M src/pkcs11/misc.c Log Message: ----------- introduce sc_mem_secure_clear_free() Commit: 923bf574f3e7949400bcdc622549a13b4c542bc5 https://github.com/OpenSC/OpenSC/commit/923bf574f3e7949400bcdc622549a13b4c542bc5 Author: Frank Morgner <fra...@gm...> Date: 2021-08-24 (Tue, 24 Aug 2021) Changed paths: M src/libopensc/pkcs15-sec.c Log Message: ----------- clear memory when finishing signature computation Commit: 6fac8ee710c252552df7e2dedcce3fcff2fab1dd https://github.com/OpenSC/OpenSC/commit/6fac8ee710c252552df7e2dedcce3fcff2fab1dd Author: Frank Morgner <fra...@gm...> Date: 2021-08-24 (Tue, 24 Aug 2021) Changed paths: M src/libopensc/pkcs15-sec.c Log Message: ----------- fixed possible memory leak thanks, jakub for spotting this Compare: https://github.com/OpenSC/OpenSC/compare/f56dc665b369%5E...6fac8ee710c2 |
From: William R. <no...@gi...> - 2021-08-24 09:50:14
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: adbd9f099f23fa8a613291bcb72164a977094af1 https://github.com/OpenSC/OpenSC/commit/adbd9f099f23fa8a613291bcb72164a977094af1 Author: William Roberts <wil...@in...> Date: 2021-08-24 (Tue, 24 Aug 2021) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: support verifying HMAC signatures Before verification would only look for CKO_PUBLIC_KEY or CKO_PRIVATE_KEY objects, however, for HMAC to work through C_Verify it needs to look for CKO_SECRET_KEY objects as well. Before: tpm2pkcs11-tool --token-label=label --login --pin=myuserpin --verify --id='393837363534333231' --input-file=data.msg --mechanism=SHA-1-HMAC --signature-file=data.sig error: Public key nor certificate not found Aborting. After: tpm2pkcs11-tool --token-label=label --login --pin=myuserpin --verify --id='393837363534333231' --input-file=data.msg --mechanism=SHA-1-HMAC --signature-file=data.sig Using signature algorithm SHA-1-HMAC Signature is valid To help promote extensibility in the future, various bits of meta data can be associated with a mechanism via the mf_info table. The new bits of metadata are MF_FLAGS and contain information to quickly acertain what type of CKA_CLASS or C_.* interfaces are supported by the mechanism. This table can be slowly populated over time so support for other mechanisms can be added and the old code paths can be removed. Signed-off-by: William Roberts <wil...@in...> Commit: d1024494bf72b8c3db5c7ca2d79b575084885f4d https://github.com/OpenSC/OpenSC/commit/d1024494bf72b8c3db5c7ca2d79b575084885f4d Author: William Roberts <wil...@in...> Date: 2021-08-24 (Tue, 24 Aug 2021) Changed paths: M tests/common.sh M tests/test-pkcs11-tool-sign-verify.sh Log Message: ----------- test: add a an HMAC C_Sign/C_Verify test This tests that a Token with a single CKO_SECRET_KEY can be used in HMAC for SHA1, SHA256, SHA284 and SHA512 hash versions. Since pkcs11 tool does not support --id setting on CKO_SECRET_KEY nor respects the --label option for C_Sign and C_Verify, one may not get the key they expect. Signed-off-by: William Roberts <wil...@in...> Compare: https://github.com/OpenSC/OpenSC/compare/1b10f79a58f6...d1024494bf72 |
From: Doug E. <no...@gi...> - 2021-08-24 09:21:52
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 1b10f79a58f6562a0d47fd03000f9a14d153bee8 https://github.com/OpenSC/OpenSC/commit/1b10f79a58f6562a0d47fd03000f9a14d153bee8 Author: Doug Engert <dee...@gm...> Date: 2021-08-24 (Tue, 24 Aug 2021) Changed paths: M .github/setup-vsmartcard.sh Log Message: ----------- test-actions-2 vsmartcard-0.8 See if cebe05e78d51124591cf93f0506112fbe31d34fa on 8/13 is the problem vcpd polling was changed |
From: Michał T. <no...@gi...> - 2021-08-20 02:45:31
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: e9f815dc4719bf57a20a398f0dda3925ddbc28c1 https://github.com/OpenSC/libp11/commit/e9f815dc4719bf57a20a398f0dda3925ddbc28c1 Author: Uri Blumenthal <ur...@ll...> Date: 2021-08-20 (Fri, 20 Aug 2021) Changed paths: M tests/Makefile.am A tests/rsa-check-privkey.softhsm A tests/rsa-no-pubkey.sh Log Message: ----------- Add RSA Privkey check |
From: Doug E. <no...@gi...> - 2021-08-19 09:04:29
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 088a8a1302f8b6ff3224bf12526f14a8722afd8f https://github.com/OpenSC/OpenSC/commit/088a8a1302f8b6ff3224bf12526f14a8722afd8f Author: Doug Engert <dee...@gm...> Date: 2021-08-19 (Thu, 19 Aug 2021) Changed paths: M src/tools/pkcs11-tool.c M tests/test-pkcs11-tool-test-threads.sh Log Message: ----------- Fix pkcs11-tool and test-pkcs11-tool-test-threads.sh test-pkcs11-tool-test-threads.sh had the wrong parameters for one of the tests. And extra "OS" was left in the parameter pkcs11-tool when testing threads could segfault if no reader present. Error checking for slot index improved. Fixes:#2381 On branch pkcs11-tool-and-test Changes to be committed: modified: pkcs11-tool.c modified: ../../tests/test-pkcs11-tool-test-threads.sh |