You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OwnerPIN instance for pw1 and pw3 doesn't seem to initialize properly. When I attempt to perform operations that require pw1/pw3 (change PINs and other admin commands) it always gives me an error complaining that the PIN is not correct. But if I change the source code and disable the original PIN check only on the PIN changing routine (ins 0x24, didn't touch the verify routine (0x20)) and then change the PIN, the PIN can be set normally and be verified correctly later.
The text was updated successfully, but these errors were encountered:
gl-sergei
added a commit
to gl-sergei/ykneo-openpgp
that referenced
this issue
Jul 1, 2018
The OwnerPIN instance for pw1 and pw3 doesn't seem to initialize properly. When I attempt to perform operations that require pw1/pw3 (change PINs and other admin commands) it always gives me an error complaining that the PIN is not correct. But if I change the source code and disable the original PIN check only on the PIN changing routine (ins
0x24
, didn't touch the verify routine (0x20
)) and then change the PIN, the PIN can be set normally and be verified correctly later.The text was updated successfully, but these errors were encountered: