Support IP Address verification on Android
complexspaces opened this issue · 0 comments
complexspaces commented
After the webpki
upgrade inside of #14, we now have the ability to verify IP address subject names on Android (Linux and WASM got this for free), once we upgraded.
The relevant ares are:
rustls-platform-verifier/src/verification/android.rs
Lines 283 to 286 in c18e462
rustls-platform-verifier/src/verification/android.rs
Lines 191 to 197 in c18e462
We should also make sure to enable the IP address portion of the mock test suite for Android at the same time to confirm the system supports the behavior.