From: Frank M. <no...@gi...> - 2023-03-28 13:25:37
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: c17b432d9814d7a32526b35ae7107cead60c2425 https://github.com/OpenSC/OpenSC/commit/c17b432d9814d7a32526b35ae7107cead60c2425 Author: Frank Morgner <fra...@gm...> Date: 2023-03-28 (Tue, 28 Mar 2023) Changed paths: M src/pkcs11/framework-pkcs15.c Log Message: ----------- fixed setting CKP_PUBLIC_CERTIFICATES_TOKEN Due to a bug in checking the object bitmask, a *private* data object would be considered to be a private certificate and the CKP_PUBLIC_CERTIFICATES_TOKEN would not be set to this slot. |