feat: add optional native-tls support as alternative to rustls (#8037)

Signed-off-by: Rodolfo Olivieri <rolivier@redhat.com>
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Rodolfo Olivieri 2026-03-25 17:46:50 -03:00 committed by GitHub
parent 3a9805e255
commit caef9f6466
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 786 additions and 100 deletions

View file

@ -11,8 +11,6 @@ check-everything:
cargo fmt --all
@echo " → Running clippy linting..."
cargo clippy --all-targets -- -D warnings
@echo " → Checking for banned TLS crates..."
./scripts/check-no-native-tls.sh
@echo " → Checking UI code formatting..."
cd ui/desktop && pnpm run lint:check
@echo " → Validating OpenAPI schema..."