Skip to content

Commit

Permalink
Merge pull request #71 from canokeys/feature/piv_retired_certs
Browse files Browse the repository at this point in the history
return 6A88 for undefined retired certs
  • Loading branch information
z4yx authored Nov 9, 2023
2 parents a8aef6c + 2dd7e16 commit 0194e1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions applets/piv/piv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1065,6 +1065,8 @@ static int piv_get_metadata(const CAPDU *capdu, RAPDU *rapdu) {
memzero(&key, sizeof(key));
break;
}
default:
EXCEPT(SW_REFERENCE_DATA_NOT_FOUND);
}

LL = pos;
Expand Down

0 comments on commit 0194e1d

Please sign in to comment.