Skip to content
Snippets Groups Projects
  1. Apr 06, 2022
  2. Mar 22, 2022
  3. Mar 07, 2022
    • Daniel P. Berrangé's avatar
      crypto: mandate a hostname when checking x509 creds on a client · d41997e4
      Daniel P. Berrangé authored
      
      Currently the TLS session object assumes that the caller will always
      provide a hostname when using x509 creds on a client endpoint. This
      relies on the caller to detect and report an error if the user has
      configured QEMU with x509 credentials on a UNIX socket. The migration
      code has such a check, but it is too broad, reporting an error when
      the user has configured QEMU with PSK credentials on a UNIX socket,
      where hostnames are irrelevant.
      
      Putting the check into the TLS session object credentials validation
      code ensures we report errors in only the scenario that matters.
      
      Reviewed-by: default avatarEric Blake <eblake@redhat.com>
      Signed-off-by: default avatarDaniel P. Berrangé <berrange@redhat.com>
      Message-Id: <20220304193610.3293146-2-berrange@redhat.com>
      Signed-off-by: default avatarEric Blake <eblake@redhat.com>
      d41997e4
  4. Feb 21, 2022
  5. Jul 14, 2021
  6. Jun 29, 2021
  7. Jun 25, 2021
  8. Jun 02, 2021
  9. Mar 23, 2021
  10. Jan 29, 2021
  11. Jan 28, 2021
  12. Oct 12, 2020
  13. Sep 18, 2020
  14. Sep 10, 2020
Loading