feat: switch to aws-lc-rs cryptography provider (#178)

Switches crypto provider to keep
chatmail codebase consistent,
analogous to https://github.com/chatmail/core/pull/8313

Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
Jagoda Estera Ślązak
2026-06-06 22:28:53 +09:00
committed by GitHub
parent 73b684f90c
commit d3f5412420
7 changed files with 92 additions and 24 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ async fn main() -> Result<(), error::Error> {
.format_timestamp(None)
.init();
tokio_rustls::rustls::crypto::ring::default_provider()
tokio_rustls::rustls::crypto::aws_lc_rs::default_provider()
.install_default()
.expect("Failed to set up rustls crypto provider.");