]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - tests/test-io-channel-tls.c
crypto: ensure we use a predictable TLS priority setting
[thirdparty/qemu.git] / tests / test-io-channel-tls.c
index a210d01ba538a77a10ab5d8635d3f6072ae19afb..47ba603e8d8787c94829c0e29c5090d33fedef3f 100644 (file)
@@ -78,6 +78,7 @@ static QCryptoTLSCreds *test_tls_creds_create(QCryptoTLSCredsEndpoint endpoint,
                      "server" : "client"),
         "dir", certdir,
         "verify-peer", "yes",
+        "priority", "NORMAL",
         /* We skip initial sanity checks here because we
          * want to make sure that problems are being
          * detected at the TLS session validation stage,