]> code.ossystems Code Review - meta-freescale.git/commitdiff
secure-obj: update to cd3c353
authorChunrong Guo <chunrong.guo@nxp.com>
Fri, 5 Jul 2019 06:41:21 +0000 (14:41 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 12 Jul 2019 20:18:34 +0000 (17:18 -0300)
*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>
recipes-extended/secure-obj/secure-obj.inc

index 203412617d7d0c81146af4898c86508570240e25..107e46e95fcc6628c32dca91a88f6f6ceb82b900 100644 (file)
@@ -12,7 +12,7 @@ LDFLAGS += "${TOOLCHAIN_OPTIONS}"
 
 SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/secure_obj;nobranch=1 \
 "
-SRCREV = "bc0553a3c7a02555eb6bf46803854f6b49227a26"
+SRCREV = "cd3c353df1c3f19577cf3fa08f8a21abd63fb3c1"
 
 WRAP_TARGET_PREFIX ?= "${TARGET_PREFIX}"
 export SECURE_STORAGE_PATH = "${S}/secure_storage_ta/ta/"