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

Use ring as crypto provider in rustls for consistency #344

Merged
merged 1 commit into from
Oct 27, 2024

Conversation

msk
Copy link
Contributor

@msk msk commented Oct 27, 2024

The crypto provider used by rustls in review-web has been changed to ring, which is already used by review-database. This avoids compiling multiple crypto providers and promotes consistency across dependencies.

Resolves #343.

Copy link

codecov bot commented Oct 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.48%. Comparing base (3919db8) to head (6a7f8d5).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #344   +/-   ##
=======================================
  Coverage   68.48%   68.48%           
=======================================
  Files          67       67           
  Lines       13560    13560           
=======================================
  Hits         9286     9286           
  Misses       4274     4274           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sehkone
Copy link
Contributor

sehkone commented Oct 27, 2024

How simple it is! Thank you so much.

@sehkone sehkone merged commit d7a30a3 into aicers:main Oct 27, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ubuntu 20.04 does not support the recent axum-server
2 participants