This repository was archived by the owner on Feb 28, 2023. It is now read-only.
This repository was archived by the owner on Feb 28, 2023. It is now read-only.
Prune openssl #87
Open
Description
There was an attempt to remove openssl in favour of pure Rust implementation at #67, however we still include it via rouille
> tiny_http
implementation. We track moving off rouille
at #39.
The benefit, as I understand it, is to make the build and distribution easier or more portable, however we do build and ship the binary by using the openssl/vendored
feature already in Actions and GitLab, so I'm not sure how critical this issue is.
@drahnr @TriplEight is it something that we want to resolve in the nearest future?