Skip to content

Commit

Permalink
added APDU info
Browse files Browse the repository at this point in the history
  • Loading branch information
equijano21 committed Aug 7, 2024
1 parent d607889 commit c399757
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,17 @@ Data Length: 0
The PIN or PUK entered might or might not be correct, however, authentication was denied
because the number of retries have been exhausted.

#### Response APDU for CHANGE REFERENCE DATA (PIN or PUK failed length and/or complexity requirements)

Total Length: 2\
Data Length: 0

| Data | SW1 | SW2 |
|:---------:|:---:|:---:|
| (no data) | 69 | 85 |

The new PIN or PUK did not meet the specified length requirements, an invalid character/byte was used, and/or the PIN/PUK violated the key's [PIN complexity policy](xref:UsersManualPinComplexityPolicy).

### Examples

```C
Expand Down

0 comments on commit c399757

Please sign in to comment.