Closed KodrAus closed 5 years ago
Closes #336
Uses rustls instead of OpenSSL, which simplifies portability (and theoretically safety).
rustls
Also uses the new std::error::Error APIs for #290.
std::error::Error
Closes #336
Uses
rustls
instead of OpenSSL, which simplifies portability (and theoretically safety).Also uses the new
std::error::Error
APIs for #290.