-
Notifications
You must be signed in to change notification settings - Fork 83
Update readme #323
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
Merged
Merged
Update readme #323
Changes from 2 commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,14 +1,35 @@ | ||
> [!WARNING] | ||
> The state of this repertory is changed to maintenance . We will not accept more feature request. Please check [Change of status](#change-of-status) for details | ||
|
||
|
||
# mbedtls | ||
|
||
[](https://travis-ci.com/fortanix/rust-mbedtls) | ||
|
||
|
||
This is an idiomatic Rust wrapper for MbedTLS, allowing you to use MbedTLS with | ||
only safe code while being able to use such great Rust features like error | ||
handling and closures. | ||
|
||
Additionally, building on MbedTLS's focus on embedded use, this crate can be | ||
used in a no_std environment. | ||
|
||
## Change of status | ||
|
||
We discovered that `mbedtls 3.X` is not thread safe and will not work properly with multiple threads. | ||
And new PSA approach does not match our needs. So we now decided to stay on mbedtls `2.28.X`. And state of this repertory is changed to maintenance . We will not accept more feature request. | ||
Taowyoo marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
Related issue: [#320](https://github.com/fortanix/rust-mbedtls/issues/320) | ||
|
||
Reference links: | ||
|
||
- Design changes: | ||
- https://lists.trustedfirmware.org/archives/list/[email protected]/message/RJ7YPNBNWUNW2ICQJ72H2JMKPDKGQOLT/ | ||
- Bugs | ||
- https://github.com/fortanix/rust-mbedtls/issues/301 | ||
- https://github.com/fortanix/rust-mbedtls/issues/293 | ||
- https://github.com/Mbed-TLS/mbedtls/issues/3263 | ||
|
||
## Building | ||
|
||
This crate depends on the mbedtls-sys-auto crate, see below for build details. | ||
|
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.
Uh oh!
There was an error while loading. Please reload this page.