-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #84 from ronald-cron-arm/update-against-cffd7135c-…
…PR8328-with-e3fa47289-PR83 Update against mbedtls::cffd7135c (PR8328) with TF-PSA-Crypto::e3fa47289 (PR83)
- Loading branch information
Showing
1,215 changed files
with
224,244 additions
and
25,857 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
The PSA-Crypto repository contains two maintained branches: | ||
The TF-PSA-Crypto repository contains two maintained branches: | ||
|
||
- [`development`](https://github.com/Mbed-TLS/psa-crypto/tree/development) | ||
- [`main`](https://github.com/Mbed-TLS/psa-crypto) | ||
- [`development`](https://github.com/Mbed-TLS/TF-PSA-Crypto/tree/development) | ||
- [`main`](https://github.com/Mbed-TLS/TF-PSA-Crypto) | ||
|
||
The development of the PSA-Crypto repository code occurs on the development | ||
The development of the TF-PSA-Crypto repository code occurs on the development | ||
branch. No cryptography code development occurs on this branch though. The | ||
development branch just contains a framework, a CMake build system and scripts | ||
to integrate the Mbed TLS implementation of the PSA cryptography API into this | ||
repository. The main branch commits are the results of such integrations (see | ||
docs/architecture/psa-crypto-repository.md for more information). | ||
docs/architecture/tf-psa-crypto-repository.md for more information). | ||
|
||
The PSA-Crypto repository provides a reference implementation of the | ||
PSA cryptography API through its main branch. The main branch is updated | ||
regularly against the head of the Mbed TLS development branch. | ||
The TF-PSA-Crypto repository provides an implementation of the PSA cryptography | ||
API through its main branch. The main branch is updated regularly against the | ||
head of the Mbed TLS development branch. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## Known issues | ||
|
||
Known issues in TF-PSA-Crypto are [tracked on GitHub](https://github.com/Mbed-TLS/TF-PSA-Crypto/issues). | ||
|
||
## Reporting a bug | ||
|
||
If you think you've found a bug in TF-PSA-Crypto, please follow these steps: | ||
|
||
1. Make sure you're using the latest version of the `main` branch. | ||
2. Check [GitHub](https://github.com/Mbed-TLS/TF-PSA-Crypto/issues) to see if | ||
your issue has already been reported. If not, … | ||
3. If the issue is a security risk (for example: buffer overflow, | ||
data leak), please report it confidentially as described in | ||
[`SECURITY.md`](SECURITY.md). If not, … | ||
4. Please [create an issue on GitHub](https://github.com/Mbed-TLS/TF-PSA-Crypto/issues). | ||
|
||
Please do not use GitHub for support questions. If you want to know | ||
how to do something with TF-PSA-Crypto, please see [`SUPPORT.md`](SUPPORT.md) | ||
for available documentation and support channels. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Site: localhost | ||
BuildName: PSA-Crypto-test | ||
BuildName: TF-PSA-Crypto-test | ||
CoverageCommand: /usr/bin/gcov | ||
MemoryCheckCommand: /usr/bin/valgrind |
Oops, something went wrong.