docs(applet): refresh stale comments referring to deleted INS_EXCHANGE stub
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -880,10 +880,11 @@ public class AliroApplet extends Applet {
|
||||
// Aliro.a errors out when bits 0 + 2 are clear and AD is provisioned
|
||||
// -- it expects "AD present" to be advertised. The bits are
|
||||
// informational about capabilities anyway, not enforceable
|
||||
// commitments, so 0x0005 satisfies the vendor library while we still
|
||||
// 6D00 / 9000-stub any EXCHANGE/ENVELOPE that actually arrives.
|
||||
// Revisit when real Step-up lands or when we test against more
|
||||
// readers and can lean on the spec literally.
|
||||
// commitments, so 0x0005 satisfies the vendor library. AliroApplet
|
||||
// now returns 6D00 for any post-AUTH1 INS like 0xC9 -- StepUpApplet
|
||||
// at ACCE5502 handles ENVELOPE and EXCHANGE properly per spec §10.2
|
||||
// + §8.4. Revisit when we test against more readers and can lean on
|
||||
// the spec literally.
|
||||
short bitmap = 0;
|
||||
if (store.hasAccessDocument()) {
|
||||
bitmap |= 0x0001; // bit 0
|
||||
|
||||
Reference in New Issue
Block a user