-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
TinyCrypt: Deprecate the library #82630
Merged
Merged
+7
−0
Conversation
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
zephyrbot
added
Release Notes
To be mentioned in the release notes
area: Crypto / RNG
labels
Dec 5, 2024
ceolin
requested review from
d3zd3z,
nashif,
dleach02,
valeriosetti and
tomi-font
December 5, 2024 22:54
nashif
previously approved these changes
Dec 5, 2024
dleach02
previously approved these changes
Dec 5, 2024
valeriosetti
previously approved these changes
Dec 6, 2024
Now that PSA is supported on Zephyr and the code base has changed to use that library, TinyCrypt is been deprecate. Reasons for this change can be found in zephyrproject-rtos#43712. Signed-off-by: Flavio Ceolin <[email protected]>
tomi-font
previously approved these changes
Dec 9, 2024
dkalowsk
previously approved these changes
Dec 9, 2024
kartben
requested changes
Dec 10, 2024
@@ -43,6 +43,11 @@ Deprecated in this release | |||
the same functionality in their application code by reconnecting to the peer when the | |||
:c:member:`bt_conn_cb.disconnected` callback is invoked. | |||
|
|||
* Deprecated TinyCrypt library. The reasons for this are (:github:`43712`): | |||
* The upstream version of this library is no longer maintained. |
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.
Suggested change
* The upstream version of this library is no longer maintained. | |
* The upstream version of this library is no longer maintained. |
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.
done
ceolin
dismissed stale reviews from dkalowsk, tomi-font, valeriosetti, dleach02, and nashif
via
December 12, 2024 05:27
784adf3
valeriosetti
approved these changes
Dec 12, 2024
kartben
approved these changes
Dec 12, 2024
tomi-font
approved these changes
Dec 12, 2024
jhedberg
approved these changes
Dec 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Now that PSA is supported on Zephyr and the code base has changed to use that library, TinyCrypt is been deprecated. Reasons for this change can be found in #43712.