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
(20) |
Dec
|
|
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 |
|
From: Alon Bar-L. <no...@gi...> - 2025-11-10 14:27:27
|
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:22:12
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pkcs11-helper Commit: 2555c3860117f93f23e949941b923f6d26fa0f06 https://github.com/OpenSC/pkcs11-helper/commit/2555c3860117f93f23e949941b923f6d26fa0f06 Author: Alon Bar-Lev <alo...@gm...> Date: 2025-11-10 (Mon, 10 Nov 2025) Changed paths: M ChangeLog M lib/pkcs11h-serialization.c M lib/pkcs11h-util.c M tests/test-basic/Makefile.am A tests/test-basic/test-serialize.c Log Message: ----------- util: fix deserialize buffer overflow Missing check for source file increment. Reported-by: Aarnav Bos <aa...@sr...> To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/pkcs11-helper/settings/notifications |
|
From: Raul M. <no...@gi...> - 2025-11-07 15:28:01
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 22484d970f4136ac25bdb3c000f6ba6abbb07f26 https://github.com/OpenSC/OpenSC/commit/22484d970f4136ac25bdb3c000f6ba6abbb07f26 Author: Raul Metsma <ra...@me...> Date: 2025-11-07 (Fri, 07 Nov 2025) Changed paths: M src/libopensc/card-esteid2025.c M src/libopensc/cards.h M src/libopensc/pkcs15-esteid2025.c Log Message: ----------- Implement FinEID 4.0/4.1 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: Raul M. <no...@gi...> - 2025-11-06 12:00:46
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 9f4aa9cb54ada79b24456b069036282f49246e70 https://github.com/OpenSC/OpenSC/commit/9f4aa9cb54ada79b24456b069036282f49246e70 Author: Raul Metsma <ra...@me...> Date: 2025-11-06 (Thu, 06 Nov 2025) Changed paths: M .github/workflows/macos.yml M .gitignore M MacOSX/Makefile.am A MacOSX/build-openssl-macos.sh M MacOSX/build-package.in Log Message: ----------- Remove deprecated macos-13 and add macos-26 + add missing files to dist * https://github.com/actions/runner-images/issues/13046 Signed-off-by: Raul Metsma <ra...@me...> Commit: 71182f5501abc1530cfab884fd32f81432f8040f https://github.com/OpenSC/OpenSC/commit/71182f5501abc1530cfab884fd32f81432f8040f Author: Raul Metsma <ra...@me...> Date: 2025-11-06 (Thu, 06 Nov 2025) Changed paths: M .gitignore M MacOSX/Makefile.am M MacOSX/build R MacOSX/build-package.in M configure.ac Log Message: ----------- Use VERSION.mk to avoid double configure run Signed-off-by: Raul Metsma <ra...@me...> Compare: https://github.com/OpenSC/OpenSC/compare/b538efb703cb...71182f5501ab To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Sergio A. <no...@gi...> - 2025-11-06 12:00:00
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 24eddbf9a9a167184245123ce66797c76acc9f14 https://github.com/OpenSC/OpenSC/commit/24eddbf9a9a167184245123ce66797c76acc9f14 Author: Sergio Arroutbi <sar...@re...> Date: 2025-11-06 (Thu, 06 Nov 2025) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: Add id/slot-id to PKCS#11 URIs Extend pkcs11-tool to include additional identifier parameters in PKCS#11 URIs to improve object and token identification: For -L option (list slots): - Add slot-id parameter to token URIs to identify specific slots - Before: pkcs11:model=PKCS%2315%20emulated;manufacturer=piv_II;serial=84914bc36f04a55d;token=clevis - After: pkcs11:model=PKCS%2315%20emulated;manufacturer=piv_II;serial=84914bc36f04a55d;token=clevis;slot-id=0 For -O option (list objects): - Add id parameter to data object URIs when CKA_ID attribute is available - Previously only keys and certificates included id parameters - Data objects now consistently show id parameters using getID() function Changes made: 1. Created get_uri_with_slot() function to generate token URIs with slot-id parameter 2. Modified show_token() to use new URI generation function with slot identification 3. Enhanced show_dobj() to retrieve and include object IDs for data objects 4. Added proper ID handling using existing getID() function for PKCS#11 objects The implementation correctly distinguishes between: - Token identifiers: slot-id parameter for slot/token identification - Object identifiers: id parameter from CKA_ID attribute for PKCS#11 objects Co-Authored-By: Claude <no...@an...> Signed-off-by: Sergio Arroutbi <sar...@re...> Commit: e54dcb153a37cb4ba7f2ff8a00dd1b0b527300db https://github.com/OpenSC/OpenSC/commit/e54dcb153a37cb4ba7f2ff8a00dd1b0b527300db Author: Sergio Arroutbi <sar...@re...> Date: 2025-11-06 (Thu, 06 Nov 2025) Changed paths: M doc/tools/pkcs11-tool.1.xml M doc/tools/tools.html M src/tools/pkcs11-tool.c M tests/Makefile.am A tests/test-pkcs11-tool-uri-with-slot-id.sh Log Message: ----------- Add --uri-with-slot-id option to show slot-id Co-Authored-By: Claude <no...@an...> Signed-off-by: Sergio Arroutbi <sar...@re...> Commit: 25a394a8a8084ae203438f6d3b0fd7ed54eed5da https://github.com/OpenSC/OpenSC/commit/25a394a8a8084ae203438f6d3b0fd7ed54eed5da Author: Sergio Arroutbi <sar...@re...> Date: 2025-11-06 (Thu, 06 Nov 2025) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Refactor code and use get_uri to avoid duplication Signed-off-by: Sergio Arroutbi <sar...@re...> Commit: 72a4c842c6740e24cf82520e9bb98648f9d631a4 https://github.com/OpenSC/OpenSC/commit/72a4c842c6740e24cf82520e9bb98648f9d631a4 Author: Sergio Arroutbi <sar...@re...> Date: 2025-11-06 (Thu, 06 Nov 2025) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Update src/tools/pkcs11-tool.c Co-authored-by: Jakub Jelen <ja...@gm...> Signed-off-by: Sergio Arroutbi <sar...@re...> Commit: b538efb703cb99b87beb4663acd907b8bd0fadf0 https://github.com/OpenSC/OpenSC/commit/b538efb703cb99b87beb4663acd907b8bd0fadf0 Author: Sergio Arroutbi <sar...@re...> Date: 2025-11-06 (Thu, 06 Nov 2025) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Data objects do not have the CKA_ID attribute It can not be enured CKA_ID is appropriately set in all the cases. Removing it from uri to avoid false errors/warnings on compliant implementations Co-authored-by: Jakub Jelen <ja...@gm...> Signed-off-by: Sergio Arroutbi <sar...@re...> Compare: https://github.com/OpenSC/OpenSC/compare/cc516a6c8fb0...b538efb703cb 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-05 11:31:33
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: f979d8e1fb957793c4d8ce2d60d7646874c6402d https://github.com/OpenSC/libp11/commit/f979d8e1fb957793c4d8ce2d60d7646874c6402d Author: olszomal <Mal...@st...> Date: 2025-11-05 (Wed, 05 Nov 2025) Changed paths: M src/provider.c Log Message: ----------- Reorder store_load() to fetch certificate before keys To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |
|
From: Małgorzata O. <no...@gi...> - 2025-11-04 13:09:03
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 3a6a3116d31c83d15deeb0e761e8f11f5c010f34 https://github.com/OpenSC/libp11/commit/3a6a3116d31c83d15deeb0e761e8f11f5c010f34 Author: olszomal <Mal...@st...> Date: 2025-11-04 (Tue, 04 Nov 2025) Changed paths: M src/libp11-int.h M src/provider.c Log Message: ----------- Add GCC printf format checking for logging functions To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |
|
From: Małgorzata O. <no...@gi...> - 2025-11-03 16:49:23
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 200fbe97cf6c107464534885ad3d8d709e63eed8 https://github.com/OpenSC/libp11/commit/200fbe97cf6c107464534885ad3d8d709e63eed8 Author: olszomal <Mal...@st...> Date: 2025-11-03 (Mon, 03 Nov 2025) Changed paths: M src/p11_pkey.c Log Message: ----------- Fix printf format specifier, CID 492828, 492829 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |
|
From: Frank M. <no...@gi...> - 2025-11-03 06:46:40
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: cc516a6c8fb0b8b4b058004a3086833f1255ceab https://github.com/OpenSC/OpenSC/commit/cc516a6c8fb0b8b4b058004a3086833f1255ceab Author: Frank Morgner <fra...@gm...> Date: 2025-11-03 (Mon, 03 Nov 2025) Changed paths: M .appveyor.yml Log Message: ----------- AppVeyor: removed GH_TOKEN from configuration file the regenewed token was directly added to the online project settings fixes https://github.com/OpenSC/OpenSC/issues/3507 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Raul M. <no...@gi...> - 2025-11-02 20:50:05
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 5fb8242e57bbcb302cffbd0ca9af20ef115adc1f https://github.com/OpenSC/OpenSC/commit/5fb8242e57bbcb302cffbd0ca9af20ef115adc1f Author: Raul Metsma <ra...@me...> Date: 2025-11-02 (Sun, 02 Nov 2025) Changed paths: M src/libopensc/card-idprime.c M src/libopensc/iso7816.c M src/libopensc/pkcs15-cert.c Log Message: ----------- Implement 5110+ FIPS and 5110 CC (940) derive 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-02 20:44:40
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 6de7737ab293eaeb230dfb1fc9178228f736c17c https://github.com/OpenSC/libp11/commit/6de7737ab293eaeb230dfb1fc9178228f736c17c Author: Małgorzata Olszówka <Mal...@st...> Date: 2025-11-02 (Sun, 02 Nov 2025) Changed paths: M .gitignore M examples/Makefile.am A examples/ed25519keygen.c A examples/ed448keygen.c M src/Makefile.am M src/Makefile.mak M src/libp11-int.h M src/libp11.h M src/p11_ckr.c A src/p11_eddsa.c M src/p11_front.c M src/p11_key.c M src/p11_load.c M src/p11_pkey.c M src/pkcs11.h M tests/Makefile.am A tests/ed25519-keygen-prov.c A tests/ed25519-keygen.c A tests/ed25519-keygen.softhsm A tests/ed448-keygen-prov.c A tests/ed448-keygen.c A tests/ed448-keygen.softhsm A tests/eddsa_common.c A tests/eddsa_common.h A tests/provider-ed25519-keygen.softhsm A tests/provider-ed448-keygen.softhsm Log Message: ----------- Add support for Ed25519 and Ed448 curves (PKCS#11 v3.2) (#623) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |
|
From: Raul M. <no...@gi...> - 2025-10-31 20:03:50
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 1b6889ff3c6b9d44d30fab3aac48fea6ad975083 https://github.com/OpenSC/OpenSC/commit/1b6889ff3c6b9d44d30fab3aac48fea6ad975083 Author: Raul Metsma <ra...@me...> Date: 2025-10-31 (Fri, 31 Oct 2025) Changed paths: M .appveyor.yml M .github/setup-wix.ps1 M .github/vcpkg.json M .github/workflows/windows.yml M .gitignore M Makefile.am A VERSION.mk M configure.ac M src/tools/Makefile.mak M win32/Make.rules.mak M win32/Makefile.am A win32/OpenSC.wxs R win32/OpenSC.wxs.in A win32/winconfig.h R win32/winconfig.h.in Log Message: ----------- Remove autotools dependency from NMake build 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-10-31 19:42:42
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 86a2333c980aeb10d0b468e54af4c042dba8b82f https://github.com/OpenSC/OpenSC/commit/86a2333c980aeb10d0b468e54af4c042dba8b82f Author: Jakub Jelen <jj...@re...> Date: 2025-10-31 (Fri, 31 Oct 2025) Changed paths: M src/libopensc/card-eoi.c Log Message: ----------- eoi: Avoid NULL dereference The iso driver never had the card_ctl operation so this have never worked. The original intention is unclear, so at least add a guardrails, rather than breaking it altogether. https://issues.oss-fuzz.com/issues/447805091 Signed-off-by: Jakub Jelen <jj...@re...> Commit: d35f184ef37002cfdd08e7f7c1544bd287ae4e0f https://github.com/OpenSC/OpenSC/commit/d35f184ef37002cfdd08e7f7c1544bd287ae4e0f Author: Jakub Jelen <jj...@re...> Date: 2025-10-31 (Fri, 31 Oct 2025) Changed paths: M src/libopensc/card-mcrd.c Log Message: ----------- mcrd: Avoid memory leak https://issues.oss-fuzz.com/issues/447702255 Signed-off-by: Jakub Jelen <jj...@re...> Commit: 52401901801429e6b8a2bb4eeaee40a9719ad0ee https://github.com/OpenSC/OpenSC/commit/52401901801429e6b8a2bb4eeaee40a9719ad0ee Author: Jakub Jelen <jj...@re...> Date: 2025-10-31 (Fri, 31 Oct 2025) Changed paths: M src/pkcs15init/pkcs15-cflex.c Log Message: ----------- cflex: Avoid stack underflow https://issues.oss-fuzz.com/issues/448717172 Signed-off-by: Jakub Jelen <jj...@re...> Commit: d048fefc8ac8fdf6274b7a1985b457d2e1ba3f38 https://github.com/OpenSC/OpenSC/commit/d048fefc8ac8fdf6274b7a1985b457d2e1ba3f38 Author: Jakub Jelen <jj...@re...> Date: 2025-10-31 (Fri, 31 Oct 2025) Changed paths: M src/libopensc/pkcs15-pteid.c Log Message: ----------- pteid: Avoid global buffer underflow https://issues.oss-fuzz.com/issues/452150051 Signed-off-by: Jakub Jelen <jj...@re...> Compare: https://github.com/OpenSC/OpenSC/compare/d66297c5bf3e...d048fefc8ac8 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Frank M. <no...@gi...> - 2025-10-31 10:42:26
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: c2bedf0fd33ad8f2561f79fe943cb40f0a628b69 https://github.com/OpenSC/OpenSC/commit/c2bedf0fd33ad8f2561f79fe943cb40f0a628b69 Author: Frank Morgner <fra...@gm...> Date: 2025-10-31 (Fri, 31 Oct 2025) Changed paths: M src/libopensc/card-esteid2018.c Log Message: ----------- fixed coverity 462005 Use after free likely a false positive, but this rewrite doesn't hurt Commit: 95cb5aadca3e5cb4ebe1ca317c16921c3f6c69f6 https://github.com/OpenSC/OpenSC/commit/95cb5aadca3e5cb4ebe1ca317c16921c3f6c69f6 Author: Frank Morgner <fra...@gm...> Date: 2025-10-31 (Fri, 31 Oct 2025) Changed paths: M src/libopensc/pkcs15-sec.c Log Message: ----------- fixed coverity 454824 Improper use of negative value likely a false positive Commit: d66297c5bf3edf751c817b3f957aec5ccffd4f05 https://github.com/OpenSC/OpenSC/commit/d66297c5bf3edf751c817b3f957aec5ccffd4f05 Author: Frank Morgner <fra...@gm...> Date: 2025-10-31 (Fri, 31 Oct 2025) Changed paths: M src/libopensc/pkcs15-sec.c Log Message: ----------- fixed formatting Compare: https://github.com/OpenSC/OpenSC/compare/6db171bcb6fd...d66297c5bf3e To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: David F. <no...@gi...> - 2025-10-22 14:52:11
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 6db171bcb6fd7cb3b51098fefbb3b28e44f0a79c https://github.com/OpenSC/OpenSC/commit/6db171bcb6fd7cb3b51098fefbb3b28e44f0a79c Author: David Fort <co...@ha...> Date: 2025-10-22 (Wed, 22 Oct 2025) Changed paths: M src/libopensc/card-idprime.c Log Message: ----------- idprime: fix pin padding for SafeNet eToken 5100 [eToken 5110 SC] As discussed in https://github.com/OpenSC/OpenSC/issues/3488 , it seems like my card with ATR 3b:ff:96:00:00:81:31:fe:43:80:31:80:65:b0:85:59:56:fb:12:01:78:82:90:00:88 needs to be identified as SC_CARD_TYPE_IDPRIME_940 to have padding for the pin. To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
|
From: Raul M. <no...@gi...> - 2025-10-21 13:13:00
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 458db6f44bfb66e000544ce2d87c47bcc84fe19d https://github.com/OpenSC/OpenSC/commit/458db6f44bfb66e000544ce2d87c47bcc84fe19d Author: Raul Metsma <ra...@me...> Date: 2025-10-21 (Tue, 21 Oct 2025) Changed paths: M .github/workflows/linux.yml Log Message: ----------- Merge libressl tests Signed-off-by: Raul Metsma <ra...@me...> Commit: 7b1e1b4ba2b2b9c49ee839c9e5b5d4df6d397f64 https://github.com/OpenSC/OpenSC/commit/7b1e1b4ba2b2b9c49ee839c9e5b5d4df6d397f64 Author: Raul Metsma <ra...@me...> Date: 2025-10-21 (Tue, 21 Oct 2025) Changed paths: M .github/workflows/linux.yml Log Message: ----------- Merge isoapplet tests Signed-off-by: Raul Metsma <ra...@me...> Commit: e69d36cfbeed543d33a990d8ee6a0ced19014104 https://github.com/OpenSC/OpenSC/commit/e69d36cfbeed543d33a990d8ee6a0ced19014104 Author: Raul Metsma <ra...@me...> Date: 2025-10-21 (Tue, 21 Oct 2025) Changed paths: M .github/workflows/linux.yml Log Message: ----------- Merge cac/oseid tests Signed-off-by: Raul Metsma <ra...@me...> Commit: d6ded4ff49d6cace880a81e9a0e6072bbba0692a https://github.com/OpenSC/OpenSC/commit/d6ded4ff49d6cace880a81e9a0e6072bbba0692a Author: Raul Metsma <ra...@me...> Date: 2025-10-21 (Tue, 21 Oct 2025) Changed paths: M .github/workflows/linux.yml Log Message: ----------- Merge piv/gidsapplet/openpgp tests Signed-off-by: Raul Metsma <ra...@me...> Commit: be548cdd7f789a7c7fae48b43a2c0c8b064ec1eb https://github.com/OpenSC/OpenSC/commit/be548cdd7f789a7c7fae48b43a2c0c8b064ec1eb Author: Raul Metsma <ra...@me...> Date: 2025-10-21 (Tue, 21 Oct 2025) Changed paths: M .github/workflows/linux.yml Log Message: ----------- Merge piv-sm build/tests Signed-off-by: Raul Metsma <ra...@me...> Compare: https://github.com/OpenSC/OpenSC/compare/cd8a300428ff...be548cdd7f78 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |