]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
QUIC TXP: Re-enable accidentially disabled tests
authorHugo Landau <hlandau@openssl.org>
Thu, 27 Jul 2023 13:47:31 +0000 (14:47 +0100)
committerHugo Landau <hlandau@openssl.org>
Thu, 10 Aug 2023 17:19:50 +0000 (18:19 +0100)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21565)

test/quic_txp_test.c

index d92fd265185891b9d4e4108559747349d8959353..fd9e56816e334c583552bf92aa98f903899c5591 100644 (file)
@@ -214,6 +214,8 @@ static int helper_init(struct helper *h)
     if (!TEST_true(ossl_qrx_add_dst_conn_id(h->qrx, &dcid_1)))
         goto err;
 
+    ossl_qrx_allow_1rtt_processing(h->qrx);
+
     rc = 1;
 err:
     if (!rc)
@@ -1548,7 +1550,6 @@ err:
 
 static int test_script(int idx)
 {
-    if (idx + 1 != 18) return 1;
     return run_script(idx, scripts[idx]);
 }