Commitc867734e by developer26

version 1.6

Duration of the authentication attempt which indicates that the eMRTD document is blocked, has been extended to 1500 ms (that duration was previously 1s).
516aa00c
... ... @@ -5,7 +5,7 @@
#ifndef INI_H_
#define INI_H_
#define APP_VERSION "1.5"
#define APP_VERSION "1.6"
#define EXIT_ON_WRONG_FW_DEPENDENCY
#define EXIT_ON_WRONG_LIB_DEPENDENCY
... ...
... ... @@ -2,7 +2,7 @@
============================================================================
Name : ePassport, MRTD uFR NFC reader example
Author : Digital Logic Ltd.
Version : 1.5
Version : 1.6
Copyright : 2009-2019. Digital Logic Ltd.
Description : "ePassport, MRTD uFR NFC reader example" in C, Ansi-style
Dependencies: uFR firmware minimal version: 5.0.41
... ... @@ -347,7 +347,7 @@ UFR_STATUS LocalSelectAndAuthenticateBac(const uint8_t mrz_proto_key[25], uint8_
ElapsedMs.QuadPart/=Frequency.QuadPart;
elapsed=ElapsedMs.LowPart;
if(elapsed>1000){
if(elapsed>1500){
if(status!=UFR_OK)
printf(" The duration of authentication attempt of %I32u milliseconds indicates\n"
" that the eMRTD document is blocked with the previous unsuccessful attempts.\n"
... ...
    Markdownis supported
    0%or
    You are about to add0peopleto the discussion. Proceed with caution.
    Finish editing this message first!
    Pleaseregisteror发表评论
    Baidu
    map