Skip to content

Commit

Permalink
QUIC: Update no-TPARAM test for correct error code
Browse files Browse the repository at this point in the history
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from #21547)
  • Loading branch information
hlandau authored and mattcaswell committed Aug 8, 2023
1 parent 80bcc4f commit 457678d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/quicfaultstest.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ static int test_no_transport_params(void)
if (!TEST_false(qtest_create_quic_connection(qtserv, cssl)))
goto err;

if (!TEST_true(qtest_check_server_protocol_err(qtserv)))
if (!TEST_true(qtest_check_server_transport_err(qtserv,
QUIC_ERR_CRYPTO_MISSING_EXT)))
goto err;

testresult = 1;
Expand Down

0 comments on commit 457678d

Please sign in to comment.