Skip to content
Commit 876da0f6 authored by developer4's avatar developer4
Browse files

* 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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment