From: GitHub <no...@gi...> - 2015-09-15 13:37:58
|
Branch: refs/heads/master Home: https://github.com/OpenSC/engine_pkcs11 Commit: bcd888dc6c1087fd305603fd31f19c08f3e91edb https://github.com/OpenSC/engine_pkcs11/commit/bcd888dc6c1087fd305603fd31f19c08f3e91edb Author: Petr Písař <pet...@at...> Date: 2015-09-15 (Tue, 15 Sep 2015) Changed paths: M src/engine_pkcs11.c Log Message: ----------- Find token if no slot was specified label_<label> allows to search for any token, let's behave the same way with id_<ID> or <ID> too. Without this patch, id_<ID> did not work despite the label_<label> worked. Especially if the only used slot number is different from 0. Commit: 8d7c6e8a5594270bd38b2899581b83874f0843e6 https://github.com/OpenSC/engine_pkcs11/commit/8d7c6e8a5594270bd38b2899581b83874f0843e6 Author: Nikos Mavrogiannopoulos <nm...@re...> Date: 2015-09-15 (Tue, 15 Sep 2015) Changed paths: M tests/evp-sign.c M tests/softhsm Log Message: ----------- tests: enhanced test suite to include legacy IDs Compare: https://github.com/OpenSC/engine_pkcs11/compare/df141548c1cb...8d7c6e8a5594 |