mirror of
https://github.com/chatmail/relay.git
synced 2026-08-14 04:20:50 +00:00
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:
committed by
GitHub
parent
73b684f90c
commit
d3f5412420
@@ -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.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user