From: GitHub <no...@gi...> - 2015-10-05 09:14:06
|
Branch: refs/heads/master Home: https://github.com/OpenSC/engine_pkcs11 Commit: d85cb2f3d1c2dca27d68b6322c84a5156e530ff2 https://github.com/OpenSC/engine_pkcs11/commit/d85cb2f3d1c2dca27d68b6322c84a5156e530ff2 Author: Richard Levitte <ri...@le...> Date: 2015-10-05 (Mon, 05 Oct 2015) Changed paths: M tests/evp-sign.c M tests/softhsm Log Message: ----------- Exercise different methods for setting the PIN tests/evp-sign.c is enhanced with a couple of UI_METHODs to exercise having the PIN set through callback data to a UI_METHOD called by get_pin, or set through ENGINE_ctrl_cmd_string. In the latter case, there is still a UI_METHOD used, but that one will fail on use, because that will mean get_pin was called and didn't pick up the existing pin. tests/softhsm gets some additional runs of evp-sign to make sure it works in both pin setting modes. |