Lines Matching refs:failf

298     failf(data, "mbedTLS: unsupported minimum TLS version value: %x",  in mbed_set_ssl_version_min_max()
326 failf(data, "mbedTLS: unsupported maximum TLS version value"); in mbed_set_ssl_version_min_max()
473 failf(data, "mbedTLS: no supported cipher in list"); in mbed_set_selected_ciphers()
549 failf(data, "mbedTLS: %s", buf); in mbed_verify_cb()
551 failf(data, "mbedTLS: certificate verification error 0x%08x", *flags); in mbed_verify_cb()
584 failf(data, "Not supported SSL version");
595 failf(data, "mbedtls_ctr_drbg_seed returned (-0x%04X) %s",
607 failf(data, "mbedtls_ctr_drbg_seed returned (-0x%04X) %s",
629 failf(data, "Error importing ca cert blob - mbedTLS: (-0x%04X) %s",
641 failf(data, "Error reading ca cert file %s - mbedTLS: (-0x%04X) %s",
646 failf(data, "mbedtls: functions that use the filesystem not built in");
657 failf(data, "Error reading ca cert path %s - mbedTLS: (-0x%04X) %s",
664 failf(data, "mbedtls: functions that use the filesystem not built in");
678 failf(data, "Error reading client cert file %s - mbedTLS: (-0x%04X) %s",
684 failf(data, "mbedtls: functions that use the filesystem not built in");
703 failf(data, "Error reading client cert data %s - mbedTLS: (-0x%04X) %s",
727 failf(data, "Error reading private key %s - mbedTLS: (-0x%04X) %s",
732 failf(data, "mbedtls: functions that use the filesystem not built in");
755 failf(data, "Error parsing private key - mbedTLS: (-0x%04X) %s",
776 failf(data, "Error reading CRL file %s - mbedTLS: (-0x%04X) %s",
782 failf(data, "mbedtls: functions that use the filesystem not built in");
788 failf(data, "mbedtls: crl support not built in");
801 failf(data, "mbedTLS: ssl_config failed");
834 failf(data, "ssl_setup failed - mbedTLS: (-0x%04X) %s",
856 failf(data, "mbedTLS: failed to set cipher suites");
889 failf(data, "error loading cached session: -0x%x", -ret);
894 failf(data, "error setting session: -0x%x", -ret);
921 failf(data, "Failed to set SNI");
937 failf(data, "Failed setting ALPN protocols");
962 failf(data, "error signaled by ssl ctx callback");
1000 failf(data, "peer certificate could not be verified");
1010 failf(data, "ssl_handshake returned: (-0x%04X) %s",
1044 failf(data, "Failed due to missing peer certificate");
1072 failf(data, "Failed copying peer certificate");
1085 failf(data, "Failed copying public key from peer certificate");
1145 failf(data, "mbedtls_ssl_get_session returned -0x%x", -ret);
1151 failf(data, "failed to serialize session: length is 0");
1158 failf(data, "failed to serialize session: -0x%x", -ret);
1358 failf(data, "ssl_read returned: (-0x%04X) %s", -ret, errorbuf);
1436 failf(data, "SSL connection timeout");
1451 failf(data, "SSL connection timeout");
1466 failf(data, "select/poll on SSL socket, errno: %d", SOCKERRNO);
1476 failf(data, "SSL connection timeout");