Re: [RFC PATCH 02/13] migration: Normalize tls arguments

2025-04-14 Thread Daniel P . Berrangé
On Fri, Apr 11, 2025 at 04:14:32PM -0300, Fabiano Rosas wrote: > The tls_creds, tls_authz and tls_hostname arguments are strings that > can be set by the user. They are allowed to be either a valid string, > an empty string or NULL. The values "" and NULL are effectively > treated the same by the c

[RFC PATCH 02/13] migration: Normalize tls arguments

2025-04-11 Thread Fabiano Rosas
The tls_creds, tls_authz and tls_hostname arguments are strings that can be set by the user. They are allowed to be either a valid string, an empty string or NULL. The values "" and NULL are effectively treated the same by the code, but this is not entirely clear because the handling is not uniform