From 43deb1c0ec0dfbc32126cc3134704b48b30111be Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 28 Nov 2022 13:51:45 +0100 Subject: imx-seco-libs: upgrade from lf-5.15.5_1.0.0 to lf-5.15.52-2.1.0 Update to the version used in lf5.15.52_2.1.0. License was updated to NXP EULA v35 May 2022. The branch naming is a bit erratic but the commit history is linear, b255047 is a descendant of 06a9062. Commit history: b255047 (tag: lf-5.15.52-2.1.0, origin/imx_5.4.70_2.3.9) update EULA to v35 bbae88a AHAB-756: support secure ram for HSM mac one go with MMCAU c24e99b SCR.txt: Update Release Location aff59d9 LF-6126: Add support for AES ECB dcf0824 LF-6124: Reword to highlight difference between B0 Vs other devices b97dde8 Add support for FIPS self-test command (only supported on DXL B0) 6c41488 AHAB-716: update doc 1976d2e AHAB-716: cosmetic 1a7ca0e Static code analysis fixes. 4e96c37 V2XA-776: hsm manage key - update v2x test with OTP Root KEK flag c047645 AHAB-716: update doc da01a3b AHAB-716: Add the support of HMAC and TLS & Update the list of unsupported curves e4faff7 AHAB-716: Add the OTP Root KEK flag to the manage Key on DXL B0 152d02d AHAB-716: license update 675061e Add python script to derive OEM KEK for SECO and V2X 2a7d604 Add short doc to describe how to run she_test 6a340ad Zero initialize parameter structures in hsm_test main to avoid crash 45910c1 AHAB-683: Add AES CCM examples for new IV handling cde1670 AHAB-715: Updates from static code analysis 2bd67a5 Update supported key list for QXP C0 sig verif, correct hashing reference 1018333 AHAB-683: Modify comment for clarity 3592d0f AHAB-683: Update requirements for CCM IV to match FIPS Signed-off-by: Max Krummenacher --- recipes-bsp/imx-seco/imx-seco-libs_git.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-bsp/imx-seco/imx-seco-libs_git.bb b/recipes-bsp/imx-seco/imx-seco-libs_git.bb index 35b46ca3..625834b7 100644 --- a/recipes-bsp/imx-seco/imx-seco-libs_git.bb +++ b/recipes-bsp/imx-seco/imx-seco-libs_git.bb @@ -1,19 +1,19 @@ -# Copyright (C) 2019-2021 NXP +# Copyright 2019-22 NXP SUMMARY = "NXP i.MX SECO library" DESCRIPTION = "Library for NXP i.MX Security Controller Subsystem" SECTION = "base" LICENSE = "Proprietary" -LIC_FILES_CHKSUM = "file://EULA.txt;md5=76871788f27c28af824e2ec1ca187832" +LIC_FILES_CHKSUM = "file://EULA.txt;md5=d3c315c6eaa43e07d8c130dc3a04a011" DEPENDS = "zlib" -SRCBRANCH = "lf-5.15.5_1.0.0" +SRCBRANCH = "imx_5.4.70_2.3.9" SRC_URI = "git://github.com/NXP/imx-seco-libs.git;protocol=https;branch=${SRCBRANCH} \ file://0001-Makefile-Fix-LIBDIR-for-multilib.patch \ file://0002-Makefile-Fix-install-to-clear-host-user-contaminated.patch \ file://0001-add-v2x_test-to-the-installed-binaries.patch" -SRCREV = "06a9062cdf51aa29a1c872709e21f927ca00d0b6" +SRCREV = "b2550476388e1d1453bddbf356844301467c7bfa" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf