Open hirrolot opened 5 years ago
It seems that this crate uses openssl to implement SSL/TLS functionality, which is platform-dependent. Maybe better to use native_tls?
Sounds like a good idea. I'll move to native_tls once we actually implement ssl into lor-axe. (WIP)
It seems that this crate uses openssl to implement SSL/TLS functionality, which is platform-dependent. Maybe better to use native_tls?