From: Doug E. <no...@gi...> - 2020-10-23 22:55:20
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: ce28ea816209cafc27e181a71e55310fe57a79b8 https://github.com/OpenSC/OpenSC/commit/ce28ea816209cafc27e181a71e55310fe57a79b8 Author: Doug Engert <dee...@gm...> Date: 2020-10-24 (Sat, 24 Oct 2020) Changed paths: M src/libopensc/card-piv.c Log Message: ----------- PIV global pin bug Fixes #2141 NIST 800-73-3 based cards only had 2 bits set in first pin policy byte. NIST 800-73-4 defines additions bits in first pin policy byte. When one of these bit is set, and the policy prefers the Global pin, it is not recognized and the local pin is used. On branch PIV-global-pin-bug Changes to be committed: modified: src/libopensc/card-piv.c |