-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove USE_PSA from standalone documentation #124
Remove USE_PSA from standalone documentation #124
Conversation
MBED_TLS_USE_PSA_CRYPTO is now always enabled we need to remove documentation discussing cases when it is disabled. Signed-off-by: Janos Follath <[email protected]>
MBED_TLS_USE_PSA_CRYPTO is now always enabled we need to remove documentation discussing cases when it is disabled. Signed-off-by: Janos Follath <[email protected]>
Some sentences or paragraphs became confusing or meaningless after removing USE_PSA and only fixing the local context/semantics. Fix the semantics where needed and remove parts that became meaningless. Signed-off-by: Janos Follath <[email protected]>
Signed-off-by: Gilles Peskine <[email protected]>
This file has been deleted. Signed-off-by: Janos Follath <[email protected]>
There is not psa-limitations.md file in this project. Signed-off-by: Janos Follath <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM based on my previous review of pr_9818-2
(a874922cfc424a6555807e672be1f193c2843984) and checking the differences in the files that have moved to TF-PSA-Crypto:
git diff upstream-crypto/development upstream-crypto/pr/124 -- $(comm -23 <(git diff --name-only upstream-public/development...pr_9818-2 | sort) <(git ls-tree -r --name-only upstream-public/development | sort))
The diff is empty, and I did not expect further changes in this file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This is the crypto part of Mbed-TLS/mbedtls#9818. The last commit is the only new commit, the rest is a result of rebasing the original PR.
I checked for broken references like this: