mqtt-async-client-rs icon indicating copy to clipboard operation
mqtt-async-client-rs copied to clipboard

Support openssl for TLS

Open fluffysquirrels opened this issue 5 years ago • 0 comments
trafficstars

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.

fluffysquirrels avatar Feb 25 '20 21:02 fluffysquirrels