|
From: Małgorzata O. <no...@gi...> - 2026-08-31 10:00:21
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 9671108eb0186afe5239727d6be1db972aed73a2 https://github.com/OpenSC/libp11/commit/9671108eb0186afe5239727d6be1db972aed73a2 Author: olszomal <Mal...@st...> Date: 2026-08-31 (Mon, 31 Aug 2026) Changed paths: M src/Makefile.am M src/Makefile.mak M src/libp11-int.h M src/p11_ec.c R src/p11_eddsa.c R src/p11_falcon.c M src/p11_key.c M src/p11_load.c R src/p11_mldsa.c M src/p11_pkey.c A src/p11_rawkey.c R src/p11_slhdsa.c M tests/ed25519-keygen.c M tests/ed448-keygen.c Log Message: ----------- Refactor raw public key handling and OpenSSL 3.x ECX wrappers Commit: f953b11ccb6bcc1a0658d9ddd8e8ddd0dbf73d49 https://github.com/OpenSC/libp11/commit/f953b11ccb6bcc1a0658d9ddd8e8ddd0dbf73d49 Author: olszomal <Mal...@st...> Date: 2026-08-31 (Mon, 31 Aug 2026) Changed paths: M src/p11_pkey.c Log Message: ----------- integrate EC into common PKEY method handling Commit: 9a26170ca4f043061227d0e408b216f7655c76fa https://github.com/OpenSC/libp11/commit/9a26170ca4f043061227d0e408b216f7655c76fa Author: olszomal <Mal...@st...> Date: 2026-08-31 (Mon, 31 Aug 2026) Changed paths: M src/libp11-int.h M src/p11_key.c M src/p11_pkey.c Log Message: ----------- integrate RSA into common PKEY method handling Commit: 96ec19af21e0e0bad9e6bd5e9b26a694a0fc3dde https://github.com/OpenSC/libp11/commit/96ec19af21e0e0bad9e6bd5e9b26a694a0fc3dde Author: olszomal <Mal...@st...> Date: 2026-08-31 (Mon, 31 Aug 2026) Changed paths: M src/libp11-int.h M src/p11_key.c M src/p11_pkey.c Log Message: ----------- clean up legacy PKEY handling and improve comment Commit: a420e6738f1384474e90309a0db6f98a2589ea19 https://github.com/OpenSC/libp11/commit/a420e6738f1384474e90309a0db6f98a2589ea19 Author: olszomal <Mal...@st...> Date: 2026-08-31 (Mon, 31 Aug 2026) Changed paths: M src/p11_pkey.c Log Message: ----------- Reject all-zero XDH shared secrets Commit: d83cd0beeb39e1708570e475521625473487095d https://github.com/OpenSC/libp11/commit/d83cd0beeb39e1708570e475521625473487095d Author: olszomal <Mal...@st...> Date: 2026-08-31 (Mon, 31 Aug 2026) Changed paths: M src/p11_pkey.c Log Message: ----------- Synchronize EVP_PKEY_METHOD construction Build legacy ENGINE EVP_PKEY_METHOD wrappers into a local object and publish them only after full initialization under a shared lock. This prevents concurrent callers from observing partially constructed methods or creating duplicate instances, and ensures failure paths only free unpublished methods. Compare: https://github.com/OpenSC/libp11/compare/e72a2014eb07...d83cd0beeb39 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |