Home | History | Annotate | Download | only in utils

Lines Matching full:certificate

896 		wpa_printf(MSG_ERROR, "Could not parse certificate");
963 wpa_printf(MSG_INFO, "No server certificate available");
964 ctx->last_err = "No server certificate available";
977 wpa_printf(MSG_INFO, "Server certificate chain - depth=%d err=%d (%s) subject=%s",
979 debug_dump_cert("Server certificate chain - certificate", cert);
1085 debug_dump_cert("OpenSSL: Issuer certificate",
1090 "OpenSSL: Could not add issuer to certificate store");
1130 wpa_printf(MSG_DEBUG, "OpenSSL: Peer certificate not available for OCSP status check");
1133 ctx->last_err = "Peer certificate not available for OCSP status check";
1138 wpa_printf(MSG_DEBUG, "OpenSSL: Peer issuer certificate not available for OCSP status check");
1141 ctx->last_err = "Peer issuer certificate not available for OCSP status check";
1147 wpa_printf(MSG_DEBUG, "OpenSSL: Could not create OCSP certificate identifier");
1150 ctx->last_err = "Could not create OCSP certificate identifier";
1156 wpa_printf(MSG_INFO, "OpenSSL: Could not find current server certificate from OCSP response%s",
1163 ctx->last_err = "Could not find current server certificate from OCSP response";
1178 wpa_printf(MSG_DEBUG, "OpenSSL: OCSP status for server certificate: %s",
1184 ctx->last_err = "Server certificate has been revoked";
1285 * information about the server certificate */