Use aws-lc-rs as rust-tls provider (#35106)

Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This commit is contained in:
Jonathan Schwender 2025-01-30 20:10:49 +01:00 committed by GitHub
parent 534e78db53
commit 764feada30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 124 additions and 26 deletions

View file

@ -53,18 +53,6 @@ confidence-threshold = 0.8
exceptions = [
]
# Some crates don't have (easily) machine readable licensing information,
# adding a clarification entry for it allows you to manually specify the
# licensing information
[[licenses.clarify]]
crate = "ring"
# The SPDX expression for the license requirements of the crate
expression = "MIT AND ISC AND OpenSSL"
license-files = [
# Each entry is a crate relative path, and the (opaque) hash of its contents
{ path = "LICENSE", hash = 0xbd0eed23 },
]
# This section is considered when running `cargo deny check bans`.
# More documentation about the 'bans' section can be found here:
@ -103,6 +91,9 @@ skip = [
"wasi",
"wayland-sys",
# Duplicated by aws-lc-rs
"bindgen",
# New versions of these dependencies is pulled in by GStreamer / GLib.
"itertools",
"toml",