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
(2) |
Nov
|
Dec
|
From: Jakub J. <no...@gi...> - 2023-11-15 15:53:07
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 15f0db47667a6cfeee1cf07295a3d937da920b58 https://github.com/OpenSC/OpenSC/commit/15f0db47667a6cfeee1cf07295a3d937da920b58 Author: Jakub Jelen <jj...@re...> Date: 2023-11-15 (Wed, 15 Nov 2023) Changed paths: M README.md Log Message: ----------- Add badges for more cards covered in CI |
From: Hannu H. <no...@gi...> - 2023-11-13 15:32:27
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 9d4ed90ae4583f5954c53d8aa122566a5553cb08 https://github.com/OpenSC/OpenSC/commit/9d4ed90ae4583f5954c53d8aa122566a5553cb08 Author: Hannu Honkanen <han...@av...> Date: 2023-11-13 (Mon, 13 Nov 2023) Changed paths: M src/libopensc/card-myeid.c Log Message: ----------- Workaround for unwrapping using 2K RSA key with MyEID. In MyEID 4.5.5 APDU chaining doesn't work correctly in the unwrap operation, so split the APDU in the old way. |
From: Jakub J. <no...@gi...> - 2023-11-13 14:00:13
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 80cc5d30635f0d2c92b5099c0f9dc680d0ffce2f https://github.com/OpenSC/OpenSC/commit/80cc5d30635f0d2c92b5099c0f9dc680d0ffce2f Author: Jakub Jelen <jj...@re...> Date: 2023-11-13 (Mon, 13 Nov 2023) Changed paths: M src/libopensc/pkcs15-pin.c M src/pkcs15init/pkcs15-lib.c Log Message: ----------- pkcs15init: Check login status before asking for a pin The original code block from e6f7373 is still needed when pkcs15init layer checks ACLs for PKCS#15 objects, but it should be kept out of the libopensc, which is used for more authentication code paths and can be used for PIN bypass. |
From: Jakub J. <no...@gi...> - 2023-11-08 09:24:41
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: d9a73533c2ddf89a2056619185216d5035fd4d91 https://github.com/OpenSC/OpenSC/commit/d9a73533c2ddf89a2056619185216d5035fd4d91 Author: Jakub Jelen <jj...@re...> Date: 2023-11-08 (Wed, 08 Nov 2023) Changed paths: M src/libopensc/iasecc-sdo.c Log Message: ----------- iasecc: Avoid memory leaks Thanks oss-fuzz https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63913 Commit: 8fc2c20c3f895569eeb58328bb882aec07325d3b https://github.com/OpenSC/OpenSC/commit/8fc2c20c3f895569eeb58328bb882aec07325d3b Author: Jakub Jelen <jj...@re...> Date: 2023-11-08 (Wed, 08 Nov 2023) Changed paths: M src/libopensc/iasecc-sdo.c Log Message: ----------- iasecc: Avoid another buffer overflow thanks oss-fuzz https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63949 Compare: https://github.com/OpenSC/OpenSC/compare/f55221a8ec67...8fc2c20c3f89 |
From: Frank M. <no...@gi...> - 2023-11-06 12:51:22
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: f55221a8ec676da1434f7a8cd9323b903be9449f https://github.com/OpenSC/OpenSC/commit/f55221a8ec676da1434f7a8cd9323b903be9449f Author: Frank Morgner <fra...@gm...> Date: 2023-11-06 (Mon, 06 Nov 2023) Changed paths: M src/pkcs11/framework-pkcs15.c Log Message: ----------- pkcs11: use secure memory for puk if configured for `init_pin_in_so_session` |
From: Doug H. <no...@gi...> - 2023-11-06 12:26:37
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pam_p11 Commit: 609081118931b160963489b7acf71c9eceb37226 https://github.com/OpenSC/pam_p11/commit/609081118931b160963489b7acf71c9eceb37226 Author: Doug Heckman <554...@us...> Date: 2023-11-06 (Mon, 06 Nov 2023) Changed paths: M src/pam_p11.c Log Message: ----------- Update pam_p11.c - key_login() always succeeded (#32) key_login always succeed even if PIN input was incorrect. r = PAM_SUCCESS prior to key_login and didn't get changed to a failure if key_login failed. |
From: Frank M. <no...@gi...> - 2023-11-06 12:25:35
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 42d3a670806c3e7a1368302321d6dc47ec4cccbf https://github.com/OpenSC/OpenSC/commit/42d3a670806c3e7a1368302321d6dc47ec4cccbf Author: Frank Morgner <fra...@gm...> Date: 2023-11-06 (Mon, 06 Nov 2023) Changed paths: M src/pkcs11/framework-pkcs15.c Log Message: ----------- pkcs11: don't logout to preserve context of concurrent processes (#2907) |
From: Jakub J. <no...@gi...> - 2023-11-05 17:57:26
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 12e01b8e3a263efa3f55c67a433ebfb711479dbb https://github.com/OpenSC/OpenSC/commit/12e01b8e3a263efa3f55c67a433ebfb711479dbb Author: Jakub Jelen <jj...@re...> Date: 2023-11-05 (Sun, 05 Nov 2023) Changed paths: M src/pkcs15init/pkcs15-iasecc.c Log Message: ----------- iasecc: Avoid memory leaks on errors Thanks oss-fuzz https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63604 Commit: fbda61d0d276dc98b9d1d1e6810bbd21d19e3859 https://github.com/OpenSC/OpenSC/commit/fbda61d0d276dc98b9d1d1e6810bbd21d19e3859 Author: Jakub Jelen <jj...@re...> Date: 2023-11-05 (Sun, 05 Nov 2023) Changed paths: M src/libopensc/iasecc-sdo.c Log Message: ----------- iasecc: Avoid buffer overflow with invalid data Thanks oss-fuzz https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63587 Commit: f9a09996cbccf743d91dad8141183408038bfeb3 https://github.com/OpenSC/OpenSC/commit/f9a09996cbccf743d91dad8141183408038bfeb3 Author: Jakub Jelen <jj...@re...> Date: 2023-11-05 (Sun, 05 Nov 2023) Changed paths: M src/libopensc/card-oberthur.c Log Message: ----------- oberthur: Avoid memory leaks on error Thanks oss-fuzz https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63745 Commit: c2e226d8c7c6277d14bf7be767a90f385f791113 https://github.com/OpenSC/OpenSC/commit/c2e226d8c7c6277d14bf7be767a90f385f791113 Author: Jakub Jelen <jj...@re...> Date: 2023-11-05 (Sun, 05 Nov 2023) Changed paths: M src/libopensc/iasecc-sdo.c Log Message: ----------- iasecc: Avoid memory leak on cleanup Thanks oss-fuzz https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63547 Commit: 74eb6f71debfb8be02881dd4550e89b70e3c9091 https://github.com/OpenSC/OpenSC/commit/74eb6f71debfb8be02881dd4550e89b70e3c9091 Author: Jakub Jelen <jj...@re...> Date: 2023-11-05 (Sun, 05 Nov 2023) Changed paths: M src/pkcs15init/pkcs15-starcos.c Log Message: ----------- starcos: Avoid memory leak thanks oss-fuzz https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63784 Compare: https://github.com/OpenSC/OpenSC/compare/e420e444fa0d...74eb6f71debf |
From: Frank M. <no...@gi...> - 2023-11-03 16:21:19
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: e420e444fa0db8dd672839ef838f35f8e7408dc8 https://github.com/OpenSC/OpenSC/commit/e420e444fa0db8dd672839ef838f35f8e7408dc8 Author: Luka Logar <luk...@ci...> Date: 2023-11-03 (Fri, 03 Nov 2023) Changed paths: M src/ui/notify.c Log Message: ----------- opensc-notify: Fix wrong popup menu popup position If monitor resolution scaling is used, opensc-notify.exe popup menu pops up at the wrong position. |
From: Jakub J. <no...@gi...> - 2023-10-31 10:13:24
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: db9d9115e003f730aa0866ae0312a566ba24f368 https://github.com/OpenSC/OpenSC/commit/db9d9115e003f730aa0866ae0312a566ba24f368 Author: Luka Logar <luk...@ci...> Date: 2023-10-31 (Tue, 31 Oct 2023) Changed paths: M src/tools/Makefile.am Log Message: ----------- tools: Add OpenSSL build dependency ... where necessary for MinGW-w64 Commit: 6d7fad101812dbcbde4a3ff069281a359fc54d1f https://github.com/OpenSC/OpenSC/commit/6d7fad101812dbcbde4a3ff069281a359fc54d1f Author: Luka Logar <luk...@ci...> Date: 2023-10-31 (Tue, 31 Oct 2023) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- minidriver: Only call sc_notify_* if ENABLE_NOTIFY is set MinGW-w64 chokes otherwise Compare: https://github.com/OpenSC/OpenSC/compare/881101467a2b...6d7fad101812 |
From: David L. <no...@gi...> - 2023-10-31 09:41:52
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 881101467a2b77319fedee43a6b47c3cb1c49e5b https://github.com/OpenSC/OpenSC/commit/881101467a2b77319fedee43a6b47c3cb1c49e5b Author: David <dle...@bl...> Date: 2023-10-31 (Tue, 31 Oct 2023) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: configure AES-CMAC Fixes #2914 |
From: Doug E. <no...@gi...> - 2023-10-24 15:19:55
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 1aa3419ac6a32cd884691e41391878eca427a21e https://github.com/OpenSC/OpenSC/commit/1aa3419ac6a32cd884691e41391878eca427a21e Author: Doug Engert <dee...@gm...> Date: 2023-10-24 (Tue, 24 Oct 2023) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool.c - test CLASS for CKO_PRIVATE_KEY In tests for "CKO_PRIVATE_KEY" Use "getCLASS" not "getKEY_TYPE" On branch object-class Changes to be committed: modified: src/tools/pkcs11-tool.c |
From: Jakub J. <no...@gi...> - 2023-10-24 13:26:32
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 5c1f08df8781b0949d3c787a58fa3c3155b47aad https://github.com/OpenSC/OpenSC/commit/5c1f08df8781b0949d3c787a58fa3c3155b47aad Author: Jakub Jelen <jj...@re...> Date: 2023-10-24 (Tue, 24 Oct 2023) Changed paths: M src/libopensc/card-authentic.c Log Message: ----------- authentic: Avoid potential double free introduced in 54b496a8c133bc898b03cb37929cc5cd15dbc0fb Thanks coverity CID 403732 |
From: Jakub J. <no...@gi...> - 2023-10-23 09:43:24
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: a388cd4a023a43c85bf2b06d6d6cef39af1b379a https://github.com/OpenSC/OpenSC/commit/a388cd4a023a43c85bf2b06d6d6cef39af1b379a Author: Jakub Jelen <jj...@re...> Date: 2023-10-23 (Mon, 23 Oct 2023) Changed paths: M src/pkcs15init/pkcs15-oberthur.c Log Message: ----------- oberthur: Avoid memory leaks on error Thanks oss-fuzz https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63039 Commit: a96433e8dc1e13928d2554ec69129e2e492c13ac https://github.com/OpenSC/OpenSC/commit/a96433e8dc1e13928d2554ec69129e2e492c13ac Author: Jakub Jelen <jj...@re...> Date: 2023-10-23 (Mon, 23 Oct 2023) Changed paths: M src/pkcs15init/pkcs15-setcos.c Log Message: ----------- setcos: Avoid memory leaks on errors Thanks oss-fuzz https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=62657 Commit: 54b496a8c133bc898b03cb37929cc5cd15dbc0fb https://github.com/OpenSC/OpenSC/commit/54b496a8c133bc898b03cb37929cc5cd15dbc0fb Author: Jakub Jelen <jj...@re...> Date: 2023-10-23 (Mon, 23 Oct 2023) Changed paths: M src/libopensc/card-authentic.c Log Message: ----------- authentic: Avoid memory leaks on errors Thanks oss-fuzz https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61965 Commit: 50f0985f6343eeac4044661d56807ee9286db42c https://github.com/OpenSC/OpenSC/commit/50f0985f6343eeac4044661d56807ee9286db42c Author: Jakub Jelen <jj...@re...> Date: 2023-10-23 (Mon, 23 Oct 2023) Changed paths: M src/libopensc/card-entersafe.c Log Message: ----------- entersafe: Avoid buffer overflow during keygen Thanks oss-fuzz https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63104 Commit: 7aabce64654bd398b5f15dae80e651407fcd3237 https://github.com/OpenSC/OpenSC/commit/7aabce64654bd398b5f15dae80e651407fcd3237 Author: Jakub Jelen <jj...@re...> Date: 2023-10-23 (Mon, 23 Oct 2023) Changed paths: M src/libopensc/card-entersafe.c Log Message: ----------- entersafe: Remove trainling whitespace Commit: 83b9129bd3cfc6ac57d5554e015c3df85f5076dc https://github.com/OpenSC/OpenSC/commit/83b9129bd3cfc6ac57d5554e015c3df85f5076dc Author: Jakub Jelen <jj...@re...> Date: 2023-10-23 (Mon, 23 Oct 2023) Changed paths: M src/libopensc/iasecc-sdo.c Log Message: ----------- iassecc: Verify buffer lengths before use Thanks oss-fuzz https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63163 Commit: 43208d490f900e064c68c64b43c666902b8e1949 https://github.com/OpenSC/OpenSC/commit/43208d490f900e064c68c64b43c666902b8e1949 Author: Jakub Jelen <jj...@re...> Date: 2023-10-23 (Mon, 23 Oct 2023) Changed paths: M src/libopensc/iasecc-sdo.c Log Message: ----------- iasecc: Avoid memory leaks Thanks oss-fuzz Commit: be62723ff513265b2ee511a4c3b4f60fdef8dfce https://github.com/OpenSC/OpenSC/commit/be62723ff513265b2ee511a4c3b4f60fdef8dfce Author: Jakub Jelen <jj...@re...> Date: 2023-10-23 (Mon, 23 Oct 2023) Changed paths: M src/libopensc/iasecc-sdo.c Log Message: ----------- iasecc: Avoid memory leaks when reassigning values Commit: 6d460d500a2aaa2b78930cf57c62955daaa7cc26 https://github.com/OpenSC/OpenSC/commit/6d460d500a2aaa2b78930cf57c62955daaa7cc26 Author: Jakub Jelen <jj...@re...> Date: 2023-10-23 (Mon, 23 Oct 2023) Changed paths: M src/libopensc/iasecc-sdo.c Log Message: ----------- iasecc: Do not return partially filled SDO on error Actually only this change fixes the following oss-fuzz issue Thanks oss-fuzz https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63190 Commit: 1954e5d6a52b4de26d9edfe7b23aab9525d01de4 https://github.com/OpenSC/OpenSC/commit/1954e5d6a52b4de26d9edfe7b23aab9525d01de4 Author: Jakub Jelen <jj...@re...> Date: 2023-10-23 (Mon, 23 Oct 2023) Changed paths: M src/libopensc/card-iasecc.c M src/libopensc/iasecc-sdo.c Log Message: ----------- iasecc: Simplify cleaning up the SDO Compare: https://github.com/OpenSC/OpenSC/compare/5125165dea92...1954e5d6a52b |
From: Frank M. <no...@gi...> - 2023-10-23 08:05:11
|
Branch: refs/heads/logout Home: https://github.com/OpenSC/OpenSC Commit: 7c5f8ee1248beff149731b2038e463e472a97037 https://github.com/OpenSC/OpenSC/commit/7c5f8ee1248beff149731b2038e463e472a97037 Author: Frank Morgner <fra...@gm...> Date: 2023-10-20 (Fri, 20 Oct 2023) Changed paths: M src/pkcs11/framework-pkcs15.c Log Message: ----------- pkcs11: don't logout to preserve context of concurrent processes Commit: e128932f0931e1baab46aa21eee15f1ebe97b5f8 https://github.com/OpenSC/OpenSC/commit/e128932f0931e1baab46aa21eee15f1ebe97b5f8 Author: Frank Morgner <fra...@gm...> Date: 2023-10-23 (Mon, 23 Oct 2023) Changed paths: M src/pkcs11/framework-pkcs15.c Log Message: ----------- fixed compilation Compare: https://github.com/OpenSC/OpenSC/compare/7c5f8ee1248b%5E...e128932f0931 |
From: Peter P. <no...@gi...> - 2023-10-20 07:52:15
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 5125165dea92fe3c707f38a0f804ecfad83d3df8 https://github.com/OpenSC/OpenSC/commit/5125165dea92fe3c707f38a0f804ecfad83d3df8 Author: Peter Popovec <pop...@gm...> Date: 2023-10-20 (Fri, 20 Oct 2023) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: disable wrap/unwrap test until OpenSC#1796 is resolved modified: src/tools/pkcs11-tool.c |
From: Peter P. <no...@gi...> - 2023-10-18 14:37:57
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 8f0e26f7c7b1fde627f545cafc93b7a0d537ec44 https://github.com/OpenSC/OpenSC/commit/8f0e26f7c7b1fde627f545cafc93b7a0d537ec44 Author: Peter Popovec <pop...@gm...> Date: 2023-10-18 (Wed, 18 Oct 2023) Changed paths: M src/pkcs11/framework-pkcs15.c Log Message: ----------- Sets the 'hw' flag for the 'RSA-PKCS-KEY-PAIR-GEN' If the card announces an RSA key generation operation, let's also announce it in the corresponding flag for the RSA-PKCS-KEY-PAIR-GEN mechanism. modified: src/pkcs11/framework-pkcs15.c Commit: c84ef4066752122b28443d95df1eafd962772504 https://github.com/OpenSC/OpenSC/commit/c84ef4066752122b28443d95df1eafd962772504 Author: Peter Popovec <pop...@gm...> Date: 2023-10-18 (Wed, 18 Oct 2023) Changed paths: M src/tests/p11test/epass2003_ref.json 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/p11test_case_common.c M src/tests/p11test/p11test_case_common.h M src/tests/p11test/p11test_case_mechs.c M src/tests/p11test/piv_ref.json M src/tests/p11test/virt_cacard_ref.json Log Message: ----------- p11test: print all CKF_* flag names modified: src/tests/p11test/epass2003_ref.json modified: src/tests/p11test/isoapplet_ref_v0.json modified: src/tests/p11test/isoapplet_ref_v1.json modified: src/tests/p11test/openpgp_s0_ref.json modified: src/tests/p11test/openpgp_s1_ref.json modified: src/tests/p11test/p11test_case_common.c modified: src/tests/p11test/p11test_case_common.h modified: src/tests/p11test/p11test_case_mechs.c modified: src/tests/p11test/piv_ref.json modified: src/tests/p11test/virt_cacard_ref.json Commit: 863d1ab0b453847d7503866be1fe7fe62502ab8e https://github.com/OpenSC/OpenSC/commit/863d1ab0b453847d7503866be1fe7fe62502ab8e Author: Peter Popovec <pop...@gm...> Date: 2023-10-18 (Wed, 18 Oct 2023) Changed paths: M .github/test-oseid.sh A src/tests/p11test/oseid_ref.json Log Message: ----------- Use the p11test utility on the OsEID card as well. modified: .github/test-oseid.sh new file: src/tests/p11test/oseid_ref.json Compare: https://github.com/OpenSC/OpenSC/compare/8bb03363bbac...863d1ab0b453 |
From: Frank M. <no...@gi...> - 2023-10-18 13:43:39
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 8bb03363bbac02f7137ff742c8abbc7e1f01b8a0 https://github.com/OpenSC/OpenSC/commit/8bb03363bbac02f7137ff742c8abbc7e1f01b8a0 Author: Luka Logar <luk...@ci...> Date: 2023-10-18 (Wed, 18 Oct 2023) Changed paths: M etc/opensc.conf.example.in Log Message: ----------- Add missing semicolon... |
From: jbrummer-vw <no...@gi...> - 2023-10-18 13:07:04
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: d847c94a0303ccbd2be56915f39d65deed8ecc59 https://github.com/OpenSC/OpenSC/commit/d847c94a0303ccbd2be56915f39d65deed8ecc59 Author: Jan-Michael Brummer <jan...@vo...> Date: 2023-10-18 (Wed, 18 Oct 2023) Changed paths: M src/pkcs11/misc.c Log Message: ----------- Add MS Edge as nss browser Fixes: https://github.com/OpenSC/OpenSC/issues/2870 |
From: Jakub J. <no...@gi...> - 2023-10-08 17:10:50
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 14cde761555045dcdfeb6f9e40a70ec837aa56b6 https://github.com/OpenSC/OpenSC/commit/14cde761555045dcdfeb6f9e40a70ec837aa56b6 Author: Jakub Jelen <jj...@re...> Date: 2023-10-08 (Sun, 08 Oct 2023) Changed paths: A src/tests/p11test/epass2003_ref.json Log Message: ----------- p11test: Add epass2003 reference file Commit: c3b1af03f76cb7a311dbbe85afc06af2df6d6381 https://github.com/OpenSC/OpenSC/commit/c3b1af03f76cb7a311dbbe85afc06af2df6d6381 Author: Jakub Jelen <jj...@re...> Date: 2023-10-08 (Sun, 08 Oct 2023) Changed paths: M src/libopensc/card-epass2003.c Log Message: ----------- ePass: Remove trainling whitespace Commit: 384460281117b444193f82a9d4ae35b6967d7af7 https://github.com/OpenSC/OpenSC/commit/384460281117b444193f82a9d4ae35b6967d7af7 Author: Jakub Jelen <jj...@re...> Date: 2023-10-08 (Sun, 08 Oct 2023) Changed paths: M src/libopensc/card-epass2003.c Log Message: ----------- ePass: Do not return positive exit code when the digest is not supported The code paths for the ECDSA signatures provide SHA1 and SHA256 padding. Any other padding should return an error as unsopported operation, but given that the variable r was reused for some temporary calculation it returned positive value, which was handled by the calling code as a success. Moreover, the calling code in use_key() function skipped the key operation with this return value causing returning the uninitialized memory to the calling process. Commit: 67a38748f55a01ca1d4adf88aad76be1e8c794eb https://github.com/OpenSC/OpenSC/commit/67a38748f55a01ca1d4adf88aad76be1e8c794eb Author: Jakub Jelen <jj...@re...> Date: 2023-10-08 (Sun, 08 Oct 2023) Changed paths: M src/libopensc/card-epass2003.c Log Message: ----------- epass: Pass real data length for RAW ECDSA signatures Compare: https://github.com/OpenSC/OpenSC/compare/3491771370a0...67a38748f55a |
From: Veronika H. <no...@gi...> - 2023-10-08 15:44:39
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 7027ca4eb4710548156d224401efd40f5880bd4c https://github.com/OpenSC/OpenSC/commit/7027ca4eb4710548156d224401efd40f5880bd4c Author: Veronika Hanulíková <vha...@re...> Date: 2023-10-08 (Sun, 08 Oct 2023) Changed paths: M .github/test-openpgp.sh A src/tests/p11test/openpgp_s0_ref.json A src/tests/p11test/openpgp_s1_ref.json Log Message: ----------- Run p11test with openpgp in CI Commit: a2f791197f5ab515ad777bab99a328fc3b16d833 https://github.com/OpenSC/OpenSC/commit/a2f791197f5ab515ad777bab99a328fc3b16d833 Author: Veronika Hanulíková <vha...@re...> Date: 2023-10-08 (Sun, 08 Oct 2023) Changed paths: A containers/opensc-test-openpgp/Containerfile Log Message: ----------- Add containerfile for openpgp Commit: 3491771370a05fd2e1c2c4ce35da6b64a7068688 https://github.com/OpenSC/OpenSC/commit/3491771370a05fd2e1c2c4ce35da6b64a7068688 Author: Veronika Hanulíková <vha...@re...> Date: 2023-10-08 (Sun, 08 Oct 2023) Changed paths: A .github/opensc-piv.conf M .github/test-piv.sh A src/tests/p11test/piv_ref.json Log Message: ----------- Run p11test with piv in CI Compare: https://github.com/OpenSC/OpenSC/compare/5a124a5b1dda...3491771370a0 |
From: Jakub J. <no...@gi...> - 2023-10-08 15:44:18
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: aedfcbf08a1d9520b7b9f05089859b513ae5af65 https://github.com/OpenSC/OpenSC/commit/aedfcbf08a1d9520b7b9f05089859b513ae5af65 Author: Luka Logar <luk...@ci...> Date: 2023-10-08 (Sun, 08 Oct 2023) Changed paths: M src/minidriver/minidriver.c M src/ui/notify.c Log Message: ----------- minidriver: Remove unused variables There are some unused variables and include files that cause an error during MinGW-w64 cross-compiling Commit: ef5a85a530519fdb7403bbef9a3bdf5a1bc0c1b9 https://github.com/OpenSC/OpenSC/commit/ef5a85a530519fdb7403bbef9a3bdf5a1bc0c1b9 Author: Luka Logar <luk...@ci...> Date: 2023-10-08 (Sun, 08 Oct 2023) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- minidriver: Fix printf length sub-specifier sizeof is of type long long unsigned int under MinGW-w64 x86_64 which produces an error when trying to printf it as %d Commit: 1bc037314661962205725f28d8040cab271c862b https://github.com/OpenSC/OpenSC/commit/1bc037314661962205725f28d8040cab271c862b Author: Luka Logar <luk...@ci...> Date: 2023-10-08 (Sun, 08 Oct 2023) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- minidriver: Cast directory acl to correct type md_directory.acl is of type CARD_DIRECTORY_ACCESS_CONDITION Commit: bc52f7d44892109a031683422fd0d1946b7d93c2 https://github.com/OpenSC/OpenSC/commit/bc52f7d44892109a031683422fd0d1946b7d93c2 Author: Luka Logar <luk...@ci...> Date: 2023-10-08 (Sun, 08 Oct 2023) Changed paths: M src/libopensc/Makefile.am M src/minidriver/Makefile.am M src/minidriver/cardmod-mingw-compat.h M src/minidriver/minidriver.c Log Message: ----------- MinGW-w64 cross-compile fixes At least on Ubuntu 22.04 OpenSC now cross-compiles without any errors... Commit: 5a124a5b1ddad754c60465d87ddbbbde4b7c2864 https://github.com/OpenSC/OpenSC/commit/5a124a5b1ddad754c60465d87ddbbbde4b7c2864 Author: Luka Logar <luk...@ci...> Date: 2023-10-08 (Sun, 08 Oct 2023) Changed paths: M .github/build.sh Log Message: ----------- ci: Enable minidriver and opensc-notify for mingw builds Compare: https://github.com/OpenSC/OpenSC/compare/55a073075d26...5a124a5b1dda |
From: Johan H. <no...@gi...> - 2023-10-08 15:44:06
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 737295cb4d54b5c6e1be8c7e6a8dde5ed245cefd https://github.com/OpenSC/OpenSC/commit/737295cb4d54b5c6e1be8c7e6a8dde5ed245cefd Author: Johan Hedin <joh...@gm...> Date: 2023-10-08 (Sun, 08 Oct 2023) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Add printout of {sign,verify}Recover key usage Commit: 55a073075d264cdb43b1d58cb1449bcbfbc1c92d https://github.com/OpenSC/OpenSC/commit/55a073075d264cdb43b1d58cb1449bcbfbc1c92d Author: Johan Hedin <joh...@gm...> Date: 2023-10-08 (Sun, 08 Oct 2023) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Only print signRevocer usage for private keys Compare: https://github.com/OpenSC/OpenSC/compare/fa709de8dc50...55a073075d26 |
From: Frank M. <no...@gi...> - 2023-10-06 12:23:58
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 06e31cd212d0576ef4e58194d2445d8923c333d3 https://github.com/OpenSC/OpenSC/commit/06e31cd212d0576ef4e58194d2445d8923c333d3 Author: Frank Morgner <fra...@gm...> Date: 2023-10-06 (Fri, 06 Oct 2023) Changed paths: M src/libopensc/card-starcos.c Log Message: ----------- starcos: avoid requesting FCI/FMD template for MF Commit: 3d1af07adda94b9c2586c4bb8bb47d1d09c4c5c3 https://github.com/OpenSC/OpenSC/commit/3d1af07adda94b9c2586c4bb8bb47d1d09c4c5c3 Author: Frank Morgner <fra...@gm...> Date: 2023-10-06 (Fri, 06 Oct 2023) Changed paths: M doc/tools/egk-tool.1.xml M src/tools/egk-tool-cmdline.c M src/tools/egk-tool-cmdline.h M src/tools/egk-tool.ggo.in Log Message: ----------- egk-tool: updated help Commit: ae0b9b9f3532cf2aec8a7da718914a46e1ecfcb6 https://github.com/OpenSC/OpenSC/commit/ae0b9b9f3532cf2aec8a7da718914a46e1ecfcb6 Author: Frank Morgner <fra...@gm...> Date: 2023-10-06 (Fri, 06 Oct 2023) Changed paths: M src/tools/egk-tool.c Log Message: ----------- egk-tool: fixed reading relative files adds compatibility with eGK 2.1 https://fachportal.gematik.de/fachportal-import/files/gemSpec_eGK_ObjSys_G2_1_V4.5.0.pdf fixes https://github.com/OpenSC/OpenSC/issues/2861 Commit: e896e2c2681dadf803b21af25522f40585873bff https://github.com/OpenSC/OpenSC/commit/e896e2c2681dadf803b21af25522f40585873bff Author: Frank Morgner <fra...@gm...> Date: 2023-10-06 (Fri, 06 Oct 2023) Changed paths: M src/tools/egk-tool.c Log Message: ----------- egk-tool: added online references Commit: fa709de8dc5045f390f321cb65c9c73c36d52dd0 https://github.com/OpenSC/OpenSC/commit/fa709de8dc5045f390f321cb65c9c73c36d52dd0 Author: Frank Morgner <fra...@gm...> Date: 2023-10-06 (Fri, 06 Oct 2023) Changed paths: M src/libopensc/pkcs15-din-66291.c Log Message: ----------- egk: fixed detecting PKCS#15 profile for eGK 2.1 (BARMER) Compare: https://github.com/OpenSC/OpenSC/compare/f37a70e23ed2...fa709de8dc50 |
From: Jakub J. <no...@gi...> - 2023-10-06 12:02:15
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: f37a70e23ed2cf3f0e9636d17dde04f5bd3d42b5 https://github.com/OpenSC/OpenSC/commit/f37a70e23ed2cf3f0e9636d17dde04f5bd3d42b5 Author: Jakub Jelen <jj...@re...> Date: 2023-10-06 (Fri, 06 Oct 2023) Changed paths: M src/libopensc/card-openpgp.c Log Message: ----------- Unbreak support for ed/curve25519 Gnuk on Nitrokey Start This was broken since b83c358 which dropped this condition as unneeded. The Gnuk is technically version 2, but has some specifics from newer standard versions (at least new algorithms) so this condition needs to stay. |