Skip to content

Commit

Permalink
update early data test
Browse files Browse the repository at this point in the history
make sure the data is not printed in
library.

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
  • Loading branch information
yuhaoth committed Dec 8, 2023
1 parent 5da4e74 commit 4561c4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/opt-testcases/tls13-misc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -506,4 +506,5 @@ run_test "TLS 1.3 G->m: EarlyData: feature is enabled, good." \
-s "Sent max_early_data_size=$EARLY_DATA_INPUT_LEN" \
-s "ClientHello: early_data(42) extension exists." \
-s "EncryptedExtensions: early_data(42) extension exists." \
-s "$( tail -1 $EARLY_DATA_INPUT )"
-s "$( tail -1 $EARLY_DATA_INPUT )" \
-s "[ Received 0-RTT data size is $EARLY_DATA_INPUT_LEN ]"

0 comments on commit 4561c4d

Please sign in to comment.