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
OpenSSL is a dependency of cargo-rust, the Rust binding of libcurl. cargo-rust does offer a flag to use Rustls, but it is said in the docs:
Note that Rustls support is experimental within Curl itself and may have significant bugs, so we don't offer any sort of stability guarantee with this feature.
So for the moment, there is no strong need for Hurl to switch to Rustls.
Problem to solve
rustls improves portability and removes the external dependency on openssl.
Proposal
Replace openssl usage with rustls.
Tasks to complete
The text was updated successfully, but these errors were encountered: