Skip to content

Commit

Permalink
Add tests todo label
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 12, 2022
1 parent 0f5d99b commit 9fd6b8f
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 @@ -456,3 +456,11 @@ run_test "TLS 1.3 G->m: EarlyData: psk*: size exceeds the limit, fail." \
-s "EncryptedExtensions: early_data(42) extension exists." \
-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 9fd6b8f

Please sign in to comment.