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 |