Lines Matching refs:MSG_INFO

47 		wpa_printf(MSG_INFO, "Could not parse PKCS#7 object: %s",  in pkcs7_to_cert()
55 wpa_printf(MSG_INFO, "Could not parse PKCS#7 object: %s", in pkcs7_to_cert()
75 wpa_printf(MSG_INFO, "No certificates found in PKCS#7 object"); in pkcs7_to_cert()
132 wpa_printf(MSG_INFO, "Download EST cacerts from %s", buf); in est_load_cacerts()
142 wpa_printf(MSG_INFO, "Failed to download EST cacerts from %s", in est_load_cacerts()
153 wpa_printf(MSG_INFO, "Could not read Cert/est-cacerts.txt"); in est_load_cacerts()
160 …wpa_printf(MSG_INFO, "Too short base64 decode (%u bytes; downloaded %u bytes) - assume this was bi… in est_load_cacerts()
166 …wpa_printf(MSG_INFO, "EST workaround - Could not decode base64, assume this is DER encoded PKCS7"); in est_load_cacerts()
176 wpa_printf(MSG_INFO, "Could not fetch PKCS7 cacerts"); in est_load_cacerts()
185 wpa_printf(MSG_INFO, "Could not parse CA certs from PKCS#7 cacerts response"); in est_load_cacerts()
260 wpa_printf(MSG_INFO, "TODO: csrattr challengePassword"); in add_csrattrs_oid()
262 wpa_printf(MSG_INFO, "csrattr sha256WithRSAEncryption"); in add_csrattrs_oid()
264 wpa_printf(MSG_INFO, "Ignore unsupported csrattr oid %s", txt); in add_csrattrs_oid()
285 wpa_printf(MSG_INFO, "TODO: extReq macAddress"); in add_csrattrs_ext_req()
287 wpa_printf(MSG_INFO, "TODO: extReq imei"); in add_csrattrs_ext_req()
289 wpa_printf(MSG_INFO, "TODO: extReq meid"); in add_csrattrs_ext_req()
291 wpa_printf(MSG_INFO, "TODO: extReq DevId"); in add_csrattrs_ext_req()
293 wpa_printf(MSG_INFO, "Ignore unsupported cstattr extensionsRequest %s", in add_csrattrs_ext_req()
326 wpa_printf(MSG_INFO, "Ignore unsupported cstattr::attr %s oid %s", in add_csrattrs_attr()
379 wpa_printf(MSG_INFO, "Generate RSA private key"); in generate_csr()
401 wpa_printf(MSG_INFO, "Could not write private key: %s", in generate_csr()
409 wpa_printf(MSG_INFO, "Generate CSR"); in generate_csr()
590 wpa_printf(MSG_INFO, "Download csrattrs from %s", buf); in est_build_csr()
601 wpa_printf(MSG_INFO, "Failed to download EST csrattrs - assume no extra attributes are needed"); in est_build_csr()
611 wpa_printf(MSG_INFO, "Could not read csrattrs"); in est_build_csr()
619 wpa_printf(MSG_INFO, "Could not base64 decode csrattrs"); in est_build_csr()
628 wpa_printf(MSG_INFO, "Failed to parse csrattrs ASN.1"); in est_build_csr()
661 wpa_printf(MSG_INFO, "Could not read Cert/req.b64"); in est_simple_enroll()
690 wpa_printf(MSG_INFO, "EST simpleenroll URL: %s", buf); in est_simple_enroll()
703 wpa_printf(MSG_INFO, "EST certificate enrollment failed"); in est_simple_enroll()
711 …wpa_printf(MSG_INFO, "EST workaround - Could not decode base64, assume this is DER encoded PKCS7"); in est_simple_enroll()
721 wpa_printf(MSG_INFO, "Failed to parse simpleenroll base64 response"); in est_simple_enroll()
731 wpa_printf(MSG_INFO, "EST: Failed to extract certificate from PKCS7 file"); in est_simple_enroll()
736 wpa_printf(MSG_INFO, "EST simple%senroll completed successfully", in est_simple_enroll()