The recommended rustls verifier should be used to replace the bundled webpki roots:
https://github.com/rustls/rustls-platform-verifier
Would need to take some caution for Android as there are quite a few hoops to jump though on Android to use this:
https://docs.rs/rustls-platform-verifier/latest/rustls_platform_verifier/#android
The recommended rustls verifier should be used to replace the bundled webpki roots:
https://github.com/rustls/rustls-platform-verifier
Would need to take some caution for Android as there are quite a few hoops to jump though on Android to use this:
https://docs.rs/rustls-platform-verifier/latest/rustls_platform_verifier/#android