actix / actix-net

A collection of lower-level libraries for composable network services.
https://actix.rs
Apache License 2.0
706 stars 345 forks source link

actix-tls: Disable default features for rustls 0.23 via tokio-rustls 0.26 #560

Closed asonix closed 4 months ago

asonix commented 4 months ago

PR Type

Feature?

PR Checklist

Check your PR fulfills the following:

Overview

By not enforcing a backend, we allow users to bring their own without requiring they compile one that they aren't using.

This also fixes a panic in accept-rustls due to both ring and aws-lc-rs being enabled for that example