Open fluffysquirrels opened 4 years ago
As would have been useful for #13.
Possible implemenation; a rustls feature flag (enabled by default) and an openssl feature flag (disabled by default) and a Connect trait with 2 implementations, 1 for each TLS library.
rustls
openssl
Connect
As would have been useful for #13.
Possible implemenation; a
rustls
feature flag (enabled by default) and anopenssl
feature flag (disabled by default) and aConnect
trait with 2 implementations, 1 for each TLS library.