Loading ePassport/ttcn/ePassport_Functions.ttcn +5 −3 Original line number Diff line number Diff line Loading @@ -477,7 +477,9 @@ f_deriveKeys(f_extractKseedFromMrz(v_mrz), vc_simu.kEnc, vc_simu.kMac); // Prepare Active Authentication private key f_readFileData(c_filePrAA, 0, -1, vc_simu.aaPrivateKey); // FIXME: temporarily disabled // TODO: read only if necessary //f_readFileData(c_filePrAA, 0, -1, vc_simu.aaPrivateKey); } // end f_initializeMRTD Loading @@ -489,7 +491,7 @@ // get certificate to IS mgmt.send(m_start); /* alt{ [] mgmt.receive(mw_getdata_mrz) { Loading Loading @@ -520,7 +522,7 @@ } } */ } } // end initializationFunctions Loading Loading
ePassport/ttcn/ePassport_Functions.ttcn +5 −3 Original line number Diff line number Diff line Loading @@ -477,7 +477,9 @@ f_deriveKeys(f_extractKseedFromMrz(v_mrz), vc_simu.kEnc, vc_simu.kMac); // Prepare Active Authentication private key f_readFileData(c_filePrAA, 0, -1, vc_simu.aaPrivateKey); // FIXME: temporarily disabled // TODO: read only if necessary //f_readFileData(c_filePrAA, 0, -1, vc_simu.aaPrivateKey); } // end f_initializeMRTD Loading @@ -489,7 +491,7 @@ // get certificate to IS mgmt.send(m_start); /* alt{ [] mgmt.receive(mw_getdata_mrz) { Loading Loading @@ -520,7 +522,7 @@ } } */ } } // end initializationFunctions Loading