Skip to content
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

Update vendor mbedtls version to 0.28.7 #343

Merged
merged 5 commits into from
Jan 29, 2024
Merged

Conversation

Taowyoo
Copy link
Collaborator

@Taowyoo Taowyoo commented Jan 27, 2024

  • Upgrade vendor mbedtls code version to 0.28.7.
  • Bump mbedtls-sys-auto code version to 0.28.7.
  • Add a script to automate vendor code update process, see fe68f9c.
  • Save all patches we made to vendor code, see fe68f9c.

Taowyoo and others added 5 commits January 26, 2024 16:09
- Add a bash script for upgrading vendor code
- Save patches we made on vendor code.
1. Added conditional compilation flags "MBEDTLS_FORCE_AESNI" and "MBEDTLS_FORCE_PADLOCK"
2. This allows us to supress cpuid based feature detection on sgx platforms.
3. "MBEDTLS_FORCE_AESNI" gets set if "force_aesni_support" flag is enabled.
4. Please refer to the previous commit for rust side changes.

(cherry picked from commit d2317b0)
(cherry picked from commit 38522c2)
@Taowyoo Taowyoo added the dependencies Pull requests that update a dependency file label Jan 27, 2024
@Taowyoo Taowyoo self-assigned this Jan 27, 2024
@Taowyoo Taowyoo merged commit 341020d into main Jan 29, 2024
10 checks passed
@Taowyoo Taowyoo deleted the yx/upgrade_vendor_mbedtls branch January 29, 2024 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants