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
|
Nov
|
Dec
|
From: Michał T. <no...@gi...> - 2025-06-23 17:23:00
|
Branch: refs/tags/libp11-0.4.16 Home: https://github.com/OpenSC/libp11 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |
From: Michał T. <no...@gi...> - 2025-06-23 17:22:55
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: b9c2de288833e38a391ee3cb106f965a40153629 https://github.com/OpenSC/libp11/commit/b9c2de288833e38a391ee3cb106f965a40153629 Author: Michał Trojnara <Mic...@st...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M .github/workflows/ci.yml M NEWS M configure.ac M src/libp11.rc Log Message: ----------- Released 0.4.16 Signed-off-by: Michał Trojnara <Mic...@st...> To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |
From: Marc W. <no...@gi...> - 2025-06-23 12:47:01
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: c32fd39d4bfd6fd9ff2dd92f1351ca45e1e176ff https://github.com/OpenSC/OpenSC/commit/c32fd39d4bfd6fd9ff2dd92f1351ca45e1e176ff Author: Marc Willert <783...@us...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M src/tools/sc-hsm-tool.c Log Message: ----------- initialize keyblob keyblob is a local variable as local variables are not initialized, its value is indeterminate keyblob is passed into fread_to_eof(...) which will do a realloc on keyblob To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Jakub J. <no...@gi...> - 2025-06-23 12:46:24
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: c190f9e606e703c2071be18c6faa2c14d755e63c https://github.com/OpenSC/OpenSC/commit/c190f9e606e703c2071be18c6faa2c14d755e63c Author: Jakub Jelen <jj...@re...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M src/libopensc/card-openpgp.c Log Message: ----------- openpgp: Check return values to prevent crashing on invalid input Thanks oss-fuzz https://issues.oss-fuzz.com/u/1/issues/421943164 Signed-off-by: Jakub Jelen <jj...@re...> Commit: 9f2a5df7e41417ddacaf75c2129936a1e8c0cc04 https://github.com/OpenSC/OpenSC/commit/9f2a5df7e41417ddacaf75c2129936a1e8c0cc04 Author: Jakub Jelen <jj...@re...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M .github/setup-linux.sh Log Message: ----------- ci: Upgrade the container image befor installing debug sysmbols Commit: d28d07524a023b31d42e3599be84eedf089ac410 https://github.com/OpenSC/OpenSC/commit/d28d07524a023b31d42e3599be84eedf089ac410 Author: Jakub Jelen <jj...@re...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M .github/workflows/linux.yml Log Message: ----------- ci: Do not fail fast to allow working jobs to finish Commit: 53d7e117bae6a20822b8f2522ce03192b2528a5b https://github.com/OpenSC/OpenSC/commit/53d7e117bae6a20822b8f2522ce03192b2528a5b Author: Jakub Jelen <jj...@re...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M .github/setup-linux.sh Log Message: ----------- ci: Install missing debug symobls Without this, valgrind fails with every program like this in some configurations on ubuntu 22. valgrind: Fatal error at startup: a function redirection valgrind: which is mandatory for this platform-tool combination valgrind: cannot be set up. Details of the redirection are: valgrind: valgrind: A must-be-redirected function valgrind: whose name matches the pattern: strlen valgrind: in an object with soname matching: ld-linux-x86-64.so.2 valgrind: was not found whilst processing valgrind: symbols from the object with soname: ld-linux-x86-64.so.2 valgrind: valgrind: Possible fixes: (1, short term): install glibc's debuginfo valgrind: package on this machine. (2, longer term): ask the packagers valgrind: for your Linux distribution to please in future ship a non- valgrind: stripped ld.so (or whatever the dynamic linker .so is called) valgrind: that exports the above-named function using the standard valgrind: calling conventions for this platform. The package you need valgrind: to install for fix (1) is called valgrind: valgrind: On Debian, Ubuntu: libc6-dbg valgrind: On SuSE, openSuSE, Fedora, RHEL: glibc-debuginfo valgrind: valgrind: Note that if you are debugging a 32 bit process on a valgrind: 64 bit system, you will need a corresponding 32 bit debuginfo valgrind: package (e.g. libc6-dbg:i386). valgrind: valgrind: Cannot continue -- exiting now. Sorry. Signed-off-by: Jakub Jelen <jj...@re...> Commit: a3def3e395b3ed9957740b0c45fea37f1c3afdf9 https://github.com/OpenSC/OpenSC/commit/a3def3e395b3ed9957740b0c45fea37f1c3afdf9 Author: Jakub Jelen <jj...@re...> Date: 2025-06-23 (Mon, 23 Jun 2025) Changed paths: M .github/workflows/linux.yml Log Message: ----------- ci: Exclude valgrind on arm64 on ubuntu 22 as it is broken now Compare: https://github.com/OpenSC/OpenSC/compare/a7e33798aa81...a3def3e395b3 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Shawn C <no...@gi...> - 2025-06-19 08:31:22
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: a7e33798aa814f8aa2e6dd664f45f459213b1c5e https://github.com/OpenSC/OpenSC/commit/a7e33798aa814f8aa2e6dd664f45f459213b1c5e Author: Shawn C <ci...@ha...> Date: 2025-06-19 (Thu, 19 Jun 2025) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Fix the memory leaks and unifying the allocation/deallocation Caught by libp11 regression tests: https://github.com/OpenSC/libp11/issues/597 Signed-off-by: Shawn Chang <ci...@ha...> To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Raul M. <no...@gi...> - 2025-06-13 22:38:09
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: e5a40f63525b4c01c9901918b7211d802ff027f9 https://github.com/OpenSC/OpenSC/commit/e5a40f63525b4c01c9901918b7211d802ff027f9 Author: Raul Metsma <ra...@me...> Date: 2025-06-14 (Sat, 14 Jun 2025) Changed paths: M .github/setup-wix.ps1 M .github/vcpkg.json M .github/workflows/windows.yml M win32/Make.rules.mak M win32/OpenSC.wxs.in Log Message: ----------- Upgrade Wix 6.0.0 * Fix PKCS11-Spy location in arm64 * Make minidriver conditional * Remove deprecated GithubActions Windows 2019 runner 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: Frank M. <no...@gi...> - 2025-06-13 22:37:15
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: eab4d17866bb457dd86d067b304294e9f6671d52 https://github.com/OpenSC/OpenSC/commit/eab4d17866bb457dd86d067b304294e9f6671d52 Author: Frank Morgner <fra...@gm...> Date: 2025-06-14 (Sat, 14 Jun 2025) Changed paths: M src/libopensc/card-oberthur.c Log Message: ----------- fixed Stack-buffer-overflow WRITE fixes https://issues.oss-fuzz.com/issues/421520684 Commit: 3402a90d8c9be223d4cf6abe009a4707117d7972 https://github.com/OpenSC/OpenSC/commit/3402a90d8c9be223d4cf6abe009a4707117d7972 Author: Frank Morgner <fra...@gm...> Date: 2025-06-14 (Sat, 14 Jun 2025) Changed paths: M src/libopensc/card-oberthur.c Log Message: ----------- oberthur: fixed potential Stack-buffer-overflow WRITE Commit: a4bbf8a631537a4c0083b264095ed1cd36d307ab https://github.com/OpenSC/OpenSC/commit/a4bbf8a631537a4c0083b264095ed1cd36d307ab Author: Frank Morgner <fra...@gm...> Date: 2025-06-14 (Sat, 14 Jun 2025) Changed paths: M src/libopensc/card-oberthur.c Log Message: ----------- oberthur: use MIN where possible Commit: 56bc5e9575965461d99a274be45d71c18ab6eae0 https://github.com/OpenSC/OpenSC/commit/56bc5e9575965461d99a274be45d71c18ab6eae0 Author: Frank Morgner <fra...@gm...> Date: 2025-06-14 (Sat, 14 Jun 2025) Changed paths: M src/libopensc/card-oberthur.c Log Message: ----------- oberthur: use SC_MAX_APDU_RESP_SIZE where possible Commit: efd1d479832141bcf705c2f47655ada4d5f92f5d https://github.com/OpenSC/OpenSC/commit/efd1d479832141bcf705c2f47655ada4d5f92f5d Author: Frank Morgner <fra...@gm...> Date: 2025-06-14 (Sat, 14 Jun 2025) Changed paths: M src/libopensc/card-oberthur.c Log Message: ----------- fixed formatting Compare: https://github.com/OpenSC/OpenSC/compare/e4eaa2af9686...efd1d4798321 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Jakub J. <no...@gi...> - 2025-06-13 22:34:32
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 781568f6479e4a8127c7ed53f92e098bcd347146 https://github.com/OpenSC/OpenSC/commit/781568f6479e4a8127c7ed53f92e098bcd347146 Author: Jakub Jelen <jj...@re...> Date: 2025-06-14 (Sat, 14 Jun 2025) Changed paths: M src/libopensc/card-piv.c Log Message: ----------- piv: Fix possible integer truncation/overflow When negative value is returned from sc_asn1_put_tag(), it is first assigned to `sbuflen`, which is unsigned, truncating the negative numbers. Only after that assigned to the `r`, causing it can't be negative, effectively hiding possible errors from the above function. Thanks coverity (CID 468028) Signed-off-by: Jakub Jelen <jj...@re...> Commit: bffa8d2fe30e19dad7e5ee65edf2dddaa3f45d1a https://github.com/OpenSC/OpenSC/commit/bffa8d2fe30e19dad7e5ee65edf2dddaa3f45d1a Author: Jakub Jelen <jj...@re...> Date: 2025-06-14 (Sat, 14 Jun 2025) Changed paths: M src/libopensc/pkcs15-coolkey.c Log Message: ----------- coolkey: Avoid memory leak when reading certificate The certificate is read from the CKA_VALUE, which is allocated in `data` field of `sc_pkcs15_der` structure of the `sc_pkcs15_cert_info`. This is processed, but never cleaned up. Thanks coverity (CID 454833, CID 454822) Signed-off-by: Jakub Jelen <jj...@re...> Commit: e4eaa2af96867ae256636b075c7fba17f5d37250 https://github.com/OpenSC/OpenSC/commit/e4eaa2af96867ae256636b075c7fba17f5d37250 Author: Jakub Jelen <jj...@re...> Date: 2025-06-14 (Sat, 14 Jun 2025) Changed paths: M src/libopensc/iasecc-sm.c Log Message: ----------- iasecc: Avoid dereference before NULL check Thanks coverity (CID 13754) Signed-off-by: Jakub Jelen <jj...@re...> Compare: https://github.com/OpenSC/OpenSC/compare/a1375a5cdf6b...e4eaa2af9686 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Michał T. <no...@gi...> - 2025-06-11 12:38:34
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: adeaffd9a8b70cce675808bbcbf6e90f70142921 https://github.com/OpenSC/libp11/commit/adeaffd9a8b70cce675808bbcbf6e90f70142921 Author: Michał Trojnara <Mic...@st...> Date: 2025-06-11 (Wed, 11 Jun 2025) Changed paths: M .github/workflows/ci.yml A .github/workflows/ci.yml.in M Makefile.am M configure.ac Log Message: ----------- Modify CI package version automatically To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |
From: nojocodex <no...@gi...> - 2025-06-11 11:49:33
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: bc21e51ee1d768c3bdee4da44a83c68483a9699e https://github.com/OpenSC/libp11/commit/bc21e51ee1d768c3bdee4da44a83c68483a9699e Author: nojocodex <noj...@gm...> Date: 2025-06-11 (Wed, 11 Jun 2025) Changed paths: M src/p11_load.c Log Message: ----------- Allow OS-based thread synchronization in `C_Initialize()` call. To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |
From: Michał T. <no...@gi...> - 2025-06-09 13:52:07
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: ab01a0ae56dc62d8fc7e6a3d32625cb00ec270cc https://github.com/OpenSC/libp11/commit/ab01a0ae56dc62d8fc7e6a3d32625cb00ec270cc Author: Michał Trojnara <Mic...@st...> Date: 2025-06-09 (Mon, 09 Jun 2025) Changed paths: M .github/workflows/ci.yml M NEWS M configure.ac M src/libp11.rc M src/pkcs11.rc M src/pkcs11prov.rc Log Message: ----------- Starting 0.4.16_git To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |
From: Michał T. <no...@gi...> - 2025-06-09 13:21:13
|
Branch: refs/tags/libp11-0.4.13 Home: https://github.com/OpenSC/libp11 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |
From: Michał T. <no...@gi...> - 2025-06-09 13:20:36
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: ba0b253833b138c8a5aef338aecc325aa17954e6 https://github.com/OpenSC/libp11/commit/ba0b253833b138c8a5aef338aecc325aa17954e6 Author: Michał Trojnara <Mic...@st...> Date: 2025-06-09 (Mon, 09 Jun 2025) Changed paths: M NEWS M configure.ac M src/libp11.rc M src/libp11.rc.in M src/pkcs11.rc M src/pkcs11.rc.in Log Message: ----------- Released 0.4.15 Signed-off-by: Michał Trojnara <Mic...@st...> To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |
From: Michał T. <no...@gi...> - 2025-06-09 13:20:15
|
Branch: refs/tags/libp11-0.4.15 Home: https://github.com/OpenSC/libp11 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |
From: Jakub J. <no...@gi...> - 2025-06-06 15:01:43
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: a1375a5cdf6ba7ecc1450fcbb03599d54bbdfa7e https://github.com/OpenSC/OpenSC/commit/a1375a5cdf6ba7ecc1450fcbb03599d54bbdfa7e Author: Jakub Jelen <jj...@re...> Date: 2025-06-06 (Fri, 06 Jun 2025) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: Add missing help message to avoid buffer overrun This was uninitentionally omitted in 175ac15c37817d0641ecd87066158365e49c6418 and later reported as #3418. The PR #3419 was stale so fixing this in separate PR. Fixes: #3418 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: Doug E. <no...@gi...> - 2025-06-06 09:11:46
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 72125917695362de3306ebfeb06ce518b6fc42e6 https://github.com/OpenSC/OpenSC/commit/72125917695362de3306ebfeb06ce518b6fc42e6 Author: Doug Engert <dee...@gm...> Date: 2025-06-06 (Fri, 06 Jun 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: ----------- Fix Edwards and Montgomery "field_length" The Edwards and Montgomery "field_length" is changed from 255 to 256 and for Ed448, 448 is changed to 456 as it needs an extra byte. The field_length in bits, and is used to caculate number of bytes. The BYTES4BITS(255) returns 32 and happens to work but should be BTYES4BITS(256) so the 25519 curves have been working but not as expected. But BYTES4BITS(448) returns 56, but Ed448 needed an extra byte so will use BYTES4BITS(456) to return 57 as required in the RFCs. On branch ED448-X448-fix Changes to be committed: modified: src/libopensc/pkcs15-pubkey.c modified: src/pkcs11/framework-pkcs15.c modified: src/tools/pkcs11-tool.c modified: src/tools/pkcs15-init.c To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Raul M. <no...@gi...> - 2025-06-05 21:28:12
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 83977f474df47eda391b579ce76a285dd48de268 https://github.com/OpenSC/OpenSC/commit/83977f474df47eda391b579ce76a285dd48de268 Author: Raul Metsma <ra...@me...> Date: 2025-06-05 (Thu, 05 Jun 2025) Changed paths: M src/libopensc/card-esteid2018.c M src/libopensc/cards.h M src/libopensc/pkcs15-esteid2018.c Log Message: ----------- EstEID 2018 v2 fixes with some readers 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: Veronika H. <no...@gi...> - 2025-06-03 13:12:17
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: e95052f17b96a896277f85792ba78fa4f0f7817f https://github.com/OpenSC/OpenSC/commit/e95052f17b96a896277f85792ba78fa4f0f7817f Author: Veronika Hanulíková <vha...@re...> Date: 2025-06-03 (Tue, 03 Jun 2025) Changed paths: M tests/init-kryoptic.sh M tests/init-softhsm.sh M tests/init-softokn.sh M tests/test-pkcs11-tool-unwrap-wrap-test.sh M tests/test-softokn.sh Log Message: ----------- Rework wrap/unwrap tests and enable them for softokn Commit: 34a9f47cea6f5e8c3db04bc99bcea0dfabeb841f https://github.com/OpenSC/OpenSC/commit/34a9f47cea6f5e8c3db04bc99bcea0dfabeb841f Author: Veronika Hanulíková <vha...@re...> Date: 2025-06-03 (Tue, 03 Jun 2025) Changed paths: M tests/test-pkcs11-tool-unwrap-wrap-test.sh Log Message: ----------- Add wrap/unwrap tests for RSA private keys Commit: 0fb5538f970dd3b8de154a542e9c45e57cf46a55 https://github.com/OpenSC/OpenSC/commit/0fb5538f970dd3b8de154a542e9c45e57cf46a55 Author: Veronika Hanulíková <vha...@re...> Date: 2025-06-03 (Tue, 03 Jun 2025) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: Enable wrap/unwrap usage when writing object Commit: ff36a90064634799523381bf68b09ed26b16bc65 https://github.com/OpenSC/OpenSC/commit/ff36a90064634799523381bf68b09ed26b16bc65 Author: Veronika Hanulíková <vha...@re...> Date: 2025-06-03 (Tue, 03 Jun 2025) Changed paths: M tests/init-kryoptic.sh M tests/init-softhsm.sh M tests/init-softokn.sh A tests/test-pkcs11-tool-unwrap-wrap-interoperability-test.sh Log Message: ----------- Add tests for wrap/unwrap interoperability testing Commit: b33c31ff0e25aedc57046e7ace408e950db95678 https://github.com/OpenSC/OpenSC/commit/b33c31ff0e25aedc57046e7ace408e950db95678 Author: Veronika Hanulíková <vha...@re...> Date: 2025-06-03 (Tue, 03 Jun 2025) Changed paths: M .github/setup-fedora.sh M .github/workflows/external-pkcs11.yaml Log Message: ----------- Add wrap/unwrap interoperability tests into CI Commit: f041813c3fdf76d80605647f34606827a8178784 https://github.com/OpenSC/OpenSC/commit/f041813c3fdf76d80605647f34606827a8178784 Author: Veronika Hanulíková <vha...@re...> Date: 2025-06-03 (Tue, 03 Jun 2025) Changed paths: M tests/test-pkcs11-tool-unwrap-wrap-test.sh Log Message: ----------- Run wrap/unwrap with AES-KEY-WRAP only for OpenSSL3 Compare: https://github.com/OpenSC/OpenSC/compare/8660374d27bc...f041813c3fdf To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Jakub J. <no...@gi...> - 2025-06-03 07:27:37
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 15f60c6169a09a292b0e374fad0bddefc171af61 https://github.com/OpenSC/OpenSC/commit/15f60c6169a09a292b0e374fad0bddefc171af61 Author: Jeff Gold <jg...@es...> Date: 2025-06-03 (Tue, 03 Jun 2025) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: allocate for C_Sign/C_SignFinal This will become necessary for post-quantum cryptography which hash large signature sizes Commit: 8e628f4d45942fb0e73c978287c08e3e35cea9d1 https://github.com/OpenSC/OpenSC/commit/8e628f4d45942fb0e73c978287c08e3e35cea9d1 Author: Jeff Gold <jg...@es...> Date: 2025-06-03 (Tue, 03 Jun 2025) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Changes recommended by CI lint tool Commit: cac82bf868d6b3a720cb19c278eefccad689d320 https://github.com/OpenSC/OpenSC/commit/cac82bf868d6b3a720cb19c278eefccad689d320 Author: Jeff Gold <jg...@es...> Date: 2025-06-03 (Tue, 03 Jun 2025) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Dynamic allocation for C_Verify/C_VerifyFinal Commit: 4ff9a1d8129b457b7cd2b35c6856ef930075f715 https://github.com/OpenSC/OpenSC/commit/4ff9a1d8129b457b7cd2b35c6856ef930075f715 Author: Jeff Gold <jg...@es...> Date: 2025-06-03 (Tue, 03 Jun 2025) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Changes recommended by yshui/git-clang-format-lint@master Commit: 35c07ad9f919cbe12e3c9a111e905f44ec26d9ad https://github.com/OpenSC/OpenSC/commit/35c07ad9f919cbe12e3c9a111e905f44ec26d9ad Author: Jeff Gold <jg...@es...> Date: 2025-06-03 (Tue, 03 Jun 2025) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Fix bug identified by Jakuje that causes memory corruption with ECDSA Commit: 8660374d27bce5ce4e61bdf915e0236192726b60 https://github.com/OpenSC/OpenSC/commit/8660374d27bce5ce4e61bdf915e0236192726b60 Author: Jeff Gold <jg...@es...> Date: 2025-06-03 (Tue, 03 Jun 2025) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Rearranged error handling for C_SignFinal, as suggested by Jakuje Compare: https://github.com/OpenSC/OpenSC/compare/5ba68bd95527...8660374d27bc To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Frank M. <no...@gi...> - 2025-05-30 08:12:56
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 0ccc20f481b179b59d798dc8c41ba154e55811e8 https://github.com/OpenSC/OpenSC/commit/0ccc20f481b179b59d798dc8c41ba154e55811e8 Author: Frank Morgner <fra...@gm...> Date: 2025-05-30 (Fri, 30 May 2025) Changed paths: M src/tools/pkcs11-register-cmdline.c M src/tools/pkcs11-register-cmdline.h M src/tools/pkcs11-register.c M src/tools/pkcs11-register.ggo.in Log Message: ----------- pkcs11-register: allow explicitly specifying an app to configure fixes https://github.com/OpenSC/OpenSC/issues/3404 Commit: 5ba68bd95527bb818264ec3f9e46a0462d4e3e8b https://github.com/OpenSC/OpenSC/commit/5ba68bd95527bb818264ec3f9e46a0462d4e3e8b Author: Frank Morgner <fra...@gm...> Date: 2025-05-30 (Fri, 30 May 2025) Changed paths: M src/tools/pkcs11-register-cmdline.c Log Message: ----------- fix spelling Compare: https://github.com/OpenSC/OpenSC/compare/5b7fb6d26d74...5ba68bd95527 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Jakub J. <no...@gi...> - 2025-05-30 08:08:14
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 5713f5053cec5a852f46673d81858fd99011818a https://github.com/OpenSC/OpenSC/commit/5713f5053cec5a852f46673d81858fd99011818a Author: Jakub Jelen <jj...@re...> Date: 2025-05-30 (Fri, 30 May 2025) Changed paths: M src/pkcs11/pkcs11-display.c M src/pkcs11/pkcs11-display.h M src/pkcs11/pkcs11.h Log Message: ----------- pkcs11: Add CK_GCM_MESSAGE_PARAMS and CK_GENERATOR_FUNCTION definitions Signed-off-by: Jakub Jelen <jj...@re...> Commit: 5b7fb6d26d745e460291c839185a26daf0d18f61 https://github.com/OpenSC/OpenSC/commit/5b7fb6d26d745e460291c839185a26daf0d18f61 Author: Jakub Jelen <jj...@re...> Date: 2025-05-30 (Fri, 30 May 2025) Changed paths: M src/pkcs11/pkcs11-spy.c Log Message: ----------- pkcs11-spy: Improve printing mechanism parameters Some mechanisms in PKCS#11 3.0 have different parameters so when printing them, we need to take into the account the context where the parameter is provided. In this case, the AES-GCM mechanisms has different parameters when called with normal C_Encrypt() API and message based C_MessageEncryptInit() API. Not following the context leads into printing nonsense. I also took the opportunity here to make sure the parameters length is verified against the expected parameter size and possible inconsistencies reported. Signed-off-by: Jakub Jelen <jj...@re...> Compare: https://github.com/OpenSC/OpenSC/compare/2742f82e74db...5b7fb6d26d74 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Frank M. <no...@gi...> - 2025-05-29 23:23:18
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 2742f82e74dbed7e781170cad0fdc4187dc88b80 https://github.com/OpenSC/OpenSC/commit/2742f82e74dbed7e781170cad0fdc4187dc88b80 Author: Frank Morgner <fra...@gm...> Date: 2025-05-30 (Fri, 30 May 2025) Changed paths: M .github/build.sh M .github/setup-macos.sh M .github/workflows/macos.yml Log Message: ----------- CI: do macos build with libressl fixes https://github.com/OpenSC/OpenSC/issues/2670 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Michał T. <no...@gi...> - 2025-05-29 16:30:56
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: a15ec98e8f80ed37b74d3e330b0801910b1159af https://github.com/OpenSC/libp11/commit/a15ec98e8f80ed37b74d3e330b0801910b1159af Author: Michał Trojnara <Mic...@st...> Date: 2025-05-29 (Thu, 29 May 2025) Changed paths: M src/eng_back.c M src/p11_key.c M src/provider.c M src/util_uri.c Log Message: ----------- Windows build fix To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |
From: Małgorzata O. <no...@gi...> - 2025-05-29 13:44:28
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: f7a7328367493416cc34ebe813af7d52e503be20 https://github.com/OpenSC/libp11/commit/f7a7328367493416cc34ebe813af7d52e503be20 Author: olszomal <Mal...@st...> Date: 2025-05-29 (Thu, 29 May 2025) Changed paths: M src/provider.c Log Message: ----------- Handle unsupported URI prefixes in provider store_open() To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |
From: Frank M. <no...@gi...> - 2025-05-28 16:15:02
|
Branch: refs/heads/clang-format Home: https://github.com/OpenSC/OpenSC To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |