diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-07-05 14:41:21 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-07-12 17:18:34 -0300 |
commit | 6c80c465b4eade794c7e5792a710fa29787defb4 (patch) | |
tree | ef844dffb3b5bdd7ae7065165975cd9a54c59927 /recipes-extended | |
parent | 3a309d2ed75050035bb06fee772d38b677d3097e (diff) | |
download | meta-freescale-6c80c465b4eade794c7e5792a710fa29787defb4.tar.gz |
secure-obj: update to cd3c353
*update to lsdk 1906 tag
include the following changes:
cd3c353 - updated the year in file copyright headers.
4d5cc8d - app/device_record: Stores the client's device record in a file.
322a6d6 - APP,TA,LIB: Creating 2 separate objects for public and private key for KeyPair
bc0553a - removed dead code under compile time flag SK_INVALID_HANDLE
f2fddd6 - added support for sk_digestinit sk_digestupdate sk_digestfinal.
f509695 - APP_TA_LIB: Adding SK_ATTR_PRIVATE attribute for objects
6791873 - SOBJ_LIB: Exposing SK_CreateObject for PKCS#11 Library
f3da9c0 - TA: Miscellaneous Changes
07ef069 - APP_ENG: Adding support for OAEP Encryption in engine and engine app
9fdbf7a - LIB_TA: Adding support for OAEP Encryption Scheme
1652924 - TA: Not returning TEE_ERROR_BAD_PARAMETERS for unmatched attributes
2a49505 - LIB: Exposing SK_GenerateKeyPair and SK_EraseObject Functions
bbcbe6c - BUG: Fix for PLATSEC-666
e944456 - BUG: Fix for PLATSEC-628
41a0eaa - Making secure object components ompatible to OpenSSL 1.1.0 and 1.0.2
f72cf1a - Fix for PLATSEC-581
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r-- | recipes-extended/secure-obj/secure-obj.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/secure-obj/secure-obj.inc b/recipes-extended/secure-obj/secure-obj.inc index 20341261..107e46e9 100644 --- a/recipes-extended/secure-obj/secure-obj.inc +++ b/recipes-extended/secure-obj/secure-obj.inc | |||
@@ -12,7 +12,7 @@ LDFLAGS += "${TOOLCHAIN_OPTIONS}" | |||
12 | 12 | ||
13 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/secure_obj;nobranch=1 \ | 13 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/secure_obj;nobranch=1 \ |
14 | " | 14 | " |
15 | SRCREV = "bc0553a3c7a02555eb6bf46803854f6b49227a26" | 15 | SRCREV = "cd3c353df1c3f19577cf3fa08f8a21abd63fb3c1" |
16 | 16 | ||
17 | WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}" | 17 | WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}" |
18 | export SECURE_STORAGE_PATH = "${S}/secure_storage_ta/ta/" | 18 | export SECURE_STORAGE_PATH = "${S}/secure_storage_ta/ta/" |