|
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 |