Lines Matching full:certificate
196 wpa_printf(MSG_INFO, "PPS for certificate credential - fqdn=%s", fqdn);
203 write_result(ctx, "Invalid client certificate SHA256 hash value in PPS");
211 wpa_printf(MSG_INFO, "Could not find client certificate from EST");
212 write_result(ctx, "Could not find client certificate from EST");
223 wpa_printf(MSG_INFO, "Client certificate from EST does not match fingerprint from PPS MO");
224 write_result(ctx, "Client certificate from EST does not match fingerprint from PPS MO");
228 wpa_printf(MSG_INFO, "Client certificate from EST matches PPS MO");
303 write_result(ctx, "Invalid SHA256 hash value for downloaded certificate");
309 write_summary(ctx, "Download certificate from %s", url);
331 wpa_printf(MSG_INFO, "Downloaded certificate fingerprint did not match");
332 write_result(ctx, "Downloaded certificate fingerprint did not match");
348 fprintf(f, "-----BEGIN CERTIFICATE-----\n"
350 "-----END CERTIFICATE-----\n",
356 wpa_printf(MSG_INFO, "Downloaded certificate into %s and validated fingerprint",
358 write_summary(ctx, "Downloaded certificate into %s and validated fingerprint",
686 wpa_printf(MSG_INFO, "EST certificate update processing failed on PPS MO update");
2492 wpa_printf(MSG_INFO, "Using client certificate");
2650 wpa_printf(MSG_INFO, "Using client certificate");
3010 "- parse_cert <X.509 certificate (DER)>\n"