Skip to content

Commit

Permalink
return 6A88 for undefined retired certs
Browse files Browse the repository at this point in the history
  • Loading branch information
dangfan committed Nov 9, 2023
1 parent a8aef6c commit 2dd7e16
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 2dd7e16

Please sign in to comment.