frida / frida-rust

Frida Rust bindings
Other
176 stars 46 forks source link

use rustls for downloading? #125

Closed aviramha closed 5 months ago

aviramha commented 5 months ago

We have an issue where we don't want to require openssl while building, and Frida doesn't really respect the use of rustls in reqwest if not changing it explicitly in Frida. I want to suggest to use rustls by default for the build script - it's egoistic but I think rustls is nicer anyway :D

s1341 commented 5 months ago

I'm willing to consider it... would you be prepared to do a PR?

aviramha commented 5 months ago

ofc! It's in my fork already :)

aviramha commented 5 months ago

https://github.com/frida/frida-rust/pull/126

s1341 commented 5 months ago

Thanks!