Ignore `RUSTSEC-2025-0007` (for now) and use rustls' aws-lc-rs feature where possible
- Feb 22, 2025
-
-
David Runge authored
The `ring` feature for the `rustls` crate is no longer feasible now that the upstream project is unmaintained. Switch the direct use of `rustls` to rely on the default features, which include the `aws-lc-rs` crypto provider (an AWS maintained fork of OpenSSL). Allow the OpenSSL license to be able to use the `aws-lc-rs` feature. Fixes: #152 Signed-off-by:
David Runge <dvzrv@archlinux.org>
-
David Runge authored
Fixes: #151 Signed-off-by:
David Runge <dvzrv@archlinux.org>
-