It just reports a failure to show the key-pin hash in the log.
kr_log_error("[tls] X.509 credentials are missing, and ephemeral credentials failed; no TLS\n");
return NULL;
}
- kr_log_info("[tls] Using ephemeral TLS credentials:\n");
+ kr_log_info("[tls] Using ephemeral TLS credentials\n");
tls_credentials_log_pins(net->tls_credentials);
}
#else
void tls_credentials_log_pins(struct tls_credentials *tls_credentials)
{
- kr_log_error("[tls] could not calculate RFC 7858 OOB key-pin; GnuTLS 3.4.0+ required\n");
+ kr_log_verbose("[tls] could not calculate RFC 7858 OOB key-pin; GnuTLS 3.4.0+ required\n");
}
#endif