From: GitHub <no...@gi...> - 2015-10-05 09:11:59
|
Branch: refs/heads/master Home: https://github.com/OpenSC/engine_pkcs11 Commit: 37ae31845360e14b3401e93129a02acee1d9f015 https://github.com/OpenSC/engine_pkcs11/commit/37ae31845360e14b3401e93129a02acee1d9f015 Author: Petr Písař <pet...@at...> Date: 2015-10-05 (Mon, 05 Oct 2015) Changed paths: M src/engine_pkcs11.c Log Message: ----------- Use user interface correctly Call-back data passed by the OpenSSL from an application are application specific data opaque to an engine. Previous engine_pkcs11 code tried to use the call-back data which could result in crash. This patch fixes it. |