You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if there are any side-effects of switching away from OpenSSL, but I would at least like there to be some way to have pluggable SSL implementations, so users can make the choice for themselves when building it.
By using
rustls
we could compiledog
without requiring OpenSSL and compile usingmusl
.See osa1/tiny#179 and:
Rustls vs OpenSSL: (link: https://jbp.io/2019/07/01/rustls-vs-openssl-performance.html)
The text was updated successfully, but these errors were encountered: