Skip to content

Commit

Permalink
Reproducer for latchset#449
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Jelen <[email protected]>
  • Loading branch information
Jakuje committed Oct 21, 2024
1 parent 66987d5 commit 7190b88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/ttls
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ run_tests() {

title PARA "Run test with TLS 1.2 and ECDH"
run_test "$ECPRIURI" "$ECCRTURI" "" "-tls1_2 -cipher ECDHE-ECDSA-AES128-GCM-SHA256 -groups secp256r1"

title PARA "Run test with TLS 1.3 and specific suite"
run_test "$ECPRIURI" "$ECCRTURI" "" "-tls1_3 -ciphersuites TLS_AES_256_GCM_SHA384 -groups secp256r1"
}

title SECTION "TLS with key in provider"
Expand Down

0 comments on commit 7190b88

Please sign in to comment.