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
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Małgorzata O. <no...@gi...> - 2024-10-25 14:27:58
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 6deb30f48f5315c5fd4100c7ef037eb3dcc9a0ed https://github.com/OpenSC/libp11/commit/6deb30f48f5315c5fd4100c7ef037eb3dcc9a0ed Author: olszomal <Mal...@st...> Date: 2024-10-25 (Fri, 25 Oct 2024) Changed paths: M tests/dup-key.c Log Message: ----------- Improved dup-key test Commit: cec62fb7588dd7053c50b09913421cbd3e521c35 https://github.com/OpenSC/libp11/commit/cec62fb7588dd7053c50b09913421cbd3e521c35 Author: olszomal <Mal...@st...> Date: 2024-10-25 (Fri, 25 Oct 2024) Changed paths: M src/p11_key.c Log Message: ----------- Fixed EVP_PKEY handling and full key duplication Commit: 3873b4517257e9aed194e16842335b3ce4735321 https://github.com/OpenSC/libp11/commit/3873b4517257e9aed194e16842335b3ce4735321 Author: Michał Trojnara <Mic...@st...> Date: 2024-10-25 (Fri, 25 Oct 2024) Changed paths: M src/eng_front.c Log Message: ----------- Workaround for conflicting atexit() callbacks PKCS#11 modules that register their own atexit() callbacks may already have been cleaned up by the time OpenSSL's atexit() callback is executed. As a result, a crash occurs with certain versions of OpenSSL and SoftHSM2. The workaround skips the execution of ctx_finish() during OpenSSL's cleanup, converting the crash into a harmless memory leak at exit. Commit: bc44450dd6f3d86c981b98aec62c5fef33a05930 https://github.com/OpenSC/libp11/commit/bc44450dd6f3d86c981b98aec62c5fef33a05930 Author: olszomal <Mal...@st...> Date: 2024-10-25 (Fri, 25 Oct 2024) Changed paths: M src/eng_front.c Log Message: ----------- Removed deadlock avoidance workaround to prevent crashes during OpenSSL and SoftHSM2 cleanup Commit: f0d5a0dfc92f341acabf22db42d31bf62614545b https://github.com/OpenSC/libp11/commit/f0d5a0dfc92f341acabf22db42d31bf62614545b Author: olszomal <Mal...@st...> Date: 2024-10-25 (Fri, 25 Oct 2024) Changed paths: M src/p11_rsa.c Log Message: ----------- Fixed condition in pkcs11_rsa_method_free() to properly free RSA method resources Commit: 55534b99803debfc1673a3de2e70a78afd8d9e17 https://github.com/OpenSC/libp11/commit/55534b99803debfc1673a3de2e70a78afd8d9e17 Author: olszomal <Mal...@st...> Date: 2024-10-25 (Fri, 25 Oct 2024) Changed paths: M src/p11_load.c Log Message: ----------- Added check in pkcs11_CTX_unload() to ensure the module is loaded before attempting shutdown Compare: https://github.com/OpenSC/libp11/compare/54671782df85...55534b99803d To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |
From: Michał T. <no...@gi...> - 2024-10-21 16:03:42
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 54671782df85a3b98f056afb115dc94f354e7888 https://github.com/OpenSC/libp11/commit/54671782df85a3b98f056afb115dc94f354e7888 Author: Michał Trojnara <Mic...@st...> Date: 2024-10-21 (Mon, 21 Oct 2024) Changed paths: M NEWS M src/eng_back.c M src/p11_key.c Log Message: ----------- Increase maximum PIN length Fix #547 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |
From: Michał T. <no...@gi...> - 2024-10-21 15:43:50
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 24636e4c60eb77bd09b02fa01817e4d53c0997ad https://github.com/OpenSC/libp11/commit/24636e4c60eb77bd09b02fa01817e4d53c0997ad Author: Michał Trojnara <Mic...@st...> Date: 2024-10-21 (Mon, 21 Oct 2024) Changed paths: M src/eng_back.c M src/eng_front.c M src/engine.h M src/libp11-int.h M src/libp11.h M src/p11_attr.c M src/p11_cert.c M src/p11_ec.c M src/p11_key.c M src/p11_rsa.c M src/p11_slot.c M src/pkcs11.h Log Message: ----------- Unify formatting To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |
From: Michał T. <no...@gi...> - 2024-10-21 14:20:04
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 1bf3114a87a571dfe6ae917e635ad228a491a27b https://github.com/OpenSC/libp11/commit/1bf3114a87a571dfe6ae917e635ad228a491a27b Author: Michał Trojnara <Mic...@st...> Date: 2024-10-21 (Mon, 21 Oct 2024) Changed paths: M src/p11_rsa.c Log Message: ----------- Fixed indentation To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |
From: Małgorzata O. <no...@gi...> - 2024-10-21 11:59:40
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 1b4e3b6a6df6d786df9fb0f81ed9db917e68f3c9 https://github.com/OpenSC/libp11/commit/1b4e3b6a6df6d786df9fb0f81ed9db917e68f3c9 Author: olszomal <Mal...@st...> Date: 2024-10-21 (Mon, 21 Oct 2024) Changed paths: M src/eng_front.c Log Message: ----------- Fixed workaround for openssl-3.2.0 and 3.2.1 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |
From: Małgorzata O. <no...@gi...> - 2024-10-21 11:37:18
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 986111b190fb41606635dd48c761d93a669e0daf https://github.com/OpenSC/libp11/commit/986111b190fb41606635dd48c761d93a669e0daf Author: olszomal <Mal...@st...> Date: 2024-10-21 (Mon, 21 Oct 2024) Changed paths: M src/libp11-int.h M src/p11_ec.c M src/p11_rsa.c Log Message: ----------- Fixed typo in function name and handle dynamic RSA/EC_KEY methods freeing for older OpenSSL versions To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |
From: Michał T. <no...@gi...> - 2024-10-20 14:20:12
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 9b20ef7a320737b94304f3c220407e97902e6de4 https://github.com/OpenSC/libp11/commit/9b20ef7a320737b94304f3c220407e97902e6de4 Author: Michał Trojnara <Mic...@st...> Date: 2024-10-20 (Sun, 20 Oct 2024) Changed paths: M src/p11_ec.c M src/p11_front.c M src/p11_load.c M src/p11_rsa.c Log Message: ----------- Style fixes No intended functional changes To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |
From: Michał T. <no...@gi...> - 2024-10-19 21:37:25
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: fd149ce97066f4c89c95b55caeae2d21a3fc5398 https://github.com/OpenSC/libp11/commit/fd149ce97066f4c89c95b55caeae2d21a3fc5398 Author: Michał Trojnara <Mic...@st...> Date: 2024-10-19 (Sat, 19 Oct 2024) Changed paths: M NEWS M src/libp11-int.h M src/p11_ec.c M src/p11_load.c M src/p11_rsa.c Log Message: ----------- Fixed memory leak of RSA/EC methods when releasing PKCS11_CTX To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |
From: Mario H. <no...@gi...> - 2024-10-17 13:32:28
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: e8a693c76db6b1b3d66e32984de7bf743a9ea699 https://github.com/OpenSC/OpenSC/commit/e8a693c76db6b1b3d66e32984de7bf743a9ea699 Author: Mario Haustein <mar...@hr...> Date: 2024-10-17 (Thu, 17 Oct 2024) Changed paths: M src/libopensc/Makefile.am M src/libopensc/Makefile.mak A src/libopensc/pkcs15-dtrust.c M src/libopensc/pkcs15-syn.c M src/libopensc/pkcs15-syn.h Log Message: ----------- Add PKCS#15 emulation for D-Trust Card * dtrust: add PKCS#15 emulation Commit: f7070f4c9f9c6e1cb8d2efe838f73d54c78553da https://github.com/OpenSC/OpenSC/commit/f7070f4c9f9c6e1cb8d2efe838f73d54c78553da Author: Mario Haustein <mar...@hr...> Date: 2024-10-17 (Thu, 17 Oct 2024) Changed paths: M src/libopensc/card-dtrust.c Log Message: ----------- Add support for ECC signatures on D-Trust Card 4.1 & 4.4 * dtrust: implement ECDSA signature closes #3236 Compare: https://github.com/OpenSC/OpenSC/compare/7f7e5dd262e0...f7070f4c9f9c To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Frank M. <no...@gi...> - 2024-10-16 20:33:18
|
Branch: refs/heads/ci Home: https://github.com/OpenSC/OpenSC Commit: 61254d9635b30224079dca9c909b0779ede87ec2 https://github.com/OpenSC/OpenSC/commit/61254d9635b30224079dca9c909b0779ede87ec2 Author: Frank Morgner <fra...@gm...> Date: 2024-10-16 (Wed, 16 Oct 2024) Changed paths: M .github/workflows/macos.yml Log Message: ----------- CI: update github's macos runners Commit: 7d7575aaf2afc3154f209784adda43ae993d68f6 https://github.com/OpenSC/OpenSC/commit/7d7575aaf2afc3154f209784adda43ae993d68f6 Author: Frank Morgner <fra...@gm...> Date: 2024-10-16 (Wed, 16 Oct 2024) Changed paths: M .appveyor.yml Log Message: ----------- CI: avoid outdated VS 2015 Commit: d2ab83185cd98613db1dfebc392282c89a31a6d0 https://github.com/OpenSC/OpenSC/commit/d2ab83185cd98613db1dfebc392282c89a31a6d0 Author: Frank Morgner <fra...@gm...> Date: 2024-10-16 (Wed, 16 Oct 2024) Changed paths: M .appveyor.yml Log Message: ----------- AppVeyor: lower warning level for openpace Compare: https://github.com/OpenSC/OpenSC/compare/61254d9635b3%5E...d2ab83185cd9 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Alon Bar-L. <no...@gi...> - 2024-10-09 07:49:14
|
Branch: refs/heads/mbed Home: https://github.com/OpenSC/pkcs11-helper Commit: d3e3e5f5cdaf16cd6eeeff66f9df4cf88fabb929 https://github.com/OpenSC/pkcs11-helper/commit/d3e3e5f5cdaf16cd6eeeff66f9df4cf88fabb929 Author: Alon Bar-Lev <alo...@gm...> Date: 2024-10-09 (Wed, 09 Oct 2024) Changed paths: M .github/workflows/build-linux.yml M ChangeLog M lib/_pkcs11h-crypto-mbedtls.c Log Message: ----------- crypto: mbed: initialize certs early using mbedtls_x509_crt_init Thanks: ko-maren To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/pkcs11-helper/settings/notifications |
From: nikomauno <no...@gi...> - 2024-09-30 12:50:29
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 4ad2d25fb4afea34e85a260383155e6413ce54a8 https://github.com/OpenSC/libp11/commit/4ad2d25fb4afea34e85a260383155e6413ce54a8 Author: Niko Mauno <nik...@va...> Date: 2024-09-30 (Mon, 30 Sep 2024) Changed paths: M src/eng_back.c Log Message: ----------- eng_back: Fix compiler warning for 32-bit Amend printf formatter to avoid following compiler warning when building for 32-bit: .../src/eng_back.c:550:85: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] Signed-off-by: Niko Mauno <nik...@va...> To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |
From: Michał T. <no...@gi...> - 2024-09-30 12:16:59
|
Branch: refs/heads/osx 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...> - 2024-09-30 12:16:56
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: ffaab50538dfdf61ee5d5ea0599c0c2b30493f3a https://github.com/OpenSC/libp11/commit/ffaab50538dfdf61ee5d5ea0599c0c2b30493f3a Author: Michał Trojnara <Mic...@st...> Date: 2024-09-30 (Mon, 30 Sep 2024) Changed paths: M .github/workflows/ci.yml Log Message: ----------- Fix OSX tests To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |
From: Michał T. <no...@gi...> - 2024-09-30 11:56:59
|
Branch: refs/heads/osx Home: https://github.com/OpenSC/libp11 Commit: cbb0524c1f283ca7c9e8a7b7f62f1af5f50e8e6f https://github.com/OpenSC/libp11/commit/cbb0524c1f283ca7c9e8a7b7f62f1af5f50e8e6f Author: Michał Trojnara <Mic...@st...> Date: 2024-09-30 (Mon, 30 Sep 2024) Changed paths: M .github/workflows/ci.yml Log Message: ----------- Fix OSX tests To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |
From: Małgorzata O. <no...@gi...> - 2024-09-30 11:54:12
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: c3f22677c11f64c1b22a029676b88f8bf121f4e6 https://github.com/OpenSC/libp11/commit/c3f22677c11f64c1b22a029676b88f8bf121f4e6 Author: olszomal <Mal...@st...> Date: 2024-09-30 (Mon, 30 Sep 2024) Changed paths: M src/eng_front.c Log Message: ----------- Workaround for openssl-3.2.0 and 3.2.1 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |
From: Veronika H. <no...@gi...> - 2024-09-11 13:40:53
|
Branch: refs/tags/0.26.0-rc1 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...> - 2024-09-11 13:38:30
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 7f7e5dd262e0aeea45ced672783c5335c768aa8a https://github.com/OpenSC/OpenSC/commit/7f7e5dd262e0aeea45ced672783c5335c768aa8a Author: Veronika Hanulíková <vha...@re...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M .appveyor.yml M NEWS M configure.ac Log Message: ----------- OpenSC 0.26.0-rc1 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Veronika H. <no...@gi...> - 2024-09-11 12:45:59
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 8511d546058384fc48cf6ee139e00827e132c122 https://github.com/OpenSC/OpenSC/commit/8511d546058384fc48cf6ee139e00827e132c122 Author: Frank Morgner <fra...@gm...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/tools/pkcs11-register.ggo.in Log Message: ----------- pkcs11-register: Chrome supports native crypto modules like Firefox Commit: 84ed5042a73d2ad2da586a2ab34da230bf548ec9 https://github.com/OpenSC/OpenSC/commit/84ed5042a73d2ad2da586a2ab34da230bf548ec9 Author: Frank Morgner <fra...@gm...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M .gitignore Log Message: ----------- include .dirstamp in gitignore Commit: 71959c7105537ae8a84d747e5605fcef6cad3f17 https://github.com/OpenSC/OpenSC/commit/71959c7105537ae8a84d747e5605fcef6cad3f17 Author: Frank Morgner <fra...@gm...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/tools/egk-tool-cmdline.c M src/tools/goid-tool-cmdline.c M src/tools/npa-tool-cmdline.c M src/tools/opensc-asn1-cmdline.c M src/tools/opensc-notify-cmdline.c M src/tools/pkcs11-register-cmdline.c M src/tools/pkcs11-register-cmdline.h Log Message: ----------- pkcs11-register: don't adapt Firefox/Chrome by default The source code files for command line interface of pkcs11-register are switched to macOS/Windows defaults in case of adapting the configuration of the browsers. Setting up gengetopt as requirement in Linux is much easier. Also regenerates command line files for all other tools. Commit: 7d1fd10b7fc6b35489da31b517982fe723231752 https://github.com/OpenSC/OpenSC/commit/7d1fd10b7fc6b35489da31b517982fe723231752 Author: Frank Morgner <fra...@gm...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M .github/workflows/linux-strict.yml M configure.ac M src/tools/Makefile.am Log Message: ----------- fixed shorten-64-to-32 warning for gengetopt generated files Commit: 4624a1959b06be09f2b1197beed11c15f96cc3ea https://github.com/OpenSC/OpenSC/commit/4624a1959b06be09f2b1197beed11c15f96cc3ea Author: Frank Morgner <fra...@gm...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/tools/goid-tool-cmdline.c M src/tools/goid-tool-cmdline.h M src/tools/goid-tool.c M src/tools/goid-tool.ggo.in Log Message: ----------- goid-tool: workaround for compiler warning of generated code Commit: d18c0b32161672d5f5b34446c2c8d3872b9da3e6 https://github.com/OpenSC/OpenSC/commit/d18c0b32161672d5f5b34446c2c8d3872b9da3e6 Author: Frank Morgner <fra...@gm...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/tools/Makefile.mak Log Message: ----------- fixed dtrust-tool build (extension) Commit: cae5fe4cddb6e827a8251175cf5e2066884af3fb https://github.com/OpenSC/OpenSC/commit/cae5fe4cddb6e827a8251175cf5e2066884af3fb Author: Frank Morgner <fra...@gm...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/tools/goid-tool.c Log Message: ----------- fixed formatting Commit: fabadaa7537f8575722e345a9d5f9e24885178fc https://github.com/OpenSC/OpenSC/commit/fabadaa7537f8575722e345a9d5f9e24885178fc Author: Frank Morgner <fra...@gm...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/tools/pkcs11-register.desktop.in Log Message: ----------- XDG autostart: launch pkcs11-register WITH Firefox and Chrome initialization this is disabled by default due to Windows/macOS defaults. Note that autostart can completely be disabled by using ./configure --disable-autostart-items Commit: 67929fc307d204b4d2c7ba9073d793f4451d0511 https://github.com/OpenSC/OpenSC/commit/67929fc307d204b4d2c7ba9073d793f4451d0511 Author: Veronika Hanulíková <xha...@gm...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/tools/goid-tool-cmdline.c Log Message: ----------- Fix spelling error Compare: https://github.com/OpenSC/OpenSC/compare/f15a7601617e...67929fc307d2 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Frank M. <no...@gi...> - 2024-09-11 11:34:07
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 48f3248ba95990373d5492116d92c0391961cfe4 https://github.com/OpenSC/OpenSC/commit/48f3248ba95990373d5492116d92c0391961cfe4 Author: dlegaultbbry <dle...@bl...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: add pure EdDSA support to sign/verify - add matching of ec_curve_info using ec_params value - distinguish between ed25519 and edd448 using curve size Related #2952 Commit: 1e39a07c331a1a8c784fd460008ef62c07353171 https://github.com/OpenSC/OpenSC/commit/1e39a07c331a1a8c784fd460008ef62c07353171 Author: dlegaultbbry <dle...@bl...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: Add Edwards/Montgomery Curve Information - Add the information for the various RFC versions of the Edwards (Ed25519/Ed448) curves - Add the information for the various RFC versions of the Montgomery (X25519/X448) curves This was pulled as a separate change from Doug Engert's X25519 improvements changeset so that EdDSA support in pkcs11-tool had proper curve support. Related #2952 Commit: f15a7601617e6c787603affd3e7b6d7233104279 https://github.com/OpenSC/OpenSC/commit/f15a7601617e6c787603affd3e7b6d7233104279 Author: Frank Morgner <fra...@gm...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Removed unused newline Compare: https://github.com/OpenSC/OpenSC/compare/265b28344d03...f15a7601617e To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Veronika H. <no...@gi...> - 2024-09-11 06:44:26
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 76115e34799906a64202df952a8a9915d30bc89d https://github.com/OpenSC/OpenSC/commit/76115e34799906a64202df952a8a9915d30bc89d Author: Jakub Jelen <jj...@re...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/libopensc/card-gids.c Log Message: ----------- gids: Avoid using uninitialized memory Thanks Matteo Marini for report https://github.com/OpenSC/OpenSC/security/advisories/GHSA-h5f7-rjr5-vx54 Signed-off-by: Jakub Jelen <jj...@re...> Commit: bde991b0fe4f0250243b0e4960978b1043c13b03 https://github.com/OpenSC/OpenSC/commit/bde991b0fe4f0250243b0e4960978b1043c13b03 Author: Jakub Jelen <jj...@re...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/pkcs15init/profile.c Log Message: ----------- pkcs15init: Avoid using uninitialized memory Thanks Matteo Marini for report https://github.com/OpenSC/OpenSC/security/advisories/GHSA-h5f7-rjr5-vx54 Signed-off-by: Jakub Jelen <jj...@re...> Commit: 7b37d120169bb771b6e5dae79839d35c302e9df1 https://github.com/OpenSC/OpenSC/commit/7b37d120169bb771b6e5dae79839d35c302e9df1 Author: Veronika Hanulíková <vha...@re...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/pkcs15init/profile.c Log Message: ----------- pkcs15init: Remove tab indentation Commit: e7177c7ca00200afea820d155dca67f38b232967 https://github.com/OpenSC/OpenSC/commit/e7177c7ca00200afea820d155dca67f38b232967 Author: Jakub Jelen <jj...@re...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/libopensc/card-cac1.c Log Message: ----------- cac: Correctly calculate certificate length based on the resplen Thanks Matteo Marini for report https://github.com/OpenSC/OpenSC/security/advisories/GHSA-h5f7-rjr5-vx54 Signed-off-by: Jakub Jelen <jj...@re...> Commit: 5e4f26b510b04624386c54816bf26aacea0fe4a1 https://github.com/OpenSC/OpenSC/commit/5e4f26b510b04624386c54816bf26aacea0fe4a1 Author: Veronika Hanulíková <vha...@re...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/libopensc/card-cac.c Log Message: ----------- cac: Fix uninitialized values Thanks Matteo Marini for report https://github.com/OpenSC/OpenSC/security/advisories/GHSA-p3mx-7472-h3j8 fuzz_card/1,fuzz_pkcs11/6 Commit: 1d3b410e06d33cfc4c70e8a25386e456cfbd7bd1 https://github.com/OpenSC/OpenSC/commit/1d3b410e06d33cfc4c70e8a25386e456cfbd7bd1 Author: Veronika Hanulíková <vha...@re...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/libopensc/card-cardos.c Log Message: ----------- cardos: Fix uninitialized values Thanks Matteo Marini for report https://github.com/OpenSC/OpenSC/security/advisories/GHSA-p3mx-7472-h3j8 fuzz_card/2 Commit: cccdfc46b10184d1eea62d07fe2b06240b7fafbc https://github.com/OpenSC/OpenSC/commit/cccdfc46b10184d1eea62d07fe2b06240b7fafbc Author: Veronika Hanulíková <vha...@re...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/libopensc/asn1.c M src/libopensc/card-dnie.c Log Message: ----------- card-dnie: Check APDU response length and ASN1 lengths Thanks Matteo Marini for report https://github.com/OpenSC/OpenSC/security/advisories/GHSA-p3mx-7472-h3j8 fuzz_pkcs15_decode/10, fuzz_pkcs15_encode/12 Commit: 5fa758767e517779fc5398b6b4faedc4e36d3de5 https://github.com/OpenSC/OpenSC/commit/5fa758767e517779fc5398b6b4faedc4e36d3de5 Author: Veronika Hanulíková <vha...@re...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/libopensc/muscle.c Log Message: ----------- muscle: Report invalid SW when reading object Thanks Matteo Marini for report https://github.com/OpenSC/OpenSC/security/advisories/GHSA-p3mx-7472-h3j8 fuzz_pkcs11/20, fuzz_pkcs15init/10 Commit: 3562969c90a71b0bcce979f0e6d627546073a7fc https://github.com/OpenSC/OpenSC/commit/3562969c90a71b0bcce979f0e6d627546073a7fc Author: Veronika Hanulíková <vha...@re...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/libopensc/card-mcrd.c Log Message: ----------- card-mcrd: Check length of response buffer in select Thanks Matteo Marini for report https://github.com/OpenSC/OpenSC/security/advisories/GHSA-p3mx-7472-h3j8 fuzz_pkcs11/5,12 fuzz_pkcs15_crypt/9 Commit: bb3dedb71e59bd17f96fd4e807250a5cf2253cb7 https://github.com/OpenSC/OpenSC/commit/bb3dedb71e59bd17f96fd4e807250a5cf2253cb7 Author: Veronika Hanulíková <vha...@re...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/libopensc/pkcs15-cert.c Log Message: ----------- pkcs15-cert.c: Initialize OID length In case it is not set later. Thanks Matteo Marini for report https://github.com/OpenSC/OpenSC/security/advisories/GHSA-p3mx-7472-h3j8 fuzz_pkcs11/7 Commit: 16ada9dc7cddf1cb99516aea67b6752c251c94a2 https://github.com/OpenSC/OpenSC/commit/16ada9dc7cddf1cb99516aea67b6752c251c94a2 Author: Veronika Hanulíková <vha...@re...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/libopensc/card-gids.c Log Message: ----------- card-gids: Use actual length of reponse buffer Thanks Matteo Marini for report https://github.com/OpenSC/OpenSC/security/advisories/GHSA-p3mx-7472-h3j8 fuzz_pkcs11/11 Commit: fdb9e903eb124b6b18a5a9350a26eceb775585bc https://github.com/OpenSC/OpenSC/commit/fdb9e903eb124b6b18a5a9350a26eceb775585bc Author: Veronika Hanulíková <vha...@re...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/libopensc/card-cac.c Log Message: ----------- cac: Check return value when selecting AID Thanks Matteo Marini for report https://github.com/OpenSC/OpenSC/security/advisories/GHSA-p3mx-7472-h3j8 fuzz_pkcs11/14 Commit: f01bfbd19b9c8243a40f7f17d554fe0eb9e89d0d https://github.com/OpenSC/OpenSC/commit/f01bfbd19b9c8243a40f7f17d554fe0eb9e89d0d Author: Veronika Hanulíková <vha...@re...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/libopensc/pkcs15-tcos.c Log Message: ----------- pkcs15-tcos: Check number of read bytes for cert Thanks Matteo Marini for report https://github.com/OpenSC/OpenSC/security/advisories/GHSA-p3mx-7472-h3j8 fuzz_pkcs11/15 Commit: 21d869b77792b6f189eebf373e399747177d99e2 https://github.com/OpenSC/OpenSC/commit/21d869b77792b6f189eebf373e399747177d99e2 Author: Veronika Hanulíková <vha...@re...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/libopensc/card-cardos.c Log Message: ----------- cardos: Return error when response length is 0 Thanks Matteo Marini for report https://github.com/OpenSC/OpenSC/security/advisories/GHSA-p3mx-7472-h3j8 fuzz_pkcs11/18 Commit: 7d68a7f442e38e16625270a0fdc6942c9e9437e6 https://github.com/OpenSC/OpenSC/commit/7d68a7f442e38e16625270a0fdc6942c9e9437e6 Author: Veronika Hanulíková <vha...@re...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/libopensc/card-piv.c Log Message: ----------- card-piv: Initialize variables for tag and CLA In case they are not later initialize later by sc_asn1_read_tag() function. Thanks Matteo Marini for report https://github.com/OpenSC/OpenSC/security/advisories/GHSA-p3mx-7472-h3j8 fuzz_pkcs11/21 Commit: 42d718dfccd2a10f6d26705b8c991815c855fa3b https://github.com/OpenSC/OpenSC/commit/42d718dfccd2a10f6d26705b8c991815c855fa3b Author: Veronika Hanulíková <vha...@re...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/libopensc/pkcs15-sc-hsm.c Log Message: ----------- pkcs15-sc-hsm: Initialize variables for tag and CLA In case they are not later initialize later by sc_asn1_read_tag() function. Thanks Matteo Marini for report https://github.com/OpenSC/OpenSC/security/advisories/GHSA-p3mx-7472-h3j8 fuzz_pkcs15_crypt/12 Commit: 673065630bf4aaf03c370fc791ef6a6239431214 https://github.com/OpenSC/OpenSC/commit/673065630bf4aaf03c370fc791ef6a6239431214 Author: Veronika Hanulíková <vha...@re...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/libopensc/pkcs15-gemsafeV1.c Log Message: ----------- pkcs15-gemsafeV1: Check length of buffer for object Number of actually read bytes may differ from the stated object length. Thanks Matteo Marini for report https://github.com/OpenSC/OpenSC/security/advisories/GHSA-p3mx-7472-h3j8 fuzz_pkcs15_crypt/15 Commit: efbc14ffa190e3e0ceecceb479024bb778b0ab68 https://github.com/OpenSC/OpenSC/commit/efbc14ffa190e3e0ceecceb479024bb778b0ab68 Author: Veronika Hanulíková <vha...@re...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/libopensc/card-jpki.c Log Message: ----------- card-jpki: Check number of read bytes Thanks Matteo Marini for report https://github.com/OpenSC/OpenSC/security/advisories/GHSA-p3mx-7472-h3j8 fuzz_pkcs15_encode/18 Commit: 8632ec172beda894581d67eaa991e519a7874f7d https://github.com/OpenSC/OpenSC/commit/8632ec172beda894581d67eaa991e519a7874f7d Author: Veronika Hanulíková <vha...@re...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/libopensc/pkcs15-tcos.c Log Message: ----------- pkcs15-tcos: Check return value of serial num conversion Thanks Matteo Marini for report https://github.com/OpenSC/OpenSC/security/advisories/GHSA-p3mx-7472-h3j8 fuzz_pkcs15_encode/21 Commit: a1d8c01c1cabd115dda8c298941d1786fb4c5c2f https://github.com/OpenSC/OpenSC/commit/a1d8c01c1cabd115dda8c298941d1786fb4c5c2f Author: Veronika Hanulíková <vha...@re...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/libopensc/pkcs15-tcos.c Log Message: ----------- pkcs15-tcos: Check certificate length before accessing Thanks Matteo Marini for report https://github.com/OpenSC/OpenSC/security/advisories/GHSA-p3mx-7472-h3j8 fuzz_pkcs15_encode/8 Commit: f9d68660f032ad4d7803431d5fc7577ea8792ac3 https://github.com/OpenSC/OpenSC/commit/f9d68660f032ad4d7803431d5fc7577ea8792ac3 Author: Veronika Hanulíková <vha...@re...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/pkcs15init/pkcs15-lib.c Log Message: ----------- pkcs15-lib: Report transport key error Thanks Matteo Marini for report https://github.com/OpenSC/OpenSC/security/advisories/GHSA-p3mx-7472-h3j8 fuzz_pkcs15init/17, fuzz_pkcs15init/18 Commit: a1bcc6516f43d570899820d259b71c53f8049168 https://github.com/OpenSC/OpenSC/commit/a1bcc6516f43d570899820d259b71c53f8049168 Author: Veronika Hanulíková <vha...@re...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/pkcs15init/pkcs15-starcos.c Log Message: ----------- pkcs15-starcos: Check length of file to be non-zero Thanks Matteo Marini for report https://github.com/OpenSC/OpenSC/security/advisories/GHSA-p3mx-7472-h3j8 fuzz_pkcs15init/20 Commit: 6baa19596598169d652659863470a60c5ed79ecd https://github.com/OpenSC/OpenSC/commit/6baa19596598169d652659863470a60c5ed79ecd Author: Veronika Hanulíková <vha...@re...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/libopensc/iasecc-sdo.c Log Message: ----------- iasecc-sdo: Check length of data before dereferencing Thanks Matteo Marini for report https://github.com/OpenSC/OpenSC/security/advisories/GHSA-p3mx-7472-h3j8 fuzz_pkcs15init/21 Commit: ef7b10a18e6a4d4f03f0c47ea81aa8136f3eca60 https://github.com/OpenSC/OpenSC/commit/ef7b10a18e6a4d4f03f0c47ea81aa8136f3eca60 Author: Veronika Hanulíková <vha...@re...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/libopensc/card-oberthur.c Log Message: ----------- card-oberthur: Check length of serial number Thanks Matteo Marini for report https://github.com/OpenSC/OpenSC/security/advisories/GHSA-p3mx-7472-h3j8 fuzz_pkcs11/1, fuzz_pkcs15init/2 Commit: e20ca25204c9c5e36f53ae92ddf017cd17d07e31 https://github.com/OpenSC/OpenSC/commit/e20ca25204c9c5e36f53ae92ddf017cd17d07e31 Author: Veronika Hanulíková <vha...@re...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/pkcs15init/pkcs15-setcos.c Log Message: ----------- pkcs15-setcos: Check length of generated key Thanks Matteo Marini for report https://github.com/OpenSC/OpenSC/security/advisories/GHSA-p3mx-7472-h3j8 fuzz_pkcs15init/26 Commit: 468a314d76b26f724a551f2eb339dd17c856cf18 https://github.com/OpenSC/OpenSC/commit/468a314d76b26f724a551f2eb339dd17c856cf18 Author: Veronika Hanulíková <vha...@re...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/libopensc/iasecc-sdo.c Log Message: ----------- iasecc-sdo: Check length of data when parsing Thanks Matteo Marini for report https://github.com/OpenSC/OpenSC/security/advisories/GHSA-p3mx-7472-h3j8 fuzz_pkcs15init/27,29 Commit: 2b6cd52775b5448f6a993922a30c7a38d9626134 https://github.com/OpenSC/OpenSC/commit/2b6cd52775b5448f6a993922a30c7a38d9626134 Author: Veronika Hanulíková <vha...@re...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/pkcs15init/pkcs15-sc-hsm.c Log Message: ----------- pkcs15-sc-hsm: Properly check length of file list Thanks Matteo Marini for report https://github.com/OpenSC/OpenSC/security/advisories/GHSA-p3mx-7472-h3j8 fuzz_pkcs15init/8 Commit: dd554a2e1e31e6cb75c627c653652696d61e8de8 https://github.com/OpenSC/OpenSC/commit/dd554a2e1e31e6cb75c627c653652696d61e8de8 Author: Veronika Hanulíková <vha...@re...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/libopensc/card-coolkey.c Log Message: ----------- card-coolkey: Check length of buffer before conversion Thanks Matteo Marini for report https://github.com/OpenSC/OpenSC/security/advisories/GHSA-p3mx-7472-h3j8 fuzz_pkcs15_reader/3 Commit: aa102cd9abe1b0eaf537d9dd926844a46060d8bc https://github.com/OpenSC/OpenSC/commit/aa102cd9abe1b0eaf537d9dd926844a46060d8bc Author: Veronika Hanulíková <vha...@re...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/libopensc/card-entersafe.c Log Message: ----------- card-entersafe: Check length of serial number Thanks Matteo Marini for report https://github.com/OpenSC/OpenSC/security/advisories/GHSA-p3mx-7472-h3j8 fuzz_pkcs15_reader/5 Commit: 265b28344d036a462f38002d957a0636fda57614 https://github.com/OpenSC/OpenSC/commit/265b28344d036a462f38002d957a0636fda57614 Author: Veronika Hanulíková <vha...@re...> Date: 2024-09-11 (Wed, 11 Sep 2024) Changed paths: M src/libopensc/card-cardos.c Log Message: ----------- card-cardos: Check length of APDU response Compare: https://github.com/OpenSC/OpenSC/compare/0783c1c6c039...265b28344d03 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Frank M. <no...@gi...> - 2024-09-09 19:52:23
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 0783c1c6c039af6d41ea89cd1baeba0004c3aa10 https://github.com/OpenSC/OpenSC/commit/0783c1c6c039af6d41ea89cd1baeba0004c3aa10 Author: Frank Morgner <fra...@gm...> Date: 2024-09-09 (Mon, 09 Sep 2024) Changed paths: M .appveyor.yml Log Message: ----------- regenerated AppVeyor token for OpenSC-Nightly access To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Jakub J. <no...@gi...> - 2024-09-06 11:20:07
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 895af9b74316908dd8f41c5fe9696675a7beead0 https://github.com/OpenSC/OpenSC/commit/895af9b74316908dd8f41c5fe9696675a7beead0 Author: Jakub Jelen <jj...@re...> Date: 2024-09-06 (Fri, 06 Sep 2024) Changed paths: M .github/push_artifacts.sh Log Message: ----------- Fix expired GH token detection To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Jakub J. <no...@gi...> - 2024-09-06 09:48:53
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: a240d6e2cc3e4975a87a14338d082dcc5f084fa5 https://github.com/OpenSC/OpenSC/commit/a240d6e2cc3e4975a87a14338d082dcc5f084fa5 Author: Jakub Jelen <jj...@re...> Date: 2024-09-06 (Fri, 06 Sep 2024) Changed paths: M .github/push_artifacts.sh Log Message: ----------- ci: Detect expired github tokens To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Veronika H. <no...@gi...> - 2024-09-05 07:56:18
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: fdce98546077f94a7adaed6448560a5bc1c5ebd0 https://github.com/OpenSC/OpenSC/commit/fdce98546077f94a7adaed6448560a5bc1c5ebd0 Author: Andreas Schwier <and...@ca...> Date: 2024-09-05 (Thu, 05 Sep 2024) Changed paths: M src/tools/sc-hsm-tool.c Log Message: ----------- Cleanse the right buffer (Fixes #3224) To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |