Skip to content

Commit

Permalink
Update CI for branch main (#325)
Browse files Browse the repository at this point in the history
* ci: update ci for main

* docs: update readme

* docs: update README
  • Loading branch information
Taowyoo authored Oct 20, 2023
1 parent c9cf902 commit 60df58c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
- trying
pull_request:
branches:
- master
- mbedtls-3
- main
- 'v0.*'
merge_group:

Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ 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 the new PSA approach does not match our needs. So we now decided to stay on mbedtls `2.28.X`; and the state of this repertory is changed to maintenance. We will not accept any more feature requests.
We discovered that `mbedtls 3.4.X` is not thread safe and will not work properly with multiple threads. This problem will not be fixed in short time. And the new PSA approach does not match our needs.

So we now decided to stay on mbedtls `2.28.X`; and the state of this repertory is changed to maintenance. We will not accept any more feature requests.

Old code of `mbedtls 3.X` on `master` branch has been moved to branch `mbedtls-3`.

Related issue: [#320](https://github.com/fortanix/rust-mbedtls/issues/320)

Expand Down

0 comments on commit 60df58c

Please sign in to comment.