* uFR lib version 3.9.14
UFR_STATUS OriginalityCheck(const uint8_t *signature, const uint8_t *uid, uint8_t uid_len, uint8_t DlogicCardType); in common.c module works now on linux and OSX. On those platforms it depends on libcrypto.so and libcrypto.dylib (OpenSSL). If libraries mentioned is installed on LD_LIBRARY_PATH, everything works perfectly. Otherwise OriginalityCheck() returns UFR_OPEN_SSL_DYNAMIC_LIB_NOT_FOUND error code. Other error codes that OriginalityCheck() can return: UFR_OPEN_SSL_DYNAMIC_LIB_FAILED (new error code) UFR_NOT_NXP_GENUINE (new error code) UFR_UNSUPPORTED_CARD_TYPE or UFR_OK if checked card is NXP genuine. Signed-off-by: zborac
parent
118fe68e
Please register or sign in to comment