mbox series

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

Message ID 20201013010310.497-1-luoyonggang@gmail.com
Headers show
Series Fixes gcrypt testing on msys2/mingw | expand

Message

罗勇刚(Yonggang Luo) Oct. 13, 2020, 1:03 a.m. UTC
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