You can subscribe to this list here.
| 2013 |
Jan
(18) |
Feb
(20) |
Mar
(15) |
Apr
(5) |
May
(7) |
Jun
(3) |
Jul
(4) |
Aug
(20) |
Sep
(10) |
Oct
(12) |
Nov
(12) |
Dec
(7) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2014 |
Jan
(12) |
Feb
(8) |
Mar
(3) |
Apr
(7) |
May
(12) |
Jun
(19) |
Jul
(1) |
Aug
(5) |
Sep
(9) |
Oct
(11) |
Nov
(13) |
Dec
(20) |
| 2015 |
Jan
(12) |
Feb
(25) |
Mar
(33) |
Apr
(37) |
May
(36) |
Jun
(2) |
Jul
(18) |
Aug
(31) |
Sep
(98) |
Oct
(50) |
Nov
(25) |
Dec
(34) |
| 2016 |
Jan
(95) |
Feb
(35) |
Mar
(78) |
Apr
(12) |
May
(11) |
Jun
(20) |
Jul
(28) |
Aug
(21) |
Sep
(30) |
Oct
(29) |
Nov
(15) |
Dec
(15) |
| 2017 |
Jan
(29) |
Feb
(17) |
Mar
(34) |
Apr
(28) |
May
(12) |
Jun
(25) |
Jul
(39) |
Aug
(14) |
Sep
(12) |
Oct
(38) |
Nov
(28) |
Dec
(6) |
| 2018 |
Jan
(15) |
Feb
(22) |
Mar
(27) |
Apr
(71) |
May
(78) |
Jun
(47) |
Jul
(24) |
Aug
(63) |
Sep
(43) |
Oct
(34) |
Nov
(27) |
Dec
(18) |
| 2019 |
Jan
(51) |
Feb
(17) |
Mar
(48) |
Apr
(46) |
May
(25) |
Jun
(9) |
Jul
(14) |
Aug
(46) |
Sep
(18) |
Oct
(25) |
Nov
(26) |
Dec
(25) |
| 2020 |
Jan
(28) |
Feb
(30) |
Mar
(20) |
Apr
(69) |
May
(40) |
Jun
(16) |
Jul
(13) |
Aug
(9) |
Sep
(17) |
Oct
(40) |
Nov
(55) |
Dec
(6) |
| 2021 |
Jan
(44) |
Feb
(13) |
Mar
(33) |
Apr
(31) |
May
(32) |
Jun
(10) |
Jul
(9) |
Aug
(27) |
Sep
(33) |
Oct
(7) |
Nov
(14) |
Dec
(17) |
| 2022 |
Jan
(25) |
Feb
(11) |
Mar
(42) |
Apr
(14) |
May
(18) |
Jun
(3) |
Jul
(10) |
Aug
(41) |
Sep
(12) |
Oct
(13) |
Nov
(18) |
Dec
(9) |
| 2023 |
Jan
(10) |
Feb
(18) |
Mar
(25) |
Apr
(27) |
May
(16) |
Jun
(26) |
Jul
(9) |
Aug
(29) |
Sep
(17) |
Oct
(24) |
Nov
(18) |
Dec
(16) |
| 2024 |
Jan
(23) |
Feb
(55) |
Mar
(40) |
Apr
(17) |
May
(15) |
Jun
(12) |
Jul
(12) |
Aug
(6) |
Sep
(15) |
Oct
(16) |
Nov
(29) |
Dec
(26) |
| 2025 |
Jan
(29) |
Feb
(37) |
Mar
(24) |
Apr
(35) |
May
(38) |
Jun
(20) |
Jul
(7) |
Aug
(13) |
Sep
(4) |
Oct
(9) |
Nov
(30) |
Dec
(6) |
|
From: Jakub J. <no...@gi...> - 2025-12-08 12:20:51
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: ab568f0a420931d5372bc8657f4024ca6d0e3285 https://github.com/OpenSC/OpenSC/commit/ab568f0a420931d5372bc8657f4024ca6d0e3285 Author: Jakub Jelen <jj...@re...> Date: 2025-12-08 (Mon, 08 Dec 2025) Changed paths: M src/libopensc/card-iasecc.c Log Message: ----------- iasecc: Properly set resplen when emulating fcp (1) Previously, this could lead to use uninitialized memory as the caller would handle the returned apdu buffer as longer than it actually is. Thanks Matteo Marini for the report! Signed-off-by: Jakub Jelen <jj...@re...> Commit: f29e937aa77ad000cd65cc1806972203bd3b0f43 https://github.com/OpenSC/OpenSC/commit/f29e937aa77ad000cd65cc1806972203bd3b0f43 Author: Jakub Jelen <jj...@re...> Date: 2025-12-08 (Mon, 08 Dec 2025) Changed paths: M src/pkcs15init/pkcs15-entersafe.c Log Message: ----------- entersafe: Avoid using uninitialized memory (2) Initialize the variable to prevent accessing uninitialized members when they are encoded into the APDU. Thanks Matteo Marini for the report! Signed-off-by: Jakub Jelen <jj...@re...> Commit: 7e3dcae1d14e898dfed00ce8aa1d1bfeaee7c936 https://github.com/OpenSC/OpenSC/commit/7e3dcae1d14e898dfed00ce8aa1d1bfeaee7c936 Author: Jakub Jelen <jj...@re...> Date: 2025-12-08 (Mon, 08 Dec 2025) Changed paths: M src/libopensc/pkcs15-atrust-acos.c M src/libopensc/pkcs15-starcert.c Log Message: ----------- starcert: Avoid using uninitialized values (3) Previously, the read could return small response, which would result in accessin uninitialized parts of the buffer. Thanks Matteo Marini for the report! Signed-off-by: Jakub Jelen <jj...@re...> Commit: a998551ca19f2bd0e664c59d415675c062e3920b https://github.com/OpenSC/OpenSC/commit/a998551ca19f2bd0e664c59d415675c062e3920b Author: Jakub Jelen <jj...@re...> Date: 2025-12-08 (Mon, 08 Dec 2025) Changed paths: M src/pkcs15init/pkcs15-oberthur.c Log Message: ----------- oberthur: Avoid using uninitialized value (4) The mismatch between the requested pubkey length and returned pubkey could result in using uninitialized memory when the card would return smaller modulus. Thanks Matteo Marini for the report! Signed-off-by: Jakub Jelen <jj...@re...> Commit: c1d3ebb130f909eff2aef1924f28f3d4c04786a6 https://github.com/OpenSC/OpenSC/commit/c1d3ebb130f909eff2aef1924f28f3d4c04786a6 Author: Jakub Jelen <jj...@re...> Date: 2025-12-08 (Mon, 08 Dec 2025) Changed paths: M src/pkcs15init/profile.c Log Message: ----------- profile: Avoid using uninitialized memory (5) Previously, the get_inner_word() could fail, leaving the second argument uninitialized when the macro name was too long. By checking the return value, we should catch this error and avoid using uninitialized memory. Rest is fixing typos and rewriting for more clarity. Thanks Matteo Marini for the report! Signed-off-by: Jakub Jelen <jj...@re...> Commit: 7aafe6f8c4a962d8ee9208a62272b6b38d6db9f6 https://github.com/OpenSC/OpenSC/commit/7aafe6f8c4a962d8ee9208a62272b6b38d6db9f6 Author: Jakub Jelen <jj...@re...> Date: 2025-12-08 (Mon, 08 Dec 2025) Changed paths: M src/libopensc/iasecc-sdo.c Log Message: ----------- iasecc: Avoid using uninitialized memory (6) The parsed length from data did not take into the account the buffer bounds, which could result in accessing uninitialized memory. This change verifies the parsed size fits into the allocated buffer and following checks make sure we do not go behind the initialized buffer bounds. Thanks Matteo Marini for the report! Signed-off-by: Jakub Jelen <jj...@re...> Commit: 267111f2e3b766e5ad985105cd1a3416d569ff89 https://github.com/OpenSC/OpenSC/commit/267111f2e3b766e5ad985105cd1a3416d569ff89 Author: Jakub Jelen <jj...@re...> Date: 2025-12-08 (Mon, 08 Dec 2025) Changed paths: M src/libopensc/card-gemsafeV1.c Log Message: ----------- gemsafeV1: Avoid use of uninitialized memory (fuzz_pkcs15_crypt/1) Signed-off-by: Jakub Jelen <jj...@re...> Commit: 263d29e2f8baf33f329849c82ba9c08ec45f1ad7 https://github.com/OpenSC/OpenSC/commit/263d29e2f8baf33f329849c82ba9c08ec45f1ad7 Author: Jakub Jelen <jj...@re...> Date: 2025-12-08 (Mon, 08 Dec 2025) Changed paths: M src/libopensc/pkcs15-tcos.c Log Message: ----------- tcos: Fix use of uninitialized value (fuzz_pkcs15_crypt/2) Signed-off-by: Jakub Jelen <jj...@re...> Commit: 7000dee0eb7d35246b5e180b39bb4e03b11f1c47 https://github.com/OpenSC/OpenSC/commit/7000dee0eb7d35246b5e180b39bb4e03b11f1c47 Author: Jakub Jelen <jj...@re...> Date: 2025-12-08 (Mon, 08 Dec 2025) Changed paths: M src/libopensc/pkcs15-pubkey.c Log Message: ----------- pkcs15-pubkey: Avoid accessing behind buffer bounds (fuzz_pkcs15_crypt/3) Signed-off-by: Jakub Jelen <jj...@re...> Commit: 29122ae779fa8ecb201b0c0b3bdad058b9540262 https://github.com/OpenSC/OpenSC/commit/29122ae779fa8ecb201b0c0b3bdad058b9540262 Author: Jakub Jelen <jj...@re...> Date: 2025-12-08 (Mon, 08 Dec 2025) Changed paths: M src/libopensc/pkcs15-openpgp.c Log Message: ----------- openpgp: Avoid using uninitialized data in the OID (fuzz_pkcs15_crypt/5) Signed-off-by: Jakub Jelen <jj...@re...> Commit: 5b0cda30e8226c41c69735f95234d98eda1be550 https://github.com/OpenSC/OpenSC/commit/5b0cda30e8226c41c69735f95234d98eda1be550 Author: Jakub Jelen <jj...@re...> Date: 2025-12-08 (Mon, 08 Dec 2025) Changed paths: M src/libopensc/card-cac.c Log Message: ----------- cac: Avoid using of uninitialized memory (fuzz_pkcs15_crypt/6) Signed-off-by: Jakub Jelen <jj...@re...> Commit: 61985ce021b386b11a29eb4d27c6a7ae00e8e2a6 https://github.com/OpenSC/OpenSC/commit/61985ce021b386b11a29eb4d27c6a7ae00e8e2a6 Author: Jakub Jelen <jj...@re...> Date: 2025-12-08 (Mon, 08 Dec 2025) Changed paths: M src/libopensc/card-cac.c Log Message: ----------- cac: Avoid using uninitialized memory (fuzz_pkcs15_crypt/9) Signed-off-by: Jakub Jelen <jj...@re...> Commit: bd8687b40f6948278ec115aa7a19ee7274760ce0 https://github.com/OpenSC/OpenSC/commit/bd8687b40f6948278ec115aa7a19ee7274760ce0 Author: Jakub Jelen <jj...@re...> Date: 2025-12-08 (Mon, 08 Dec 2025) Changed paths: M src/libopensc/card-esteid2018.c Log Message: ----------- esteid218: Avoid buffer overrun (fuzz_pkcs15_decode/1) Signed-off-by: Jakub Jelen <jj...@re...> Commit: a89dff3271da2eccd834553a4c0dfb7c543657c5 https://github.com/OpenSC/OpenSC/commit/a89dff3271da2eccd834553a4c0dfb7c543657c5 Author: Jakub Jelen <jj...@re...> Date: 2025-12-08 (Mon, 08 Dec 2025) Changed paths: M src/libopensc/iasecc-sdo.c Log Message: ----------- iasecc: Fix the length check to avoid usage of uninitialized memory (fuzz_pkcs15_encode/6) Signed-off-by: Jakub Jelen <jj...@re...> Commit: 40fbddc46e026618b6a3d0a03e62adc1fb5ca956 https://github.com/OpenSC/OpenSC/commit/40fbddc46e026618b6a3d0a03e62adc1fb5ca956 Author: Jakub Jelen <jj...@re...> Date: 2025-12-08 (Mon, 08 Dec 2025) Changed paths: M src/libopensc/pkcs15-coolkey.c Log Message: ----------- coolkey: Avoid zero-lenght allocations and access of uninitialized memory (fuzz_pkcs15_reader/4) Commit: dc4a1f2617867eb3b2c170ec51dd2bbae0212480 https://github.com/OpenSC/OpenSC/commit/dc4a1f2617867eb3b2c170ec51dd2bbae0212480 Author: Jakub Jelen <jj...@re...> Date: 2025-12-08 (Mon, 08 Dec 2025) Changed paths: M src/libopensc/card-authentic.c Log Message: ----------- authentic: Avoid buffer overrun (fuzz_pkcs15_reader/6) Commit: 6bee48e00e5f869fefee124dafd620c7ff5ba558 https://github.com/OpenSC/OpenSC/commit/6bee48e00e5f869fefee124dafd620c7ff5ba558 Author: Jakub Jelen <jj...@re...> Date: 2025-12-08 (Mon, 08 Dec 2025) Changed paths: M src/libopensc/card-cac.c Log Message: ----------- cac: Improve logging Signed-off-by: Jakub Jelen <jj...@re...> Commit: 35b2f54212db0d6adcc337e456ddc728eeabd044 https://github.com/OpenSC/OpenSC/commit/35b2f54212db0d6adcc337e456ddc728eeabd044 Author: Jakub Jelen <jj...@re...> Date: 2025-12-08 (Mon, 08 Dec 2025) Changed paths: M src/libopensc/card-cac.c Log Message: ----------- cac: Fix possible use of uninitialized memory (fuzz_pkcs15_crypt/4) Signed-off-by: Jakub Jelen <jj...@re...> Compare: https://github.com/OpenSC/OpenSC/compare/767c340a489f...35b2f54212db To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Jakub J. <no...@gi...> - 2025-12-04 10:45:27
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 767c340a489f17753bf137a12a9c579255c992ea https://github.com/OpenSC/OpenSC/commit/767c340a489f17753bf137a12a9c579255c992ea Author: Jakub Jelen <jj...@re...> Date: 2025-12-04 (Thu, 04 Dec 2025) Changed paths: M src/pkcs11/framework-pkcs15.c Log Message: ----------- pkcs11: Use implicit type conversion to avoid build failure Without this windows build fails silently like this: ``` framework-pkcs15.c Error: framework-pkcs15.c(4697): error C2220: the following warning is treated as an error Warning: framework-pkcs15.c(4697): warning C4319: '~': zero extending 'unsigned int' to 'size_t' of greater size ``` Signed-off-by: Jakub Jelen <jj...@re...> To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Raul M. <no...@gi...> - 2025-12-04 10:30:12
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 7bc19e68654342a3b743e4984864676ce75d93da https://github.com/OpenSC/OpenSC/commit/7bc19e68654342a3b743e4984864676ce75d93da Author: Raul Metsma <ra...@me...> Date: 2025-12-04 (Thu, 04 Dec 2025) Changed paths: M .github/workflows/linux.yml Log Message: ----------- Merge java test targets Signed-off-by: Raul Metsma <ra...@me...> Commit: 5ff117b2ee4faee854a13ea9fca12bf1fd241b0a https://github.com/OpenSC/OpenSC/commit/5ff117b2ee4faee854a13ea9fca12bf1fd241b0a Author: Raul Metsma <ra...@me...> Date: 2025-12-04 (Thu, 04 Dec 2025) Changed paths: M .github/workflows/linux.yml Log Message: ----------- Move clang-tidy build task Signed-off-by: Raul Metsma <ra...@me...> Compare: https://github.com/OpenSC/OpenSC/compare/d64f316c10fc...5ff117b2ee4f To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Jakub J. <no...@gi...> - 2025-12-03 13:49:39
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: d64f316c10fc8d5d896cdf94160d5d365cf37f37 https://github.com/OpenSC/OpenSC/commit/d64f316c10fc8d5d896cdf94160d5d365cf37f37 Author: Jakub Jelen <jj...@re...> Date: 2025-12-03 (Wed, 03 Dec 2025) Changed paths: M .github/setup-linux.sh M .github/setup-valgrind.sh Log Message: ----------- ci: Try to use debuginfod instead of manual download of ddebs ... which is fragile given that ubuntu does not have predictable naming pattern for the debuginfo packages and the repositories are most of the time being updated which results in random failures in CI installing these packages. To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Juraj Š. <no...@gi...> - 2025-12-03 13:49:20
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: df4d6e5a1bf5def2cc51aa0d087532813a233f08 https://github.com/OpenSC/OpenSC/commit/df4d6e5a1bf5def2cc51aa0d087532813a233f08 Author: Juraj Šarinay <ju...@sa...> Date: 2025-12-03 (Wed, 03 Dec 2025) Changed paths: M win32/Make.rules.mak Log Message: ----------- Silence a Microsoft linker warning The library name within pkcs11.def matched neither of the two DLLs where the definition file was used, this resulted in warning LNK4070. The linker gets the output filename as a parameter. Drop it from the definition files, where it is optional. To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Jakub J. <no...@gi...> - 2025-12-01 21:46:04
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 5920fe892f75d644b735b06c4edb476cdd35c8ad https://github.com/OpenSC/OpenSC/commit/5920fe892f75d644b735b06c4edb476cdd35c8ad Author: Jakub Jelen <jj...@re...> Date: 2025-12-01 (Mon, 01 Dec 2025) Changed paths: M src/pkcs11/pkcs11-spy.c Log Message: ----------- pkcs11-spy: Avoid invalid assignments CID 500043 Thanks coverity Signed-off-by: Jakub Jelen <jj...@re...> Commit: 59b333fa853a85d1da5759fdd3dbf9777c482822 https://github.com/OpenSC/OpenSC/commit/59b333fa853a85d1da5759fdd3dbf9777c482822 Author: Jakub Jelen <jj...@re...> Date: 2025-12-01 (Mon, 01 Dec 2025) Changed paths: M src/pkcs15init/profile.c Log Message: ----------- profile: Avoid discarting const on assignment profile.c:2091:41: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers] 2091 | if ((macro_name = strchr(str, '$'))) { | ^ Signed-off-by: Jakub Jelen <jj...@re...> Commit: bfc6a0f4b38b021a16f0c992bd89153396d0e124 https://github.com/OpenSC/OpenSC/commit/bfc6a0f4b38b021a16f0c992bd89153396d0e124 Author: Jakub Jelen <jj...@re...> Date: 2025-12-01 (Mon, 01 Dec 2025) Changed paths: M src/tools/opensc-explorer.c Log Message: ----------- opensc-explorer: Avoid assigning const to non-const pointer Signed-off-by: Jakub Jelen <jj...@re...> Commit: aeac552280322ea780f0d7482a9ffbe48664bec4 https://github.com/OpenSC/OpenSC/commit/aeac552280322ea780f0d7482a9ffbe48664bec4 Author: Jakub Jelen <jj...@re...> Date: 2025-12-01 (Mon, 01 Dec 2025) Changed paths: M src/common/compat_getopt_main.c Log Message: ----------- compat: Avoid const -> nonconst assignment compat_getopt_main.c:98:22: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers] 98 | if ((match = strchr(letters, tolower(c)))) | ^ Signed-off-by: Jakub Jelen <jj...@re...> Commit: f729259158fbaa32fa796dbf6dd045c80c453d78 https://github.com/OpenSC/OpenSC/commit/f729259158fbaa32fa796dbf6dd045c80c453d78 Author: Jakub Jelen <jj...@re...> Date: 2025-12-01 (Mon, 01 Dec 2025) Changed paths: M tests/test-kryoptic.sh M tests/test-p11test.sh M tests/test-pkcs11-tool-allowed-mechanisms.sh M tests/test-pkcs11-tool-import.sh M tests/test-pkcs11-tool-sign-verify.sh M tests/test-pkcs11-tool-sym-crypt-test.sh M tests/test-pkcs11-tool-test-threads.sh M tests/test-pkcs11-tool-test.sh M tests/test-pkcs11-tool-unwrap-wrap-test.sh M tests/test-pkcs11-tool-uri-with-slot-id.sh M tests/test-softhsm.sh M tests/test-softokn.sh Log Message: ----------- tests: Rework how external tests are invoked Signed-off-by: Jakub Jelen <jj...@re...> Commit: daed264f553f460e820d6b0b5ac4d69339d364b9 https://github.com/OpenSC/OpenSC/commit/daed264f553f460e820d6b0b5ac4d69339d364b9 Author: Jakub Jelen <jj...@re...> Date: 2025-12-01 (Mon, 01 Dec 2025) Changed paths: M tests/kryoptic_ref.json Log Message: ----------- tests: Adjust kryoptic test reference file Signed-off-by: Jakub Jelen <jj...@re...> Commit: 5bb402f3b34f53847532d9695a4aee73e3f4a3af https://github.com/OpenSC/OpenSC/commit/5bb402f3b34f53847532d9695a4aee73e3f4a3af Author: Jakub Jelen <jj...@re...> Date: 2025-12-01 (Mon, 01 Dec 2025) Changed paths: M tests/test-pkcs11-tool-sign-verify.sh Log Message: ----------- tests: Skip SHA1 tests with kryoptic Signed-off-by: Jakub Jelen <jj...@re...> Commit: f228715c1e686fa78f2ffc6b479600dfdb850162 https://github.com/OpenSC/OpenSC/commit/f228715c1e686fa78f2ffc6b479600dfdb850162 Author: Jakub Jelen <jj...@re...> Date: 2025-12-01 (Mon, 01 Dec 2025) Changed paths: M .github/setup-kryoptic.sh M .github/workflows/external-pkcs11.yaml Log Message: ----------- tests: Build kryoptic with pqc support This requires Fedora 43, but github images are still stuck on f42 so using quay directly. Signed-off-by: Jakub Jelen <jj...@re...> Commit: 2a816986683bf694cd1f664236104c642b920fd2 https://github.com/OpenSC/OpenSC/commit/2a816986683bf694cd1f664236104c642b920fd2 Author: Jakub Jelen <jj...@re...> Date: 2025-12-01 (Mon, 01 Dec 2025) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: Do not query for encapsulate/decapsulate needlessly Signed-off-by: Jakub Jelen <jj...@re...> Commit: 003c55081c516c1d518d5718ffb261e2abd54bfe https://github.com/OpenSC/OpenSC/commit/003c55081c516c1d518d5718ffb261e2abd54bfe Author: Jakub Jelen <jj...@re...> Date: 2025-12-01 (Mon, 01 Dec 2025) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: Fix import of PQC private keys Signed-off-by: Jakub Jelen <jj...@re...> Commit: f51c5d6d8b9ecf539d8fbb3f217d097877047c9d https://github.com/OpenSC/OpenSC/commit/f51c5d6d8b9ecf539d8fbb3f217d097877047c9d Author: Jakub Jelen <jj...@re...> Date: 2025-12-01 (Mon, 01 Dec 2025) Changed paths: M src/tools/Makefile.mak Log Message: ----------- Makefile.mak: Return back the pkcs11_uri.obj as it is still needed For some reason, missing files do not cause the whole build fail and hide this problem in CI. Thanks @jurajsarinay for the report! Signed-off-by: Jakub Jelen <jj...@re...> Commit: baed81be1373d5425f7c9cb7e178bf174b017eb1 https://github.com/OpenSC/OpenSC/commit/baed81be1373d5425f7c9cb7e178bf174b017eb1 Author: Jakub Jelen <jj...@re...> Date: 2025-12-01 (Mon, 01 Dec 2025) Changed paths: M src/pkcs11/pkcs11.exports Log Message: ----------- pkcs11.exports: Add missing PKCS#11 3.2 functions Signed-off-by: Jakub Jelen <jj...@re...> Commit: d631f16e5fa9ec198a05343a87de407c2071c4d2 https://github.com/OpenSC/OpenSC/commit/d631f16e5fa9ec198a05343a87de407c2071c4d2 Author: Jakub Jelen <jj...@re...> Date: 2025-12-01 (Mon, 01 Dec 2025) Changed paths: M src/pkcs11/Makefile.mak Log Message: ----------- pkcs11: Include exports for windows libraries Previously, the exports were generated by `__declspec(dllexport)` in the pkcs11.h header itself, but this was accidentally removed by importing a new header file in 11a7777bbf65694d51e310c6f39ba24ad0192da0. This changes the export to work as before 25b52f6, using the pkcs11.def Thanks @jurajsarinay for the report! Signed-off-by: Jakub Jelen <jj...@re...> Commit: 2b6aafe7e3363971756c2e8a65277cf2524ed2ec https://github.com/OpenSC/OpenSC/commit/2b6aafe7e3363971756c2e8a65277cf2524ed2ec Author: Jakub Jelen <jj...@re...> Date: 2025-12-01 (Mon, 01 Dec 2025) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: Fix missing argument from printf format Fixes the following automatic code scanning issue: https://github.com/OpenSC/OpenSC/security/code-scanning/38 Signed-off-by: Jakub Jelen <jj...@re...> Commit: 72c29435fdf688d1e6db99434e9f01d714714280 https://github.com/OpenSC/OpenSC/commit/72c29435fdf688d1e6db99434e9f01d714714280 Author: Jakub Jelen <jj...@re...> Date: 2025-12-01 (Mon, 01 Dec 2025) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: Remove redundant NULL check Reported by automatic code scanning: https://github.com/OpenSC/OpenSC/security/code-scanning/28 Signed-off-by: Jakub Jelen <jj...@re...> Commit: 9a48e66d9e816f81a14d82261420e64d7b31295d https://github.com/OpenSC/OpenSC/commit/9a48e66d9e816f81a14d82261420e64d7b31295d Author: Jakub Jelen <jj...@re...> Date: 2025-12-01 (Mon, 01 Dec 2025) Changed paths: M .github/setup-linux.sh M .github/workflows/external-pkcs11.yaml M .github/workflows/linux.yml Log Message: ----------- Remove apt-cache from the CI it looks like it breaks the installation in some configurations ... update the remaining uses Signed-off-by: Jakub Jelen <jj...@re...> Commit: f4d3d750fe6f8feecf1fb79276ec6a5e8c68bb42 https://github.com/OpenSC/OpenSC/commit/f4d3d750fe6f8feecf1fb79276ec6a5e8c68bb42 Author: Jakub Jelen <jj...@re...> Date: 2025-12-01 (Mon, 01 Dec 2025) Changed paths: M .github/setup-valgrind.sh M configure.ac M src/tests/unittests/Makefile.am M tests/Makefile.am Log Message: ----------- ci: Find the right path to the libpcsclite.so.1 Signed-off-by: Jakub Jelen <jj...@re...> Commit: 8b59e8b317e74d74d6d9635b8e749591abd97434 https://github.com/OpenSC/OpenSC/commit/8b59e8b317e74d74d6d9635b8e749591abd97434 Author: Jakub Jelen <jj...@re...> Date: 2025-12-01 (Mon, 01 Dec 2025) Changed paths: M src/tests/p11test/isoapplet_ref_v0.json M src/tests/p11test/isoapplet_ref_v1.json M src/tests/p11test/openpgp_s0_ref.json M src/tests/p11test/openpgp_s1_ref.json M src/tests/p11test/piv_ref.json Log Message: ----------- tests: Adjust reference files to new p11test format Compare: https://github.com/OpenSC/OpenSC/compare/220bc82e08e7...8b59e8b317e7 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Frank M. <no...@gi...> - 2025-11-27 14:15:32
|
Branch: refs/heads/signpath Home: https://github.com/OpenSC/OpenSC Commit: 59e7e74fb650919a9963271ca0665364a16b704c https://github.com/OpenSC/OpenSC/commit/59e7e74fb650919a9963271ca0665364a16b704c Author: Frank Morgner <fra...@gm...> Date: 2025-11-27 (Thu, 27 Nov 2025) Changed paths: M .github/workflows/macos.yml Log Message: ----------- disable macos manual signing To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Frank M. <no...@gi...> - 2025-11-25 23:37:55
|
Branch: refs/heads/signpath Home: https://github.com/OpenSC/OpenSC Commit: a9f09dd47242bd29c994334a535351e7522f3bde https://github.com/OpenSC/OpenSC/commit/a9f09dd47242bd29c994334a535351e7522f3bde Author: Frank Morgner <fra...@gm...> Date: 2025-11-22 (Sat, 22 Nov 2025) Changed paths: M .github/workflows/macos.yml M .github/workflows/windows.yml Log Message: ----------- CI: added upload to Signpath.io Commit: 5d380c8bde6b52a179fc7522aa4453a3e16579fc https://github.com/OpenSC/OpenSC/commit/5d380c8bde6b52a179fc7522aa4453a3e16579fc Author: Frank Morgner <fra...@gm...> Date: 2025-11-24 (Mon, 24 Nov 2025) Changed paths: M .github/workflows/macos.yml M .github/workflows/windows.yml Log Message: ----------- a Compare: https://github.com/OpenSC/OpenSC/compare/a9f09dd47242%5E...5d380c8bde6b To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Raul M. <no...@gi...> - 2025-11-25 15:20:02
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 220bc82e08e71d720d742ce2e8713dc9af14dade https://github.com/OpenSC/OpenSC/commit/220bc82e08e71d720d742ce2e8713dc9af14dade Author: Raul Metsma <ra...@me...> Date: 2025-11-25 (Tue, 25 Nov 2025) Changed paths: M .appveyor.yml M .github/workflows/windows.yml M win32/Make.rules.mak M win32/Makefile.mak Log Message: ----------- MSI version number Signed-off-by: Raul Metsma <ra...@me...> To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Jakub J. <no...@gi...> - 2025-11-25 08:56:57
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 11a7777bbf65694d51e310c6f39ba24ad0192da0 https://github.com/OpenSC/OpenSC/commit/11a7777bbf65694d51e310c6f39ba24ad0192da0 Author: Veronika Hanulíková <vha...@re...> Date: 2025-11-25 (Tue, 25 Nov 2025) Changed paths: M src/common/libpkcs11.c M src/pkcs11/pkcs11-global.c M src/pkcs11/pkcs11-spy.c M src/pkcs11/pkcs11.h M src/tests/p11test/p11test_case_interface.c Log Message: ----------- Integrate open-source PKCS#11 v3.1 header file https://github.com/latchset/pkcs11-headers/ Commit: 3f5a5b68020b00974b0fcd0df926738e9b320f4f https://github.com/OpenSC/OpenSC/commit/3f5a5b68020b00974b0fcd0df926738e9b320f4f Author: Veronika Hanulíková <vha...@re...> Date: 2025-11-25 (Tue, 25 Nov 2025) Changed paths: M src/pkcs11/pkcs11.h Log Message: ----------- Update PKCS#11 header file to v3.2 Commit: a9d054c1e324dd99fc8cb63c27bf421049dd1a54 https://github.com/OpenSC/OpenSC/commit/a9d054c1e324dd99fc8cb63c27bf421049dd1a54 Author: Veronika Hanulíková <vha...@re...> Date: 2025-11-25 (Tue, 25 Nov 2025) Changed paths: M src/pkcs11/pkcs11-display.c Log Message: ----------- Adjust NSS-defined attributes Commit: e288c69b7f215af2cfd0d3b15f9eaa1b1e21bf26 https://github.com/OpenSC/OpenSC/commit/e288c69b7f215af2cfd0d3b15f9eaa1b1e21bf26 Author: Veronika Hanulíková <vha...@re...> Date: 2025-11-25 (Tue, 25 Nov 2025) Changed paths: M src/pkcs11/pkcs11-display.c M src/pkcs11/pkcs11-display.h Log Message: ----------- Update dispaying of name for PKCS#11 values Commit: 7929fe087a8f2b1cf2f826f88b83e437edc5ed30 https://github.com/OpenSC/OpenSC/commit/7929fe087a8f2b1cf2f826f88b83e437edc5ed30 Author: Veronika Hanulíková <vha...@re...> Date: 2025-11-25 (Tue, 25 Nov 2025) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Add support for ML-DSA into pkcs11-tool Commit: ad95c14b110f9c35933fe51f371ba4dc5d467872 https://github.com/OpenSC/OpenSC/commit/ad95c14b110f9c35933fe51f371ba4dc5d467872 Author: Jakub Jelen <ja...@gm...> Date: 2025-11-25 (Tue, 25 Nov 2025) Changed paths: M doc/tools/pkcs11-tool.1.xml M doc/tools/tools.html M src/libopensc/card-coolkey.c M src/pkcs11/pkcs11-display.c M src/pkcs11/pkcs11-display.h M src/pkcs11/pkcs11-global.c M src/pkcs11/pkcs11-object.c M src/pkcs11/pkcs11-spy.c M src/pkcs11/pkcs11.h M src/tools/pkcs11-tool.c Log Message: ----------- Add missing PKCS#11 3.2 mechanisms, attributes mostly in pkcs11 tool and pkcs11-spy Signed-off-by: Jakub Jelen <ja...@gm...> Commit: c29ad3208acaf28b880153f9848025d5f362f3c8 https://github.com/OpenSC/OpenSC/commit/c29ad3208acaf28b880153f9848025d5f362f3c8 Author: Jakub Jelen <jj...@re...> Date: 2025-11-25 (Tue, 25 Nov 2025) Changed paths: M src/tests/p11test/p11test_case_common.c M src/tests/p11test/p11test_case_common.h M src/tests/p11test/p11test_case_mechs.c M src/tests/p11test/p11test_case_readonly.c M src/tests/p11test/p11test_common.h M src/tools/pkcs11-tool.c M tests/common.sh Log Message: ----------- Add support for PQC keys to p11test and fixup support in pkcs11-tool Commit: 7169c2288abe364504b0e5e72f08c4b869f9d7a0 https://github.com/OpenSC/OpenSC/commit/7169c2288abe364504b0e5e72f08c4b869f9d7a0 Author: Jakub Jelen <jj...@re...> Date: 2025-11-25 (Tue, 25 Nov 2025) Changed paths: M tests/kryoptic_ref.json Log Message: ----------- Add kryoptic reference output from p11test Commit: 837d5e254e44b3e46aba1b98913671006e3eb049 https://github.com/OpenSC/OpenSC/commit/837d5e254e44b3e46aba1b98913671006e3eb049 Author: Jakub Jelen <jj...@re...> Date: 2025-11-25 (Tue, 25 Nov 2025) Changed paths: M src/pkcs11/debug.c M src/pkcs11/pkcs11-display.c M src/tests/p11test/p11test_case_common.c M src/tests/p11test/p11test_case_ec_derive.c M src/tests/p11test/p11test_case_readonly.c M src/tests/p11test/p11test_case_usage.c M src/tools/pkcs11-tool.c M tests/common.sh Log Message: ----------- PKCS#11 3.2 mechanisms mostly in the p11test Commit: 03f3dfa147e7a7d54f2060f7fd353089c951586c https://github.com/OpenSC/OpenSC/commit/03f3dfa147e7a7d54f2060f7fd353089c951586c Author: Jakub Jelen <jj...@re...> Date: 2025-11-25 (Tue, 25 Nov 2025) Changed paths: M src/tests/p11test/p11test_case_common.c M src/tests/p11test/p11test_case_common.h M src/tests/p11test/p11test_case_mechs.c M src/tests/p11test/p11test_case_readonly.c M src/tools/pkcs11-tool.c M tests/common.sh M tests/init-kryoptic.sh M tests/kryoptic_ref.json M tests/test-pkcs11-tool-import.sh Log Message: ----------- More fixes mostly about import/export Commit: 3a18fc2eebc506568375c73074c62ae6bd347215 https://github.com/OpenSC/OpenSC/commit/3a18fc2eebc506568375c73074c62ae6bd347215 Author: Jakub Jelen <jj...@re...> Date: 2025-11-25 (Tue, 25 Nov 2025) Changed paths: M tests/softhsm_fips_ref.json M tests/softhsm_ref.json Log Message: ----------- Update softhsm reference files to match new format Commit: 8626435f340720d6240ea563019f954b1fc2aacf https://github.com/OpenSC/OpenSC/commit/8626435f340720d6240ea563019f954b1fc2aacf Author: Jakub Jelen <jj...@re...> Date: 2025-11-25 (Tue, 25 Nov 2025) Changed paths: M src/common/libpkcs11.c M src/pkcs11/debug.c M src/pkcs11/pkcs11-display.c M src/pkcs11/pkcs11-display.h M src/pkcs11/pkcs11-spy.c M src/tests/p11test/p11test_case_common.c M src/tests/p11test/p11test_case_ec_derive.c M src/tests/p11test/p11test_case_interface.c M src/tests/p11test/p11test_case_mechs.c M src/tests/p11test/p11test_case_readonly.c M src/tests/p11test/p11test_case_usage.c M src/tools/pkcs11-tool.c Log Message: ----------- Exclude PQC keys in libressl and fix formatting Commit: b7de49173b6782c4e947ba162168c75e1156f33b https://github.com/OpenSC/OpenSC/commit/b7de49173b6782c4e947ba162168c75e1156f33b Author: Jakub Jelen <jj...@re...> Date: 2025-11-25 (Tue, 25 Nov 2025) Changed paths: M src/tests/p11test/oseid_ref.json M src/tests/p11test/virt_cacard_ref.json Log Message: ----------- Adjust virt_cacard and oseid applets reference files Commit: ef8fa527e25f82bb2e6365d1bbafdee15c26aab6 https://github.com/OpenSC/OpenSC/commit/ef8fa527e25f82bb2e6365d1bbafdee15c26aab6 Author: Jakub Jelen <jj...@re...> Date: 2025-11-25 (Tue, 25 Nov 2025) Changed paths: M src/tools/Makefile.mak Log Message: ----------- win32: Avoid specifying object files multiple times this was causing warnings in the appveyor CI: pkcs11-tool.obj : warning LNK4042: object specified more than once; extras ignored Commit: a94f1e6e991e8c70761e575d2a34f27186eb758b https://github.com/OpenSC/OpenSC/commit/a94f1e6e991e8c70761e575d2a34f27186eb758b Author: Jakub Jelen <jj...@re...> Date: 2025-11-25 (Tue, 25 Nov 2025) Changed paths: M tests/test-pkcs11-tool-unwrap-wrap-interoperability-test.sh Log Message: ----------- tests: Remove non-existing source Commit: 20e67fc57e3cc5957b09d8ab49a47b880dec77d9 https://github.com/OpenSC/OpenSC/commit/20e67fc57e3cc5957b09d8ab49a47b880dec77d9 Author: Jakub Jelen <jj...@re...> Date: 2025-11-25 (Tue, 25 Nov 2025) Changed paths: M src/pkcs11/pkcs11-display.c M src/pkcs11/pkcs11-display.h M src/tests/p11test/p11test_case_common.c M src/tests/p11test/p11test_case_common.h Log Message: ----------- pkcs11: Remove non-standard CK_LONG Commit: b3c1c8273710cf2ecc5a2304f64e283269ad2c51 https://github.com/OpenSC/OpenSC/commit/b3c1c8273710cf2ecc5a2304f64e283269ad2c51 Author: Jakub Jelen <jj...@re...> Date: 2025-11-25 (Tue, 25 Nov 2025) Changed paths: M src/pkcs11/Makefile.am A src/pkcs11/pd-pkcs11.h M src/pkcs11/pkcs11.h Log Message: ----------- pkcs11: Move public domain pkcs11.h to separate file to simplify updates Source: https://github.com/latchset/pkcs11-headers/blob/main/public-domain/3.2/pkcs11.h Compare: https://github.com/OpenSC/OpenSC/compare/011666717406...b3c1c8273710 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Raul M. <no...@gi...> - 2025-11-24 14:54:45
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 1f8bd33ae89825bb0c488a0e169e27ed1c323cbc https://github.com/OpenSC/OpenSC/commit/1f8bd33ae89825bb0c488a0e169e27ed1c323cbc Author: Raul Metsma <ra...@me...> Date: 2025-11-24 (Mon, 24 Nov 2025) Changed paths: M src/libopensc/card-esteid2018.c M src/libopensc/cards.h M src/libopensc/pkcs15-esteid2018.c Log Message: ----------- Add Latvian Cosmo 8.2 card support * Issued after 2022 Signed-off-by: Raul Metsma <ra...@me...> Commit: 0116667174060aaf609ff07daa99deeae1497e0e https://github.com/OpenSC/OpenSC/commit/0116667174060aaf609ff07daa99deeae1497e0e Author: Raul Metsma <ra...@me...> Date: 2025-11-24 (Mon, 24 Nov 2025) Changed paths: M src/libopensc/pkcs15-esteid2018.c Log Message: ----------- Add Latvian Cosmo 8.2 card support * Updated cards from RSA Signed-off-by: Raul Metsma <ra...@me...> Compare: https://github.com/OpenSC/OpenSC/compare/44bd944e1871...011666717406 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Raul M. <no...@gi...> - 2025-11-24 14:53:46
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 44bd944e1871dc6a9f11eb95682451e904d7312f https://github.com/OpenSC/OpenSC/commit/44bd944e1871dc6a9f11eb95682451e904d7312f Author: Raul Metsma <ra...@me...> Date: 2025-11-24 (Mon, 24 Nov 2025) Changed paths: M src/libopensc/card-setcos.c M src/libopensc/cards.h Log Message: ----------- Remove obsolete FinEID cards Since 2017-01-01 issued cards are Gemalto MultiApp Signed-off-by: Raul Metsma <ra...@me...> To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Jakub J. <no...@gi...> - 2025-11-24 08:14:35
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: bb0fa34666ae4937ab2f01ab33de1f8f6b4640a6 https://github.com/OpenSC/OpenSC/commit/bb0fa34666ae4937ab2f01ab33de1f8f6b4640a6 Author: Jakub Jelen <jj...@re...> Date: 2025-11-24 (Mon, 24 Nov 2025) Changed paths: M src/pkcs15init/pkcs15-oberthur.c Log Message: ----------- oberthur: Avoid buffer overflow Thanks 7erryX for the report! Fixes: #3511 Signed-off-by: Jakub Jelen <jj...@re...> Commit: e151e2f39d8ffdad7506ed36250635a925421903 https://github.com/OpenSC/OpenSC/commit/e151e2f39d8ffdad7506ed36250635a925421903 Author: Jakub Jelen <jj...@re...> Date: 2025-11-24 (Mon, 24 Nov 2025) Changed paths: M src/libopensc/card-mcrd.c Log Message: ----------- mcrd: Avoid memory leak on error condition Thanks oss-fuzz https://issues.oss-fuzz.com//issues/457247630 Signed-off-by: Jakub Jelen <jj...@re...> Commit: 1243e53ebdc48521bb6d462acf1a1ed728cadbe2 https://github.com/OpenSC/OpenSC/commit/1243e53ebdc48521bb6d462acf1a1ed728cadbe2 Author: Jakub Jelen <jj...@re...> Date: 2025-11-24 (Mon, 24 Nov 2025) Changed paths: M src/libopensc/card-mcrd.c Log Message: ----------- mcrd: Rewrite conditions for readability Signed-off-by: Jakub Jelen <jj...@re...> Commit: a20b91adc2fc66785c0df98abc8ef456c0eaab9d https://github.com/OpenSC/OpenSC/commit/a20b91adc2fc66785c0df98abc8ef456c0eaab9d Author: Jakub Jelen <jj...@re...> Date: 2025-11-24 (Mon, 24 Nov 2025) Changed paths: M src/libopensc/sc.c Log Message: ----------- compacttlv: Fix possible buffer overrun Fixes: GHSA-72x5-fwjx-2459 Signed-off-by: Jakub Jelen <jj...@re...> Commit: 24fc0b618111539b40ca5f7c2d0bd34d79fc6ebb https://github.com/OpenSC/OpenSC/commit/24fc0b618111539b40ca5f7c2d0bd34d79fc6ebb Author: Jakub Jelen <jj...@re...> Date: 2025-11-24 (Mon, 24 Nov 2025) Changed paths: M src/libopensc/sc.c Log Message: ----------- Fix indentation of sc_compacttlv_find_tag() Compare: https://github.com/OpenSC/OpenSC/compare/1ed039298bab...24fc0b618111 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Raul M. <no...@gi...> - 2025-11-21 21:06:58
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 1ed039298bab35ede7e801f479434dfa031827c5 https://github.com/OpenSC/OpenSC/commit/1ed039298bab35ede7e801f479434dfa031827c5 Author: Raul Metsma <ra...@me...> Date: 2025-11-21 (Fri, 21 Nov 2025) Changed paths: M src/libopensc/card-esteid2025.c M src/libopensc/opensc.h M src/pkcs11/framework-pkcs15.c M src/pkcs15init/pkcs15-lib.c Log Message: ----------- Check if PIN is locked and hint CKF_USER_PIN_TO_BE_CHANGED Signed-off-by: Raul Metsma <ra...@me...> To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Michał T. <no...@gi...> - 2025-11-21 17:42:19
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: ffa84a6f419c1d80d334e8ba7650c02f9be2662b https://github.com/OpenSC/libp11/commit/ffa84a6f419c1d80d334e8ba7650c02f9be2662b Author: Michał Trojnara <Mic...@st...> Date: 2025-11-21 (Fri, 21 Nov 2025) Changed paths: M NEWS M src/p11_key.c Log Message: ----------- Revert RSA public exponent change from #474 Commit: edf3d5c5ab621e613c935b22a1d384a1d13aad89 https://github.com/OpenSC/libp11/commit/edf3d5c5ab621e613c935b22a1d384a1d13aad89 Author: Michał Trojnara <Mic...@st...> Date: 2025-11-21 (Fri, 21 Nov 2025) Changed paths: M NEWS Log Message: ----------- Update NEWS Compare: https://github.com/OpenSC/libp11/compare/68d40386d9f4...edf3d5c5ab62 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |
|
From: MkfsSion <no...@gi...> - 2025-11-20 09:40:31
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 70a9e773be70b553ec44223af37b787bef9175e1 https://github.com/OpenSC/OpenSC/commit/70a9e773be70b553ec44223af37b787bef9175e1 Author: MkfsSion <mkf...@mk...> Date: 2025-11-20 (Thu, 20 Nov 2025) Changed paths: M src/libopensc/card-openpgp.c Log Message: ----------- openpgp: Fix retry counter of encryption PIN in SC_PIN_CMD_GET_INFO emulation for card supporting OpenPGP card spec v2.0 and later The meaning of byte 6 of DO C4 has changed from the retry counter of the encryption PIN (CHV2) to that of resetting code since OpenPGP card spec v2.0, and PW1 now serves as both the signature and encryption PIN. Map PIN reference from 82 to 81 to correct retry counter of encryption PIN for these cards. To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: nia <no...@gi...> - 2025-11-19 10:44:57
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pkcs11-helper Commit: 5ca191c43ca286dd63cd5199aed7120360fb8ca9 https://github.com/OpenSC/pkcs11-helper/commit/5ca191c43ca286dd63cd5199aed7120360fb8ca9 Author: nia <ni...@Ne...> Date: 2025-11-19 (Wed, 19 Nov 2025) Changed paths: M lib/pkcs11h-util.c Log Message: ----------- util: fix usage of ctype function The argument of these functions is of type int, but only a very restricted subset of values are actually valid. The argument must either be the value of the macro EOF (which has a negative value), or must be a non-negative value within the range representable as unsigned char. Passing invalid values leads to undefined behavior. Signed-off-by: Nia Alarie <ni...@Ne...> To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/pkcs11-helper/settings/notifications |
|
From: Michał T. <no...@gi...> - 2025-11-18 13:53:23
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: ddc71a192fae34e1ea35183aed002e1e7d3dd2e4 https://github.com/OpenSC/OpenSC/commit/ddc71a192fae34e1ea35183aed002e1e7d3dd2e4 Author: Michał Trojnara <Mic...@st...> Date: 2025-11-18 (Tue, 18 Nov 2025) Changed paths: M src/libopensc/pkcs15-pubkey.c M src/pkcs11/framework-pkcs15.c M src/tools/pkcs11-tool.c M src/tools/pkcs15-init.c Log Message: ----------- Revert "Fix Edwards and Montgomery "field_length"" This reverts commit 72125917695362de3306ebfeb06ce518b6fc42e6. Commit: c70be5a408e7d79c60bef5555240730af5f32804 https://github.com/OpenSC/OpenSC/commit/c70be5a408e7d79c60bef5555240730af5f32804 Author: Michał Trojnara <Mic...@st...> Date: 2025-11-18 (Tue, 18 Nov 2025) Changed paths: M src/pkcs11/framework-pkcs15.c M src/tools/pkcs11-tool.c Log Message: ----------- Update Edwards and Montgomery key storage length This commit is a stripped down reimplementation of 72125917695362de3306ebfeb06ce518b6fc42e6, which updated the expected field_size instead of only the internal storage length. This broke pkcs11-tool at least with the following modules: - libsofthsm2.so - libykcs11.so.2 - opensc-pkcs11.so The returned error was: P:5669; T:0x139760863991616 09:18:11.899 [opensc-pkcs11] pkcs15-sec.c:221:format_senv: Card does not support EDDSA with field_size 256 Compare: https://github.com/OpenSC/OpenSC/compare/96f911f2037f...c70be5a408e7 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Jakub J. <no...@gi...> - 2025-11-18 08:31:16
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: b678790dae577d83605c433a083eba4603aaf225 https://github.com/OpenSC/OpenSC/commit/b678790dae577d83605c433a083eba4603aaf225 Author: Jakub Jelen <jj...@re...> Date: 2025-11-18 (Tue, 18 Nov 2025) Changed paths: M .github/dump-logs.sh Log Message: ----------- ci: Dump just tail of the test logs to make ui usable Commit: 6f56b52d1b2bd7046580bac1552245862cd626de https://github.com/OpenSC/OpenSC/commit/6f56b52d1b2bd7046580bac1552245862cd626de Author: Jakub Jelen <jj...@re...> Date: 2025-11-18 (Tue, 18 Nov 2025) Changed paths: M .github/workflows/codeql.yml Log Message: ----------- ci: Upload full test logs also from the codeql job Commit: e888216cb06027e44aa91ccc2cf7ae560756b100 https://github.com/OpenSC/OpenSC/commit/e888216cb06027e44aa91ccc2cf7ae560756b100 Author: Jakub Jelen <jj...@re...> Date: 2025-11-18 (Tue, 18 Nov 2025) Changed paths: M tests/test-p11test.sh Log Message: ----------- tests: Make p11test more verbose and show more context in diff Commit: 00f98615b3a72bac47e6aeeb33e8794cac8712f0 https://github.com/OpenSC/OpenSC/commit/00f98615b3a72bac47e6aeeb33e8794cac8712f0 Author: Jakub Jelen <jj...@re...> Date: 2025-11-18 (Tue, 18 Nov 2025) Changed paths: M tests/test-p11test.sh Log Message: ----------- tests: Use proper paths for running p11test Commit: 85594879b3063a24a0f5e4c6291c622a8933f436 https://github.com/OpenSC/OpenSC/commit/85594879b3063a24a0f5e4c6291c622a8933f436 Author: Jakub Jelen <jj...@re...> Date: 2025-11-18 (Tue, 18 Nov 2025) Changed paths: M tests/test-kryoptic.sh M tests/test-softhsm.sh M tests/test-softokn.sh Log Message: ----------- tests: Properly report errors from external scripts Commit: 26b2f7c30a45928babfa1fdc84ddb4d06eb0530f https://github.com/OpenSC/OpenSC/commit/26b2f7c30a45928babfa1fdc84ddb4d06eb0530f Author: Jakub Jelen <jj...@re...> Date: 2025-11-18 (Tue, 18 Nov 2025) Changed paths: M tests/test-kryoptic.sh M tests/test-softhsm.sh Log Message: ----------- tests: Fix test name in script Commit: c315d99d0337268d5e72f12482a072245290172e https://github.com/OpenSC/OpenSC/commit/c315d99d0337268d5e72f12482a072245290172e Author: Jakub Jelen <jj...@re...> Date: 2025-11-18 (Tue, 18 Nov 2025) Changed paths: M tests/test-pkcs11-tool-test-threads.sh Log Message: ----------- tests: Properly use BUILD_PATH Commit: eb7f0af64fff9a9fff421998612adc31d853e721 https://github.com/OpenSC/OpenSC/commit/eb7f0af64fff9a9fff421998612adc31d853e721 Author: Jakub Jelen <jj...@re...> Date: 2025-11-18 (Tue, 18 Nov 2025) Changed paths: M tests/test-softhsm.sh Log Message: ----------- tests: Drop threads tests from softhsm CI Commit: 98c9ef09da3896b26596043916fba3bce71ac443 https://github.com/OpenSC/OpenSC/commit/98c9ef09da3896b26596043916fba3bce71ac443 Author: Jakub Jelen <jj...@re...> Date: 2025-11-18 (Tue, 18 Nov 2025) Changed paths: A tests/kryoptic_ref.json Log Message: ----------- ci: Add reference kryoptic results Commit: 96f911f2037ff867d7d2fe281e3ea390bdd660a9 https://github.com/OpenSC/OpenSC/commit/96f911f2037ff867d7d2fe281e3ea390bdd660a9 Author: Jakub Jelen <jj...@re...> Date: 2025-11-18 (Tue, 18 Nov 2025) Changed paths: M tests/init-kryoptic.sh Log Message: ----------- tests: Add more common kryoptic paths Compare: https://github.com/OpenSC/OpenSC/compare/f6270095900b...96f911f2037f To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Raul M. <no...@gi...> - 2025-11-18 08:21:50
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: f6270095900b88588cfab1d76157bfb5825ae2c7 https://github.com/OpenSC/OpenSC/commit/f6270095900b88588cfab1d76157bfb5825ae2c7 Author: Raul Metsma <ra...@me...> Date: 2025-11-18 (Tue, 18 Nov 2025) Changed paths: M src/libopensc/card-esteid2018.c M src/libopensc/cards.h M src/libopensc/iso7816.c M src/libopensc/pkcs15-esteid2018.c Log Message: ----------- Add Latvian IDEMIA Cosmo X card support Signed-off-by: Raul Metsma <ra...@me...> To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Małgorzata O. <no...@gi...> - 2025-11-13 15:41:52
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 0b574a461f46565c32cdb06e73976a7b733a3dc0 https://github.com/OpenSC/libp11/commit/0b574a461f46565c32cdb06e73976a7b733a3dc0 Author: olszomal <Mal...@st...> Date: 2025-11-13 (Thu, 13 Nov 2025) Changed paths: M src/Makefile.am M src/p11_ckr.c Log Message: ----------- Silence unused-parameter warnings in strict builds Refactored Makefile.am to isolate error modules Commit: 7905c3ade0d72f395d0e4d36b07031656266104c https://github.com/OpenSC/libp11/commit/7905c3ade0d72f395d0e4d36b07031656266104c Author: olszomal <Mal...@st...> Date: 2025-11-13 (Thu, 13 Nov 2025) Changed paths: M src/eng_back.c M src/p11_atfork.c M src/p11_eddsa.c M src/util_uri.c M tests/evp-sign-prov.c M tests/evp-sign.c M tests/fork-test.c M tests/openssl_version.c Log Message: ----------- Silence strict-prototypes warnings in strict builds Commit: 68d40386d9f4bd171a08ea8822c243c9402600a9 https://github.com/OpenSC/libp11/commit/68d40386d9f4bd171a08ea8822c243c9402600a9 Author: olszomal <Mal...@st...> Date: 2025-11-13 (Thu, 13 Nov 2025) Changed paths: M src/p11_pkey.c Log Message: ----------- Wrap debug logs in #ifdef DEBUG Compare: https://github.com/OpenSC/libp11/compare/f979d8e1fb95...68d40386d9f4 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |
|
From: Alon Bar-L. <no...@gi...> - 2025-11-10 14:31:51
|
Branch: refs/tags/pkcs11-helper-1.31.0 Home: https://github.com/OpenSC/pkcs11-helper To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/pkcs11-helper/settings/notifications |
|
From: Alon Bar-L. <no...@gi...> - 2025-11-10 14:30:02
|
Branch: refs/tags/pkcs11-helper-1.30.1 Home: https://github.com/OpenSC/pkcs11-helper To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/pkcs11-helper/settings/notifications |
|
From: Alon Bar-L. <no...@gi...> - 2025-11-10 14:29:26
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pkcs11-helper Commit: 286b4415b95f298ab35d62508a37c2aefc055037 https://github.com/OpenSC/pkcs11-helper/commit/286b4415b95f298ab35d62508a37c2aefc055037 Author: Alon Bar-Lev <alo...@gm...> Date: 2025-11-10 (Mon, 10 Nov 2025) Changed paths: M ChangeLog M configure.ac Log Message: ----------- pkcs11-helper-1.31.0 Commit: f6cf30098e4c16ca0082efbcf1656dfb4cd0f1d0 https://github.com/OpenSC/pkcs11-helper/commit/f6cf30098e4c16ca0082efbcf1656dfb4cd0f1d0 Author: Alon Bar-Lev <alo...@gm...> Date: 2025-11-10 (Mon, 10 Nov 2025) Changed paths: M ChangeLog M configure.ac Log Message: ----------- post pkcs11-helper-1.31.0 Compare: https://github.com/OpenSC/pkcs11-helper/compare/dd6303ac960d...f6cf30098e4c To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/pkcs11-helper/settings/notifications |
|
From: Alon Bar-L. <no...@gi...> - 2025-11-10 14:27:28
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pkcs11-helper Commit: 812cb9b94ad036b2cdb7ba93d232896dd63b96a0 https://github.com/OpenSC/pkcs11-helper/commit/812cb9b94ad036b2cdb7ba93d232896dd63b96a0 Author: Alon Bar-Lev <alo...@gm...> Date: 2025-11-10 (Mon, 10 Nov 2025) Changed paths: M ChangeLog M configure.ac Log Message: ----------- pkcs11-helper-1.30.1 Commit: dd6303ac960d363dbe23db92a973b3e70a94e521 https://github.com/OpenSC/pkcs11-helper/commit/dd6303ac960d363dbe23db92a973b3e70a94e521 Author: Alon Bar-Lev <alo...@gm...> Date: 2025-11-10 (Mon, 10 Nov 2025) Changed paths: M ChangeLog M configure.ac Log Message: ----------- post pkcs11-helper-1.30.1 Compare: https://github.com/OpenSC/pkcs11-helper/compare/2555c3860117...dd6303ac960d To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/pkcs11-helper/settings/notifications |