From: GitHub <no...@gi...> - 2014-04-21 18:51:57
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 218d198bdc6a0de525e86f9e20181ffa6d19cce4 https://github.com/OpenSC/OpenSC/commit/218d198bdc6a0de525e86f9e20181ffa6d19cce4 Author: Nikos Mavrogiannopoulos <nm...@re...> Date: 2014-04-21 (Mon, 21 Apr 2014) Changed paths: M src/common/libpkcs11.c Log Message: ----------- Call dlclose() only when having a valid handle. Signed-off-by: Nikos Mavrogiannopoulos <nm...@re...> Commit: 46b0bed93f3bb7b3d8edd4401c94f1cf6399fa55 https://github.com/OpenSC/OpenSC/commit/46b0bed93f3bb7b3d8edd4401c94f1cf6399fa55 Author: Frank Morgner <mo...@in...> Date: 2014-04-21 (Mon, 21 Apr 2014) Changed paths: M src/tools/pkcs15-tool.c Log Message: ----------- fixed PUK handling Note that `SC_PKCS15_PIN_AUTH_TYPE_PIN` is used for `sc_pkcs15_auth_info_t.auth_type` `SC_PKCS15_TYPE_AUTH_PIN` is used for `sc_pkcs15_object_t.type` Commit: ba66459f338d597675e2b729ee25f58c9256bed9 https://github.com/OpenSC/OpenSC/commit/ba66459f338d597675e2b729ee25f58c9256bed9 Author: Nikos Mavrogiannopoulos <nm...@re...> Date: 2014-04-21 (Mon, 21 Apr 2014) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- When setting pointers to a template, ensure they do not get out of scope prior of being used. This was causing issues when using pkcs11-tool with opencryptoki: https://bugzilla.redhat.com/show_bug.cgi?id=1062307 Signed-off-by: Nikos Mavrogiannopoulos <nm...@re...> Compare: https://github.com/OpenSC/OpenSC/compare/fc5714a4c9f2...ba66459f338d |