We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Default
Verifier
1 parent b25faa4 commit b6a1d30Copy full SHA for b6a1d30
src/verification/android.rs
@@ -34,6 +34,7 @@ enum VerifierStatus {
34
// official recommendation. See https://bugs.chromium.org/p/chromium/issues/detail?id=627154.
35
const AUTH_TYPE: &str = "RSA";
36
37
+#[derive(Default)]
38
pub struct Verifier {
39
/// Testing only: The root CA certificate to trust.
40
#[cfg(any(test, feature = "ffi-testing"))]
0 commit comments