Open pinkforest opened 4 months ago
OpenSSL 1 has gone EOL last year and the openssl Rust dependency has been ignoring the feature to use it.
In fact it brings libssl3 if vendored / staticly built behind the scenes via openssl-sys
The documentation probably should be updated
Also people should be warned about pitfalls of relying on static binaries containing openssl - it tends to attract holes
OpenSSL 1 has gone EOL last year and the openssl Rust dependency has been ignoring the feature to use it.
In fact it brings libssl3 if vendored / staticly built behind the scenes via openssl-sys
The documentation probably should be updated
Also people should be warned about pitfalls of relying on static binaries containing openssl - it tends to attract holes