We test that rustls isn't used:
|
- name: "Ensure rustls isn't used" |
but for easier downstreaming, we want to make sure we're align with
https://gitlab.com/redhat-crypto/fedora-crypto-policies at all times.
The Fedora Crypto Policies are an allowlist of backends. However, only a blocklist is easy to implement:
If more logic is needed, the test could be expanded into a test written in Rust.
We test that rustls isn't used:
operator/.github/workflows/lint.yml
Line 58 in f652cc0
The Fedora Crypto Policies are an allowlist of backends. However, only a blocklist is easy to implement:
If more logic is needed, the test could be expanded into a test written in Rust.