Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! Update epochs when changing key and ciphe…
Browse files Browse the repository at this point in the history
…r state for dtls 1.3
  • Loading branch information
fwh-dc committed Jun 11, 2024
1 parent 52202a4 commit e31ad0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/recipes/70-test_dtls13epoch.t
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ plan skip_all => "$test_name needs the dynamic engine feature enabled"
plan skip_all => "$test_name needs the sock feature enabled"
if disabled("sock");

plan skip_all => "DTLSProxy does not support partial messages"
if disabled("ec");

plan skip_all => "$test_name needs DTLSv1.3 enabled"
if disabled("dtls1_3");

Expand Down

0 comments on commit e31ad0a

Please sign in to comment.