Home | History | Annotate | Download | only in ssl

Lines Matching full:cert_fail

2839 +	String cert_fail = null;
2955 + if (cert_fail == null) {
2956 + cert_fail = "cert-mismatch";
3025 + if (cert_fail == null) {
3026 + cert_fail = "server-cert-mismatch";
3533 + if (cert_fail == null) {
3534 + cert_fail = "user-view";
3588 + if (trusturlCerts == null && cert_fail == null) {
3589 + cert_fail = "missing-certs";
3630 + if (cert_fail == null) {
3632 + } else if (cert_fail.equals("user-view")) {
3635 + } else if (cert_fail.equals("server-cert-mismatch")) {
3640 + } else if (cert_fail.equals("cert-mismatch")) {
3645 + } else if (cert_fail.equals("missing-certs")) {
3757 + if (cert_fail == null) {
3758 + cert_fail = "server-cert-mismatch";
3775 + if (cert_fail == null) {
3776 + cert_fail = "did-not-fail";
3780 + if (cert_fail == null) {
3781 + cert_fail = "cert-mismatch";
3787 + if (cert_fail == null) {
3788 + cert_fail = "missing-certs";