From: GitHub <no...@gi...> - 2015-09-15 14:07:31
|
Branch: refs/heads/master Home: https://github.com/OpenSC/engine_pkcs11 Commit: 9bc538149fce5ef161d93823444897c5024438bf https://github.com/OpenSC/engine_pkcs11/commit/9bc538149fce5ef161d93823444897c5024438bf Author: Petr Písař <pet...@at...> Date: 2015-09-15 (Tue, 15 Sep 2015) Changed paths: M src/engine_pkcs11.c Log Message: ----------- Search for a certificate by a label Previously, it was not possible to load a certificate by a label because it always searched by undefined ID value. This has been fixed to behave in the same way as searching for a key. |