Loading ePassport/ttcn/ePassport_Altsteps.ttcn +3 −1 Original line number Diff line number Diff line Loading @@ -543,7 +543,9 @@ module ePassport_Altsteps { v_cleartextChallenge := vc_simu.documentNumber & vc_simu.challenge & vc_simu.isDhPublicKeyHash; if(f_verifySignature(v_cleartextChallenge, v_signature, f_getAtPublickey())) { if(PXT_VERDICT_MODE != e_verdictSimple) { f_pushPassResult(e_aisTerminalAuthentication); } vc_simu.securityStatus := e_terminalAuthenticated; mrtdport.send(m_responseOK); } Loading Loading
ePassport/ttcn/ePassport_Altsteps.ttcn +3 −1 Original line number Diff line number Diff line Loading @@ -543,7 +543,9 @@ module ePassport_Altsteps { v_cleartextChallenge := vc_simu.documentNumber & vc_simu.challenge & vc_simu.isDhPublicKeyHash; if(f_verifySignature(v_cleartextChallenge, v_signature, f_getAtPublickey())) { if(PXT_VERDICT_MODE != e_verdictSimple) { f_pushPassResult(e_aisTerminalAuthentication); } vc_simu.securityStatus := e_terminalAuthenticated; mrtdport.send(m_responseOK); } Loading