Skip to content

Commit

Permalink
Add test TODO items
Browse files Browse the repository at this point in the history
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
  • Loading branch information
yuhaoth committed Dec 5, 2022
1 parent c7208d4 commit 7b8e5aa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/opt-testcases/tls13-misc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -491,3 +491,11 @@ run_test "TLS 1.3 G->m: EarlyData: psk*: size exceeds the limit, fail." \
-s "conf->max_early_data_size=$EARLY_DATA_INPUT_LINE1_LEN" \
-s "Received early data size exceeds limitation." \
-S "Ignore application message"

# TODO: Add test for max_early_data_size. For time being, we do not have a
# suitable client for it. GnuTLS client does not consider about it.
# If MbedTLS is ready, add tests.
# - Server configured size change before 2nd connection. First n bytes will
# be received and then abort.
# - Client only sent data size same with max_early_data_size in 1st connection
# - ....

0 comments on commit 7b8e5aa

Please sign in to comment.