qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/2] Fixes gcrypt testing on msys2/mingw


From: Yonggang Luo
Subject: [PATCH 0/2] Fixes gcrypt testing on msys2/mingw
Date: Tue, 13 Oct 2020 09:03:08 +0800

gcrypt: test_tls_psk_init should write binary file instead text file.
gcrypt: Enable crypto tests under msys2/mingw by implement custom qemu_socket=
pair

Yonggang Luo (2):
  gcrypt: test_tls_psk_init should write binary file instead text file.
  gcrypt: Enable crypto tests under msys2/mingw

 include/qemu/osdep.h             |  1 +
 include/sysemu/os-win32.h        |  5 +++
 tests/crypto-tls-psk-helpers.c   |  6 ++-
 tests/crypto-tls-x509-helpers.c  |  6 ++-
 tests/crypto-tls-x509-helpers.h  |  5 ++-
 tests/test-crypto-tlscredsx509.c | 47 +++++++++++---------
 tests/test-crypto-tlssession.c   | 64 +++++++++++++++------------
 tests/test-io-channel-tls.c      | 49 +++++++++++---------
 util/osdep.c                     | 16 +++++++
 util/oslib-win32.c               | 76 ++++++++++++++++++++++++++++++++
 10 files changed, 198 insertions(+), 77 deletions(-)

--=20
2.28.0.windows.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]