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
Add a feature flag to use rustls without a crypto provider and without
rustls-platform-verifier, for users who provide their own crypto
provider and certificates via tls_certs_only().
This avoids pulling in platform-native dependencies that are
problematic for cross-compilation and environments like Android
where JNI initialization is required.
Closes#2948Closes#2968
0 commit comments