|
|
|
@ -1180,11 +1180,11 @@ int config__read_file_core(struct mosquitto__config *config, bool reload, struct
|
|
|
|
|
log__printf(NULL, MOSQ_LOG_WARNING, "Warning: TLS support not available.");
|
|
|
|
|
#endif
|
|
|
|
|
}else if(!strcmp(token, "ciphers_tls1.3")){
|
|
|
|
|
#ifdef WITH_TLS
|
|
|
|
|
#if defined(WITH_TLS) && !defined(LIBRESSL_VERSION_NUMBER)
|
|
|
|
|
if(reload) continue; /* Listeners not valid for reloading. */
|
|
|
|
|
if(conf__parse_string(&token, "ciphers_tls1.3", &cur_listener->ciphers_tls13, saveptr)) return MOSQ_ERR_INVAL;
|
|
|
|
|
#else
|
|
|
|
|
log__printf(NULL, MOSQ_LOG_WARNING, "Warning: TLS support not available.");
|
|
|
|
|
log__printf(NULL, MOSQ_LOG_WARNING, "Warning: ciphers_tls1.3 support not available.");
|
|
|
|
|
#endif
|
|
|
|
|
}else if(!strcmp(token, "clientid") || !strcmp(token, "remote_clientid")){
|
|
|
|
|
#ifdef WITH_BRIDGE
|
|
|
|
|