Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
46b3003b
Commit
46b3003b
authored
Mar 10, 2020
by
Mark Dykes
Committed by
TrustedFirmware Code Review
Mar 10, 2020
Browse files
Merge "Necessary fix in drivers to upgrade to mbedtls-2.18.0" into integration
parents
e3102677
93ee2799
Changes
3
Hide whitespace changes
Inline
Side-by-side
docs/getting_started/prerequisites.rst
View file @
46b3003b
...
...
@@ -60,7 +60,7 @@ supporting tools:
The following libraries are required for Trusted Board Boot support:
- mbed TLS == 2.1
6.2
(tag: ``mbedtls-2.1
6.2
``)
- mbed TLS == 2.1
8.0
(tag: ``mbedtls-2.1
8.0
``)
These tools are optional:
...
...
drivers/auth/cryptocell/712/cryptocell_crypto.c
View file @
46b3003b
/*
* Copyright (c) 2017-20
19
, ARM Limited and Contributors. All rights reserved.
* Copyright (c) 2017-20
20
, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
...
...
@@ -22,6 +22,7 @@
#include <lib/utils.h>
#include <mbedtls/oid.h>
#include <mbedtls/x509.h>
#define LIB_NAME "CryptoCell 712 SBROM"
#define RSA_SALT_LEN 32
...
...
drivers/auth/mbedtls/mbedtls_crypto.c
View file @
46b3003b
...
...
@@ -14,6 +14,7 @@
#include <mbedtls/memory_buffer_alloc.h>
#include <mbedtls/oid.h>
#include <mbedtls/platform.h>
#include <mbedtls/x509.h>
#include <common/debug.h>
#include <drivers/auth/crypto_mod.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment