qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Fixes gcrypt testing on msys2/mingw
@ 2020-10-13  1:03 Yonggang Luo
  2020-10-13  1:03 ` [PATCH 1/2] gcrypt: test_tls_psk_init should write binary file instead text file Yonggang Luo
  2020-10-13  1:03 ` [PATCH 2/2] gcrypt: Enable crypto tests under msys2/mingw Yonggang Luo
  0 siblings, 2 replies; 4+ messages in thread
From: Yonggang Luo @ 2020-10-13  1:03 UTC (permalink / raw)
  To: qemu-devel; +Cc: Yonggang Luo, Daniel P . Berrangé

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-10-13 10:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-13  1:03 [PATCH 0/2] Fixes gcrypt testing on msys2/mingw Yonggang Luo
2020-10-13  1:03 ` [PATCH 1/2] gcrypt: test_tls_psk_init should write binary file instead text file Yonggang Luo
2020-10-13 10:52   ` Philippe Mathieu-Daudé
2020-10-13  1:03 ` [PATCH 2/2] gcrypt: Enable crypto tests under msys2/mingw Yonggang Luo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).