mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 11:04:20 +00:00
feat(mbedtls): update mbedtls to version 3.6.3
Signed-off-by: Lauren Wehrmeister <lauren.wehrmeister@arm.com> Change-Id: Icad24203a36cb7e5b0a6f2275cb3b5346dcd148a
This commit is contained in:
parent
247ce406f4
commit
08f8c0a503
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2023-2024, Arm Limited. All rights reserved.
|
||||
* Copyright (c) 2023-2025, Arm Limited. All rights reserved.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
@ -11,9 +11,9 @@
|
|||
*/
|
||||
|
||||
/*
|
||||
* This file is compatible with versions >= 3.6.2
|
||||
* This file is compatible with versions >= 3.6.3
|
||||
*/
|
||||
#define MBEDTLS_CONFIG_VERSION 0x03060200
|
||||
#define MBEDTLS_CONFIG_VERSION 0x03060300
|
||||
|
||||
/*
|
||||
* Key algorithms currently supported on mbed TLS libraries
|
||||
|
|
Loading…
Add table
Reference in a new issue