Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Context Specific Login Using Pin Pad Reader Fix
Previous code in sc_pkcs15_verify_pin said: /* if pin cache is disabled, we can get here with no PIN data. * in this case, to avoid error or unnecessary pin prompting on pinpad, * check if the PIN has been already verified and the access condition * is still open on card. */ But with a context specific login the PIN must be verified. if using a PIN PAD Reader, the card login state may not be good enough, so the PIN PAD reader verify can not be skiped. On branch History-fixes Changes to be committed: modified: pkcs15-pin.c
- Loading branch information