activitypub-federation-rust icon indicating copy to clipboard operation
activitypub-federation-rust copied to clipboard

Switch from OpenSSL to Rustls

Open zachtyll opened this issue 1 year ago • 6 comments

I'd like to raise some discussion about moving from OpenSSL to Rustls.

Moving away from OpenSSL would make the project more portable, since you don't have to fiddle with OpenSSL's installation. Additionally, Rustls makes smart use of the type state pattern and rusts move semantics to improve security.

zachtyll avatar Jun 21 '23 21:06 zachtyll