[PULL v2 0/4] Misc crypto & UI patches

Daniel P. Berrangé posted 4 patches 3 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250721104536.2856423-1-berrange@redhat.com
Maintainers: "Daniel P. Berrangé" <berrange@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>
crypto/tlscredsx509.c | 23 +++++++++----------
crypto/x509-utils.c   |  6 ++++-
ui/trace-events       | 14 ++++++++++++
ui/vnc.c              | 53 +++++++++++++++++++++++++++++++++++++++++++
4 files changed, 83 insertions(+), 13 deletions(-)
[PULL v2 0/4] Misc crypto & UI patches
Posted by Daniel P. Berrangé 3 months, 3 weeks ago
The following changes since commit c079d3a31e45093286c65f8ca5350beb3a4404a9:

  Merge tag 'pull-10.1-rc0-maintainer-140725-1' of https://gitlab.com/stsquad/qemu into staging (2025-07-15 00:12:07 -0400)

are available in the Git repository at:

  https://gitlab.com/berrange/qemu tags/misc-next-pull-request

for you to fetch changes up to 6f7f3419cce86553dd239f10a5deb9ab872bd8c2:

  crypto: load all certificates in X509 CA file (2025-07-21 11:30:07 +0100)

----------------------------------------------------------------

* Fix endian defaults when no VNC pixel format message is set
* Add more trace events for VNC messages
* Fix checking of certificate loading
* Eliminate cert limit on loading CA certificates

----------------------------------------------------------------

Daniel P. Berrangé (2):
  ui: fix setting client_endian field defaults
  ui: add trace events for all client messages

Henry Kleynhans (1):
  crypto: load all certificates in X509 CA file

Peter Maydell (1):
  crypto/x509-utils: Check for error from gnutls_x509_crt_init()

 crypto/tlscredsx509.c | 23 +++++++++----------
 crypto/x509-utils.c   |  6 ++++-
 ui/trace-events       | 14 ++++++++++++
 ui/vnc.c              | 53 +++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 83 insertions(+), 13 deletions(-)

-- 
2.50.1


Re: [PULL v2 0/4] Misc crypto & UI patches
Posted by Stefan Hajnoczi 3 months, 3 weeks ago
Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/10.1 for any user-visible changes.