mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 18:44:22 +00:00
docs: decrease the minimum supported OpenSSL
Our code does not preclude the use of versions 1.0.x of OpenSSL. Instead, we discourage it's use due to security concerns. Update the documentation to reflect this. Change-Id: I5c60907337f10b05d5c43b0384247c5d4135db50 Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>
This commit is contained in:
parent
e75e593593
commit
1b86ec5b5d
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ The following tools are required to obtain and build |TF-A|:
|
|||
The following libraries must be available to build one or more components or
|
||||
supporting tools:
|
||||
|
||||
- OpenSSL >= 1.1.1 (v3.0.0 to v3.0.6 highly discouraged due to security issues)
|
||||
- OpenSSL >= 1.0.0 (1.0.x, v3.0.0 to v3.0.6 highly discouraged due to security issues)
|
||||
|
||||
Required to build the cert_create, encrypt_fw, and fiptool tools.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue