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
(7) |
|
From: Frank M. <no...@gi...> - 2025-01-31 08:38:13
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: b35f5afe8ebabbc983cc7b635d467736e5311b7b https://github.com/OpenSC/OpenSC/commit/b35f5afe8ebabbc983cc7b635d467736e5311b7b Author: Frank Morgner <fra...@gm...> Date: 2025-01-31 (Fri, 31 Jan 2025) Changed paths: M src/ui/strings.c Log Message: ----------- add some debugging regarding language of user messages To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Frank M. <no...@gi...> - 2025-01-31 08:35:38
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 97e590428d5edb1299a75a5d52ec4d2626410a93 https://github.com/OpenSC/OpenSC/commit/97e590428d5edb1299a75a5d52ec4d2626410a93 Author: Luka Logar <luk...@ci...> Date: 2025-01-31 (Fri, 31 Jan 2025) Changed paths: M src/libopensc/reader-pcsc.c Log Message: ----------- pkcs11: Fix C_WaitForSlotEvent() not working in Windows If there are any readers present when C_WaitForSlotEvent() is called, C_WaitForSlotEvent() returns immediately and does not wait for the card/slot event to happen. Apparently the MSDN documentation for SCardGetStatusChange() is inaccurate/incomplete and the dwCurrentState for \\?PnP?\Notification reader should contain the number of readers in it's HiWord to work properly. See https://stackoverflow.com/questions/16370909. To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Doug E. <no...@gi...> - 2025-01-29 01:44:25
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 107a85153f617163e144fb68ea2c3717038ca697 https://github.com/OpenSC/OpenSC/commit/107a85153f617163e144fb68ea2c3717038ca697 Author: Doug Engert <dee...@gm...> Date: 2025-01-29 (Wed, 29 Jan 2025) Changed paths: M .github/setup-linux.sh Log Message: ----------- setup-linux.sh - get package name for debug Use the same OpenSSL package names as installed for libs. Newer versions use a different naming convention for libs. On branch github-setup Changes to be committed: modified: setup-linux.sh To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Mironenko <no...@gi...> - 2025-01-29 01:37:42
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: f2eb2fbe045e35765c1b5ebb315119db4fda5406 https://github.com/OpenSC/OpenSC/commit/f2eb2fbe045e35765c1b5ebb315119db4fda5406 Author: Eugene Mironenko <mir...@ru...> Date: 2025-01-29 (Wed, 29 Jan 2025) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: fix percent-encoding of id in pkcs11-uri Fixes #3325 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Michał T. <no...@gi...> - 2025-01-27 12:37:21
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 3b80c73f3ac7a15f6009018b705cbd6b385d340c https://github.com/OpenSC/libp11/commit/3b80c73f3ac7a15f6009018b705cbd6b385d340c Author: Michał Trojnara <Mic...@st...> Date: 2025-01-27 (Mon, 27 Jan 2025) Changed paths: M src/eng_back.c Log Message: ----------- Remove dead code To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |
|
From: Michał T. <no...@gi...> - 2025-01-26 15:43:10
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 3c7b2cc1ddc611dd37cd827fd389bf1f25807594 https://github.com/OpenSC/libp11/commit/3c7b2cc1ddc611dd37cd827fd389bf1f25807594 Author: Michał Trojnara <Mic...@st...> Date: 2025-01-26 (Sun, 26 Jan 2025) Changed paths: M src/eng_back.c M src/engine.h M src/util.h M src/util_uri.c Log Message: ----------- Fix Windows build To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |
|
From: Michał T. <no...@gi...> - 2025-01-25 21:54:51
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 6dc51cfcb88551755c18ad3349f1fa0a20163a16 https://github.com/OpenSC/libp11/commit/6dc51cfcb88551755c18ad3349f1fa0a20163a16 Author: Michał Trojnara <Mic...@st...> Date: 2025-01-25 (Sat, 25 Jan 2025) Changed paths: M src/Makefile.am M src/Makefile.mak M src/eng_back.c R src/eng_parse.c M src/engine.h A src/util.h A src/util_uri.c Log Message: ----------- Initial util_uri.c separation To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |
|
From: Raul M. <no...@gi...> - 2025-01-23 07:23:53
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 027c7b53b20c8ba28e038bcf1e86ad9df24a1bf4 https://github.com/OpenSC/OpenSC/commit/027c7b53b20c8ba28e038bcf1e86ad9df24a1bf4 Author: Raul Metsma <ra...@me...> Date: 2025-01-23 (Thu, 23 Jan 2025) Changed paths: M .appveyor.yml A .github/setup-wix.ps1 M .github/workflows/windows.yml M win32/Make.rules.mak M win32/Makefile.mak M win32/OpenSC.wxs.in Log Message: ----------- Convert to Wix 5 Signed-off-by: Raul Metsma <ra...@me...> Commit: db56bc2100ed8ffc40c06044fe8c397282d46630 https://github.com/OpenSC/OpenSC/commit/db56bc2100ed8ffc40c06044fe8c397282d46630 Author: Raul Metsma <ra...@me...> Date: 2025-01-23 (Thu, 23 Jan 2025) Changed paths: M .github/setup-wix.ps1 M win32/Make.rules.mak Log Message: ----------- Build Wix 5 CustomAction Signed-off-by: Raul Metsma Compare: https://github.com/OpenSC/OpenSC/compare/990fe6dc3f64...db56bc2100ed To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Jakub J. <no...@gi...> - 2025-01-22 16:59:03
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 990fe6dc3f64eab5b8bf381949ade22765cb1043 https://github.com/OpenSC/OpenSC/commit/990fe6dc3f64eab5b8bf381949ade22765cb1043 Author: Gianfranco Costamagna <loc...@de...> Date: 2025-01-22 (Wed, 22 Jan 2025) Changed paths: M src/libopensc/card-atrust-acos.c M src/libopensc/card-entersafe.c M src/libopensc/card-epass2003.c Log Message: ----------- src/libopensc/card-*.c: remove bMatch assignment to avoid confusion >From Jakub Jelen <ja...@gm...> on line 437 we assert the pathlen is 2 or 4 or 6 on line 440 we assert that if pathlen is 6, the first two bytes are 0x3F00 on line 444 we extend the 2 or 4 bytes paths to 4 or 6 bytes starting with 0x3F00 the line 459 is no-operation with your change. It should be removed if it keeps working as it should This line change semantics as previously we were heading here also when we had a cache, but first two bytes of path did not match. OTOH I think this should never happen as the path should always start with 0x3F00 so I believe this change is ok. Just remove the line 459 to avoid confusion. Same in the other files, where similar construct exist. https://github.com/OpenSC/OpenSC/pull/3299/files#r1899506106 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Laurent B. <no...@gi...> - 2025-01-19 13:09:58
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: a1a70d68198bd51cfc77f42ec70541c20f0fb4cd https://github.com/OpenSC/OpenSC/commit/a1a70d68198bd51cfc77f42ec70541c20f0fb4cd Author: Laurent Bigonville <bi...@bi...> Date: 2025-01-19 (Sun, 19 Jan 2025) Changed paths: M src/libopensc/card-belpic.c Log Message: ----------- Add supports for belpic applet version 1.8 This version of the applet only supports ECDSA keys Documentation of the applet can be found at: https://github.com/Fedict/eid-mw/tree/master/doc/sdk/documentation/Applet%201.8%20eID%20Cards Fixes: #3308 Commit: 90d4f8e07fe60fa31b3b368a83d5186ab9afbf61 https://github.com/OpenSC/OpenSC/commit/90d4f8e07fe60fa31b3b368a83d5186ab9afbf61 Author: Laurent Bigonville <bi...@bi...> Date: 2025-01-19 (Sun, 19 Jan 2025) Changed paths: M src/libopensc/card-belpic.c Log Message: ----------- Fix the indentation to please the tests Compare: https://github.com/OpenSC/OpenSC/compare/2fee97b35fa8...90d4f8e07fe6 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Veronika H. <no...@gi...> - 2025-01-17 12:22:49
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 205bf9f014cc44039826d81507dfe2a53577d006 https://github.com/OpenSC/OpenSC/commit/205bf9f014cc44039826d81507dfe2a53577d006 Author: Veronika Hanulíková <vha...@re...> Date: 2025-01-17 (Fri, 17 Jan 2025) Changed paths: M src/libopensc/card-epass2003.c M src/libopensc/card-piv.c Log Message: ----------- Fix length of array for string literals Commit: 2fee97b35fa8f1b51394540b259768b61e126a15 https://github.com/OpenSC/OpenSC/commit/2fee97b35fa8f1b51394540b259768b61e126a15 Author: Veronika Hanulíková <vha...@re...> Date: 2025-01-17 (Fri, 17 Jan 2025) Changed paths: M src/tests/p11test/p11test_case_wrap.c Log Message: ----------- p11test: Fix compiler warning about setting 'true' variable Compare: https://github.com/OpenSC/OpenSC/compare/89707330c7b9...2fee97b35fa8 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Jakub J. <no...@gi...> - 2025-01-17 10:00:47
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 89707330c7b9652a5cd0abd64c5b1d6e798146a4 https://github.com/OpenSC/OpenSC/commit/89707330c7b9652a5cd0abd64c5b1d6e798146a4 Author: Jakub Jelen <jj...@re...> Date: 2025-01-17 (Fri, 17 Jan 2025) Changed paths: M .github/workflows/linux.yml Log Message: ----------- ci: Update awalsh128/cache-apt-pkgs-action to v1.4.3 The latest branch was not updated and still contains the use of deprecated actions/upload-artifact@v3 which no longer works. https://github.com/awalsh128/cache-apt-pkgs-action/issues/145 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: Veronika H. <no...@gi...> - 2025-01-14 15:12:11
|
Branch: refs/tags/0.26.1 Home: https://github.com/OpenSC/OpenSC To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Veronika H. <no...@gi...> - 2025-01-14 15:03:38
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: abb2e63cad19ef7100ba867f049c30f5a11d2b1a https://github.com/OpenSC/OpenSC/commit/abb2e63cad19ef7100ba867f049c30f5a11d2b1a Author: Veronika Hanulíková <vha...@re...> Date: 2025-01-14 (Tue, 14 Jan 2025) Changed paths: M .appveyor.yml M NEWS M SECURITY.md M configure.ac Log Message: ----------- 0.26.1 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Veronika H. <no...@gi...> - 2025-01-14 14:40:51
|
Branch: refs/heads/0.26.1 Home: https://github.com/OpenSC/OpenSC Commit: 043343d2df7b09d1938bc3dc313d86a96be457cc https://github.com/OpenSC/OpenSC/commit/043343d2df7b09d1938bc3dc313d86a96be457cc Author: Veronika Hanulíková <vha...@re...> Date: 2025-01-14 (Tue, 14 Jan 2025) Changed paths: M .appveyor.yml M NEWS M SECURITY.md M configure.ac Log Message: ----------- 0.26.1 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Veronika H. <no...@gi...> - 2025-01-14 14:19:27
|
Branch: refs/heads/0.26.1 Home: https://github.com/OpenSC/OpenSC Commit: 5683b7aed89508c6bab1639fe0c937cea3040793 https://github.com/OpenSC/OpenSC/commit/5683b7aed89508c6bab1639fe0c937cea3040793 Author: Frank Morgner <fra...@gm...> Date: 2025-01-14 (Tue, 14 Jan 2025) Changed paths: M .github/workflows/macos.yml Log Message: ----------- CI: update github's macos runners Commit: e16cfb32562d3733c7bdcedd3b41b962b33da3cc https://github.com/OpenSC/OpenSC/commit/e16cfb32562d3733c7bdcedd3b41b962b33da3cc Author: Frank Morgner <fra...@gm...> Date: 2025-01-14 (Tue, 14 Jan 2025) Changed paths: M .appveyor.yml Log Message: ----------- CI: avoid outdated VS 2015 Commit: 8f7b0a82e11b314b52f51e3b4347c4f860b8cc0c https://github.com/OpenSC/OpenSC/commit/8f7b0a82e11b314b52f51e3b4347c4f860b8cc0c Author: Gianfranco Costamagna <loc...@de...> Date: 2025-01-14 (Tue, 14 Jan 2025) Changed paths: M src/libopensc/card-atrust-acos.c M src/libopensc/card-entersafe.c M src/libopensc/card-epass2003.c Log Message: ----------- From: Doug Engert: convert int bMatch = -1 into size_t bMatch = 0, this fixes errors such as: card-entersafe.c: In function ‘entersafe_select_file’: card-entersafe.c:649:28: error: ‘__memcpy_chk’ writing between 18446744073709551608 and 18446744073709551613 bytes into a region of size 64 [-Werror=stringop-overflow=] 649 | memcpy(new_path.value, &(path[bMatch+2]), new_path.len); | ^ card-entersafe.c:639:38: note: destination object ‘new_path’ of size 64 639 | sc_path_t new_path; | ^~~~~~~~ /bin/bash ../../libtool --tag=CC --tag CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -D'OPENSC_CONF_PATH="/etc/opensc/opensc.conf"' -D'DEFAULT_SM_MODULE_PATH="/usr/lib/powerpc64le-linux-gnu"' -D'DEFAULT_SM_MODULE="libsmm-local.so"' -I../../src -Wdate-time -D_FORTIFY_SOURCE=3 -I/usr/include/PCSC -Wall -Wextra -Wno-unused-parameter -Werror -Wstrict-aliasing=2 -g -O3 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/opensc-0.25.1-2 -Wno-error=maybe-uninitialized -c -o libopensc_la-card-coolkey.lo `test -f 'card-coolkey.c' || echo './'`card-coolkey.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -DOPENSC_CONF_PATH=\"/etc/opensc/opensc.conf\" -DDEFAULT_SM_MODULE_PATH=\"/usr/lib/powerpc64le-linux-gnu\" -DDEFAULT_SM_MODULE=\"libsmm-local.so\" -I../../src -Wdate-time -D_FORTIFY_SOURCE=3 -I/usr/include/PCSC -Wall -Wextra -Wno-unused-parameter -Werror -Wstrict-aliasing=2 -g -O3 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/opensc-0.25.1-2 -Wno-error=maybe-uninitialized -c card-coolkey.c -fPIC -DPIC -o .libs/libopensc_la-card-coolkey.o cc1: all warnings being treated as errors make[4]: *** [Makefile:1756: libopensc_la-card-entersafe.lo] Error 1 make[4]: *** Waiting for unfinished jobs.... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -DOPENSC_CONF_PATH=\"/etc/opensc/opensc.conf\" -DDEFAULT_SM_MODULE_PATH=\"/usr/lib/powerpc64le-linux-gnu\" -DDEFAULT_SM_MODULE=\"libsmm-local.so\" -I../../src -Wdate-time -D_FORTIFY_SOURCE=3 -I/usr/include/PCSC -Wall -Wextra -Wno-unused-parameter -Werror -Wstrict-aliasing=2 -g -O3 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/opensc-0.25.1-2 -Wno-error=maybe-uninitialized -c card-coolkey.c -o libopensc_la-card-coolkey.o >/dev/null 2>&1 In file included from /usr/include/string.h:548, from card-epass2003.c:30: In function ‘memcpy’, inlined from ‘epass2003_select_path’ at card-epass2003.c:2080:4, inlined from ‘epass2003_select_file’ at card-epass2003.c:2148:10: /usr/include/powerpc64le-linux-gnu/bits/string_fortified.h:29:10: error: ‘__memcpy_chk’ specified bound between 18446744073709551608 and 18446744073709551613 exceeds maximum object size 9223372036854775807 [-Werror=stringop-overflow=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[4]: *** [Makefile:1763: libopensc_la-card-epass2003.lo] Error 1 make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/libopensc' make[3]: *** [Makefile:483: all-recursive] Error 1 make[3]: Leaving directory '/<<PKGBUILDDIR>>/src' make[2]: *** [Makefile:626: all-recursive] Error 1 Fix: #3243 Commit: 3e5972c6becb4d9ba2ff8a454f1021e6fdf03441 https://github.com/OpenSC/OpenSC/commit/3e5972c6becb4d9ba2ff8a454f1021e6fdf03441 Author: Veronika Hanulíková <vha...@re...> Date: 2025-01-14 (Tue, 14 Jan 2025) Changed paths: M .appveyor.yml M .github/build.sh Log Message: ----------- Remove branch suffix from Linux and AppVeyor build Commit: fb1ad75e485f7c0ee19744b400d9b96cfb292e88 https://github.com/OpenSC/OpenSC/commit/fb1ad75e485f7c0ee19744b400d9b96cfb292e88 Author: Veronika Hanulíková <vha...@re...> Date: 2025-01-14 (Tue, 14 Jan 2025) Changed paths: M .appveyor.yml M NEWS M SECURITY.md M configure.ac Log Message: ----------- 0.26.1 Compare: https://github.com/OpenSC/OpenSC/compare/c8f7e9f0a690...fb1ad75e485f To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Veronika H. <no...@gi...> - 2025-01-14 14:07:29
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 643d4c1a0c8faf85341d099d5197f5a984020fcc https://github.com/OpenSC/OpenSC/commit/643d4c1a0c8faf85341d099d5197f5a984020fcc Author: Gianfranco Costamagna <loc...@de...> Date: 2025-01-14 (Tue, 14 Jan 2025) Changed paths: M src/libopensc/card-atrust-acos.c M src/libopensc/card-entersafe.c M src/libopensc/card-epass2003.c Log Message: ----------- From: Doug Engert: convert int bMatch = -1 into size_t bMatch = 0, this fixes errors such as: card-entersafe.c: In function ‘entersafe_select_file’: card-entersafe.c:649:28: error: ‘__memcpy_chk’ writing between 18446744073709551608 and 18446744073709551613 bytes into a region of size 64 [-Werror=stringop-overflow=] 649 | memcpy(new_path.value, &(path[bMatch+2]), new_path.len); | ^ card-entersafe.c:639:38: note: destination object ‘new_path’ of size 64 639 | sc_path_t new_path; | ^~~~~~~~ /bin/bash ../../libtool --tag=CC --tag CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -D'OPENSC_CONF_PATH="/etc/opensc/opensc.conf"' -D'DEFAULT_SM_MODULE_PATH="/usr/lib/powerpc64le-linux-gnu"' -D'DEFAULT_SM_MODULE="libsmm-local.so"' -I../../src -Wdate-time -D_FORTIFY_SOURCE=3 -I/usr/include/PCSC -Wall -Wextra -Wno-unused-parameter -Werror -Wstrict-aliasing=2 -g -O3 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/opensc-0.25.1-2 -Wno-error=maybe-uninitialized -c -o libopensc_la-card-coolkey.lo `test -f 'card-coolkey.c' || echo './'`card-coolkey.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -DOPENSC_CONF_PATH=\"/etc/opensc/opensc.conf\" -DDEFAULT_SM_MODULE_PATH=\"/usr/lib/powerpc64le-linux-gnu\" -DDEFAULT_SM_MODULE=\"libsmm-local.so\" -I../../src -Wdate-time -D_FORTIFY_SOURCE=3 -I/usr/include/PCSC -Wall -Wextra -Wno-unused-parameter -Werror -Wstrict-aliasing=2 -g -O3 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/opensc-0.25.1-2 -Wno-error=maybe-uninitialized -c card-coolkey.c -fPIC -DPIC -o .libs/libopensc_la-card-coolkey.o cc1: all warnings being treated as errors make[4]: *** [Makefile:1756: libopensc_la-card-entersafe.lo] Error 1 make[4]: *** Waiting for unfinished jobs.... libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -DOPENSC_CONF_PATH=\"/etc/opensc/opensc.conf\" -DDEFAULT_SM_MODULE_PATH=\"/usr/lib/powerpc64le-linux-gnu\" -DDEFAULT_SM_MODULE=\"libsmm-local.so\" -I../../src -Wdate-time -D_FORTIFY_SOURCE=3 -I/usr/include/PCSC -Wall -Wextra -Wno-unused-parameter -Werror -Wstrict-aliasing=2 -g -O3 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fno-stack-clash-protection -fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/opensc-0.25.1-2 -Wno-error=maybe-uninitialized -c card-coolkey.c -o libopensc_la-card-coolkey.o >/dev/null 2>&1 In file included from /usr/include/string.h:548, from card-epass2003.c:30: In function ‘memcpy’, inlined from ‘epass2003_select_path’ at card-epass2003.c:2080:4, inlined from ‘epass2003_select_file’ at card-epass2003.c:2148:10: /usr/include/powerpc64le-linux-gnu/bits/string_fortified.h:29:10: error: ‘__memcpy_chk’ specified bound between 18446744073709551608 and 18446744073709551613 exceeds maximum object size 9223372036854775807 [-Werror=stringop-overflow=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[4]: *** [Makefile:1763: libopensc_la-card-epass2003.lo] Error 1 make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/libopensc' make[3]: *** [Makefile:483: all-recursive] Error 1 make[3]: Leaving directory '/<<PKGBUILDDIR>>/src' make[2]: *** [Makefile:626: all-recursive] Error 1 Fix: #3243 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Veronika H. <no...@gi...> - 2025-01-13 13:55:33
|
Branch: refs/heads/0.26.1 Home: https://github.com/OpenSC/OpenSC Commit: db6b1b2fef8467c49a9886b493fcfa84303cd388 https://github.com/OpenSC/OpenSC/commit/db6b1b2fef8467c49a9886b493fcfa84303cd388 Author: Jakub Jelen <jj...@re...> Date: 2025-01-13 (Mon, 13 Jan 2025) Changed paths: M src/libopensc/pkcs15-tcos.c Log Message: ----------- tcos: Fix reading certificate Signed-off-by: Jakub Jelen <jj...@re...> Commit: d947e617093574a6d17ca4612ddb0ef84b7cf186 https://github.com/OpenSC/OpenSC/commit/d947e617093574a6d17ca4612ddb0ef84b7cf186 Author: Jakub Jelen <jj...@re...> Date: 2025-01-13 (Mon, 13 Jan 2025) Changed paths: M src/libopensc/pkcs15-tcos.c Log Message: ----------- tcos: Remove trailing whitespace and fix format of log messages that are needlessly broken to more lines and have needless trailing newline. Signed-off-by: Jakub Jelen <jj...@re...> Commit: 83575da2f1e469a018c45e63b43903a373fd592e https://github.com/OpenSC/OpenSC/commit/83575da2f1e469a018c45e63b43903a373fd592e Author: Thomas Petazzoni <tho...@bo...> Date: 2025-01-13 (Mon, 13 Jan 2025) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: disable wrap/unwrap test until OpenSC#1796 is resolved Similar to ab74fae4d71d1705b77b9459141987a95dcfc91e ("pkcs11-tool: disable wrap/unwrap test until OpenSC#1796 is resolved"), but for 0.26, since OpenSC#1796 is still open. Signed-off-by: Thomas Petazzoni <tho...@bo...> Commit: 2e4d3033345ac336d011b4cc519e303593428583 https://github.com/OpenSC/OpenSC/commit/2e4d3033345ac336d011b4cc519e303593428583 Author: Jakub Jelen <ja...@gm...> Date: 2025-01-13 (Mon, 13 Jan 2025) Changed paths: M tests/test-duplicate-symbols.sh Log Message: ----------- Fix corner case of counting duplicate symbols This was working correctly until d5dea2dd1b3a412adace25ee8a9ff2e73a97508a. Fixes: #3298 Commit: 8a5813953338cff034a56007d4fc5f7f4673f580 https://github.com/OpenSC/OpenSC/commit/8a5813953338cff034a56007d4fc5f7f4673f580 Author: Jakub Jelen <jj...@re...> Date: 2025-01-13 (Mon, 13 Jan 2025) Changed paths: M .github/setup-linux.sh Log Message: ----------- ci: Fix valgrind CI image Commit: 3d70059334cd208e1ec2cd37a6d37ded2055126f https://github.com/OpenSC/OpenSC/commit/3d70059334cd208e1ec2cd37a6d37ded2055126f Author: Jakub Jelen <jj...@re...> Date: 2025-01-13 (Mon, 13 Jan 2025) Changed paths: M packaging/opensc.spec Log Message: ----------- packaging: Sync Fedora spec file Commit: 81b56fb6017b5b37f30ef11fae8d52db2dcd878d https://github.com/OpenSC/OpenSC/commit/81b56fb6017b5b37f30ef11fae8d52db2dcd878d Author: Jakub Jelen <jj...@re...> Date: 2025-01-13 (Mon, 13 Jan 2025) Changed paths: M .github/setup-linux.sh Log Message: ----------- ci: Change dbgsym package name on recent ubuntu There is no logic in why the name should have the t64 suffix, but it looks like it works ... Commit: 20ceba7ebc06eb1cb3f0e932b756e78e0e26e89c https://github.com/OpenSC/OpenSC/commit/20ceba7ebc06eb1cb3f0e932b756e78e0e26e89c Author: Jakub Jelen <jj...@re...> Date: 2025-01-13 (Mon, 13 Jan 2025) Changed paths: M .github/setup-libressl.sh M .github/workflows/linux.yml Log Message: ----------- ci: Bump libressl to latest stable 4.0.0 Commit: e671d23adbb37495632692d9c7d662049919abea https://github.com/OpenSC/OpenSC/commit/e671d23adbb37495632692d9c7d662049919abea Author: Jakub Jelen <jj...@re...> Date: 2025-01-13 (Mon, 13 Jan 2025) Changed paths: M .github/test-cac.sh Log Message: ----------- Debug pcscd Commit: 062406bd6b2051983dc6506fc0ce46ce127df11e https://github.com/OpenSC/OpenSC/commit/062406bd6b2051983dc6506fc0ce46ce127df11e Author: Jakub Jelen <jj...@re...> Date: 2025-01-13 (Mon, 13 Jan 2025) Changed paths: M src/pkcs11/pkcs11-spy.c Log Message: ----------- pkcs11-spy: Fix out-of-scope variable (CID 451726) Thanks coverity Signed-off-by: Jakub Jelen <jj...@re...> Commit: 4fa3c0905655c3bcb7b9e74d95a5ded67fafc8c6 https://github.com/OpenSC/OpenSC/commit/4fa3c0905655c3bcb7b9e74d95a5ded67fafc8c6 Author: Veronika Hanulíková <vha...@re...> Date: 2025-01-13 (Mon, 13 Jan 2025) Changed paths: M src/tests/p11test/p11test_case_common.c Log Message: ----------- p11test: Filter unsupported algorithms in FIPS mode Commit: 4d63fdde047dc46319ea5c17882a227b8f1d5e19 https://github.com/OpenSC/OpenSC/commit/4d63fdde047dc46319ea5c17882a227b8f1d5e19 Author: Veronika Hanulíková <vha...@re...> Date: 2025-01-13 (Mon, 13 Jan 2025) Changed paths: M tests/Makefile.am A tests/softhsm_fips_ref.json M tests/test-p11test.sh Log Message: ----------- Fix running p11test in FIPS mode Commit: d4c7288610398af561e5fc6de7958d16518d60d7 https://github.com/OpenSC/OpenSC/commit/d4c7288610398af561e5fc6de7958d16518d60d7 Author: Veronika Hanulíková <vha...@re...> Date: 2025-01-13 (Mon, 13 Jan 2025) Changed paths: M .github/setup-fedora.sh M packaging/opensc.spec Log Message: ----------- Restore runnig test-p11test.sh in Fedora Commit: 8a1adaaa7d40692bd4fa5fe9fe9a511e46670716 https://github.com/OpenSC/OpenSC/commit/8a1adaaa7d40692bd4fa5fe9fe9a511e46670716 Author: Veronika Hanulíková <vha...@re...> Date: 2025-01-13 (Mon, 13 Jan 2025) Changed paths: M .appveyor.yml M .github/build.sh Log Message: ----------- Remove branch suffix from Linux and AppVeyor build Commit: c8f7e9f0a69021468086439d435f34ee8cc33fa6 https://github.com/OpenSC/OpenSC/commit/c8f7e9f0a69021468086439d435f34ee8cc33fa6 Author: Veronika Hanulíková <vha...@re...> Date: 2025-01-13 (Mon, 13 Jan 2025) Changed paths: M .appveyor.yml M NEWS M SECURITY.md M configure.ac Log Message: ----------- 0.26.1 Compare: https://github.com/OpenSC/OpenSC/compare/1849117a0e96...c8f7e9f0a690 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Veronika H. <no...@gi...> - 2025-01-13 13:10:45
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 59e2638a79fe28745461a6a6e673c978d6e198f3 https://github.com/OpenSC/OpenSC/commit/59e2638a79fe28745461a6a6e673c978d6e198f3 Author: Veronika Hanulíková <vha...@re...> Date: 2025-01-13 (Mon, 13 Jan 2025) Changed paths: M src/tests/p11test/p11test_case_common.c Log Message: ----------- p11test: Filter unsupported algorithms in FIPS mode Commit: 50e1009ce8c82a5948105273ef531dc3828d3255 https://github.com/OpenSC/OpenSC/commit/50e1009ce8c82a5948105273ef531dc3828d3255 Author: Veronika Hanulíková <vha...@re...> Date: 2025-01-13 (Mon, 13 Jan 2025) Changed paths: M tests/Makefile.am A tests/softhsm_fips_ref.json M tests/test-p11test.sh Log Message: ----------- Fix running p11test in FIPS mode Commit: 2d77452e6760c50a7d2bab722b8e06137fee79ce https://github.com/OpenSC/OpenSC/commit/2d77452e6760c50a7d2bab722b8e06137fee79ce Author: Veronika Hanulíková <vha...@re...> Date: 2025-01-13 (Mon, 13 Jan 2025) Changed paths: M .github/setup-fedora.sh M packaging/opensc.spec Log Message: ----------- Restore runnig test-p11test.sh in Fedora Compare: https://github.com/OpenSC/OpenSC/compare/8c1a26023c0d...2d77452e6760 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Jakub J. <no...@gi...> - 2025-01-10 15:29:58
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 8c1a26023c0da489577f253d596ce0a488252faa https://github.com/OpenSC/OpenSC/commit/8c1a26023c0da489577f253d596ce0a488252faa Author: Jakub Jelen <jj...@re...> Date: 2025-01-10 (Fri, 10 Jan 2025) Changed paths: M src/pkcs11/pkcs11-spy.c Log Message: ----------- pkcs11-spy: Fix out-of-scope variable (CID 451726) Thanks coverity 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: Thomas P. <no...@gi...> - 2025-01-10 15:28:20
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 4c24dfbba4bbe2777b4675636fd89d745784823c https://github.com/OpenSC/OpenSC/commit/4c24dfbba4bbe2777b4675636fd89d745784823c Author: Thomas Petazzoni <tho...@bo...> Date: 2025-01-10 (Fri, 10 Jan 2025) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: disable wrap/unwrap test until OpenSC#1796 is resolved Similar to ab74fae4d71d1705b77b9459141987a95dcfc91e ("pkcs11-tool: disable wrap/unwrap test until OpenSC#1796 is resolved"), but for 0.26, since OpenSC#1796 is still open. Signed-off-by: Thomas Petazzoni <tho...@bo...> To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Theo B. <no...@gi...> - 2025-01-10 15:21:36
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: d15e4f7c4475e19945bd5043c43ad5f5fe5f3265 https://github.com/OpenSC/OpenSC/commit/d15e4f7c4475e19945bd5043c43ad5f5fe5f3265 Author: Theo Buehler <tb...@op...> Date: 2025-01-10 (Fri, 10 Jan 2025) Changed paths: M src/pkcs11/pkcs11-display.c M src/tools/pkcs11-tool.c Log Message: ----------- Use X509_NAME_print_ex() instead of X509_NAME_print() The third argument of X509_NAME_print() is obase and is intended as indentation level. This never worked though. From the flag value XN_FLAG_RFC2253 it is clear that the use of X509_NAME_print_ex() was intended. Use this instead. To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Jakub J. <no...@gi...> - 2025-01-09 15:24:23
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: ec7679dccd2b2dce5beeb97b34176c3c8a8b243c https://github.com/OpenSC/OpenSC/commit/ec7679dccd2b2dce5beeb97b34176c3c8a8b243c Author: Jakub Jelen <ja...@gm...> Date: 2025-01-09 (Thu, 09 Jan 2025) Changed paths: M tests/test-duplicate-symbols.sh Log Message: ----------- Fix corner case of counting duplicate symbols This was working correctly until d5dea2dd1b3a412adace25ee8a9ff2e73a97508a. Fixes: #3298 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Jakub J. <no...@gi...> - 2025-01-09 15:23:26
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 38d87bca7e6db676f7fa8e695e3183a2f6037e9c https://github.com/OpenSC/OpenSC/commit/38d87bca7e6db676f7fa8e695e3183a2f6037e9c Author: Jakub Jelen <jj...@re...> Date: 2025-01-09 (Thu, 09 Jan 2025) Changed paths: M .github/setup-linux.sh Log Message: ----------- ci: Fix valgrind CI image Commit: 832735f79570b8a93a7d0ead18d70afa0d145486 https://github.com/OpenSC/OpenSC/commit/832735f79570b8a93a7d0ead18d70afa0d145486 Author: Jakub Jelen <jj...@re...> Date: 2025-01-09 (Thu, 09 Jan 2025) Changed paths: M packaging/opensc.spec Log Message: ----------- packaging: Sync Fedora spec file Commit: 8c220452ecb0e55b1be3f990b6a58aa0e0173881 https://github.com/OpenSC/OpenSC/commit/8c220452ecb0e55b1be3f990b6a58aa0e0173881 Author: Jakub Jelen <jj...@re...> Date: 2025-01-09 (Thu, 09 Jan 2025) Changed paths: M .github/setup-linux.sh Log Message: ----------- ci: Change dbgsym package name on recent ubuntu There is no logic in why the name should have the t64 suffix, but it looks like it works ... Commit: 3ca0514c4c4ba58cb890123ac87d3fe56e4a0d13 https://github.com/OpenSC/OpenSC/commit/3ca0514c4c4ba58cb890123ac87d3fe56e4a0d13 Author: Jakub Jelen <jj...@re...> Date: 2025-01-09 (Thu, 09 Jan 2025) Changed paths: M .github/setup-libressl.sh M .github/workflows/linux.yml Log Message: ----------- ci: Bump libressl to latest stable 4.0.0 Commit: 5035848a129c8790614194c9cec3e2b72aecccff https://github.com/OpenSC/OpenSC/commit/5035848a129c8790614194c9cec3e2b72aecccff Author: Jakub Jelen <jj...@re...> Date: 2025-01-09 (Thu, 09 Jan 2025) Changed paths: M .github/test-cac.sh Log Message: ----------- Debug pcscd Compare: https://github.com/OpenSC/OpenSC/compare/94bd5e35fc06...5035848a129c To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Michał T. <no...@gi...> - 2025-01-08 17:09:06
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: dba1add060749e8c36c53e7b30e5ae343437c933 https://github.com/OpenSC/libp11/commit/dba1add060749e8c36c53e7b30e5ae343437c933 Author: Michał Trojnara <Mic...@st...> Date: 2025-01-08 (Wed, 08 Jan 2025) Changed paths: M src/eng_back.c M src/eng_front.c Log Message: ----------- Reorder CMD_DEBUG_LEVEL processing to match definition order To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |