NVISOsecurity / MagiskTrustUserCerts

A Magisk/KernelSU module that automatically adds user certificates to the system root CA store
1.63k stars 190 forks source link

Patching libssl.so? #23

Closed Manouchehri closed 1 year ago

Manouchehri commented 2 years ago

Thanks for open sourcing this! Quite handy to have this module.

Have you considered patching libssl.so as well, to allow any certificate to be accepted? I currently do this with Frida (per app), but something system-wide would be more convenient.

yoshimo commented 2 years ago

https://github.com/Fuzion24/JustTrustMe helps