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 |