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
Future<Uint8List> generalAuthenticatePACEstep4({ requiredUint8List data, int ne =256, int cla =ISO7816_CLA.NO_SM }) async {
it seems the rapdu status is 6300 when it needs to be 9000 when reading in PACE mode.
This error only happens for the Greek passport. It succeeds when reading PACE-enabled Singapore passport.
I have checked the input fields such as the mrtdNumber, date of birth and date of expiry and they are correct.
The text was updated successfully, but these errors were encountered:
Hi, I am getting the following error when reading PACE-enabled Greek passport:
I have narrowed it down to this function:
dmrtd/lib/src/proto/iso7816/icc.dart
Line 118 in 8ced760
it seems the rapdu status is 6300 when it needs to be 9000 when reading in PACE mode.
This error only happens for the Greek passport. It succeeds when reading PACE-enabled Singapore passport.
I have checked the input fields such as the mrtdNumber, date of birth and date of expiry and they are correct.
The text was updated successfully, but these errors were encountered: