aicers / review-web

A web interface to REview
Apache License 2.0
1 stars 2 forks source link

Use ring as crypto provider in rustls for consistency #344

Closed msk closed 4 weeks ago

msk commented 1 month ago

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.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

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

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sehkone commented 4 weeks ago

How simple it is! Thank you so much.