Re: [PATCH] remote_daemon: Validate tcp_min_ssf value only if found in config

2021-11-05 Thread Ján Tomko
On a Friday in 2021, Michal Privoznik wrote: If there is no tcp_min_ssf value set in daemon config we still compare it against the default (56 which corresponds to DES) and if the value is below our expected minimum (112 which corresponds to 3DES) an error is reported and the daemon refuses to st

[PATCH] remote_daemon: Validate tcp_min_ssf value only if found in config

2021-11-05 Thread Michal Privoznik
If there is no tcp_min_ssf value set in daemon config we still compare it against the default (56 which corresponds to DES) and if the value is below our expected minimum (112 which corresponds to 3DES) an error is reported and the daemon refuses to start. This is not what we want. What we want is