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 6, 2023
1 parent 02794fd commit 9cf4e68
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 @@ -521,4 +521,5 @@ run_test "TLS 1.3 G->m: EarlyData: feature is enabled, good." \
-s "ClientHello: early_data(42) extension exists." \
-s "EncryptedExtensions: early_data(42) extension exists." \
-s "NewSessionTicket: early_data(42) extension does not exist." \
-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 9cf4e68

Please sign in to comment.