|
| From: | Juan Quintela |
| Subject: | Re: [PATCH v2 06/18 for-7.0] migration: fix use of TLS PSK credentials with a UNIX socket |
| Date: | Fri, 11 Mar 2022 11:07:40 +0100 |
| User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Daniel P. Berrangé <berrange@redhat.com> wrote: > The migration TLS code has a check mandating that a hostname be > available when starting a TLS session. This is expected when using > x509 credentials, but is bogus for PSK and anonymous credentials > as neither involve hostname validation. > > The TLS crdentials object gained suitable error reporting in the > case of TLS with x509 credentials, so there is no longer any need > for the migration code to do its own (incorrect) validation. > > Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Juan Quintela <quintela@redhat.com> Should be safe for current one (famous last words).
| [Prev in Thread] | Current Thread | [Next in Thread] |