From 60df58cdc7f2c018f070071e3076c3d40ba4a9ba Mon Sep 17 00:00:00 2001 From: YX Cao Date: Thu, 19 Oct 2023 18:47:14 -0700 Subject: [PATCH] Update CI for branch `main` (#325) * ci: update ci for main * docs: update readme * docs: update README --- .github/workflows/test.yml | 3 ++- README.md | 7 +++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6600ff2ef..09d5b7357 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,8 @@ on: - trying pull_request: branches: - - master + - mbedtls-3 + - main - 'v0.*' merge_group: diff --git a/README.md b/README.md index a83370e5f..2d3bc7ca3 100644 --- a/README.md +++ b/README.md @@ -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)