From: Małgorzata O. <no...@gi...> - 2025-05-12 09:23:42
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: ac3bc3757b19927858c7f3bbaa81e87d212e22c3 https://github.com/OpenSC/libp11/commit/ac3bc3757b19927858c7f3bbaa81e87d212e22c3 Author: olszomal <Mal...@st...> Date: 2025-05-12 (Mon, 12 May 2025) Changed paths: M .gitignore M examples/Makefile.am A examples/storecert.c M tests/Makefile.am M tests/ec-cert-store.softhsm R tests/provider-ec-cert-store.softhsm A tests/rsa-cert-store.softhsm R tests/store-cert-prov.c R tests/store-cert.c Log Message: ----------- Add libp11 example: storecert.c for storing X.509 certificate on PKCS#11 token Commit: ab97561c4ce05498b4640c2def3f195bad777739 https://github.com/OpenSC/libp11/commit/ab97561c4ce05498b4640c2def3f195bad777739 Author: olszomal <Mal...@st...> Date: 2025-05-12 (Mon, 12 May 2025) Changed paths: M src/provider.c Log Message: ----------- Remove unnecessary include of p11_pthread.h in provider.c Commit: adb0b9c3528b974a70e45bf771ffc7441c7c65b0 https://github.com/OpenSC/libp11/commit/adb0b9c3528b974a70e45bf771ffc7441c7c65b0 Author: olszomal <Mal...@st...> Date: 2025-05-12 (Mon, 12 May 2025) Changed paths: M tests/common.sh Log Message: ----------- Tests: use libtool wrapper to improve valgrind integration Use libtool --mode=execute in the Valgrind wrapper to avoid analyzing the libtool-generated shell script. This ensures that only the actual test binaries are traced by Valgrind, reducing noise from unrelated memory allocations made by the shell and improving the accuracy of memory leak reports. Compare: https://github.com/OpenSC/libp11/compare/7fb0dc077f22...adb0b9c3528b To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/libp11/settings/notifications |