alexcrichton / curl-rust

Rust bindings to libcurl
MIT License
1k stars 234 forks source link

Adopt openssl@3 #543

Open chenrui333 opened 5 months ago

chenrui333 commented 5 months ago

Since openssl@1.1 was EOL last year, it would be good to move to use openssl@3 instead.

sagebind commented 5 months ago

We don't control which version of OpenSSL is linked to, that would probably be up to openssl-sys to decide, assuming libcurl works with it.