|
From: Małgorzata O. <no...@gi...> - 2026-09-04 13:01:25
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 7af10fdee209418d726b1a756ae48c1f96101c6c https://github.com/OpenSC/libp11/commit/7af10fdee209418d726b1a756ae48c1f96101c6c Author: olszomal <Mal...@st...> Date: 2026-09-04 (Fri, 04 Sep 2026) Changed paths: M NEWS M src/libp11-int.h M src/libp11.exports M src/libp11.h M src/p11_front.c M src/p11_key.c M src/provider.c M src/provider_helpers.c M src/provider_helpers.h M src/util.h M src/util_uri.c M tests/Makefile.am A tests/provider-genpkey.softhsm Log Message: ----------- Add PKCS#11 provider support for key generation Signed-off-by: olszomal <Mal...@st...> Commit: c41de3604cc95dff8c53ab7e270695b67d508536 https://github.com/OpenSC/libp11/commit/c41de3604cc95dff8c53ab7e270695b67d508536 Author: olszomal <Mal...@st...> Date: 2026-09-04 (Fri, 04 Sep 2026) Changed paths: M src/libp11-int.h M src/p11_key.c Log Message: ----------- Preserve generated public key association Keep the public handle returned by C_GenerateKeyPair() to avoid ambiguous CKA_ID lookup for generated key pairs. Commit: addf54594ed130bce9402b6b1d16abe91bd14ae4 https://github.com/OpenSC/libp11/commit/addf54594ed130bce9402b6b1d16abe91bd14ae4 Author: olszomal <Mal...@st...> Date: 2026-09-04 (Fri, 04 Sep 2026) Changed paths: M .gitignore M tests/Makefile.am A tests/ec-duplicate-key.c A tests/ec-duplicate-key.softhsm Log Message: ----------- Add EC regression test for duplicate key IDs Compare: https://github.com/OpenSC/libp11/compare/01c21ac5b59a...addf54594ed1 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |