Remove TLS support (superseded by direct GCM)

This commit is contained in:
Vitaliy Filippov
2026-05-19 17:19:47 +03:00
parent f2585bcd02
commit 4a8ee088c1
6 changed files with 8 additions and 528 deletions
-1
View File
@@ -240,7 +240,6 @@ void osd_messenger_t::parse_config(const json11::Json & config)
this->use_proto_checksums = config["proto_checksums"].string_value() == "full" ? MSGR_CSUM_FULL : MSGR_CSUM_PAYLOAD;
else
this->use_proto_checksums = 0;
gcm_enabled = true;
if (!osd_num)
{
tls_cert = config["tls_cert"].string_value();