mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-05 22:19:11 +01:00
Add config-thread.h to test-ref-configs.pl
This commit is contained in:
parent
eb47b870b1
commit
ca700b2371
3 changed files with 26 additions and 0 deletions
|
|
@ -2576,6 +2576,13 @@ run_test "ECJPAKE: password mismatch, DTLS" \
|
|||
-c "re-using cached ecjpake parameters" \
|
||||
-s "SSL - Verification of the message MAC failed"
|
||||
|
||||
# for tests with configs/config-thread.h
|
||||
run_test "ECJPAKE: working, DTLS, nolog" \
|
||||
"$P_SRV dtls=1 ecjpake_pw=bla" \
|
||||
"$P_CLI dtls=1 ecjpake_pw=bla \
|
||||
force_ciphersuite=TLS-ECJPAKE-WITH-AES-128-CCM-8" \
|
||||
0
|
||||
|
||||
# Tests for ciphersuites per version
|
||||
|
||||
run_test "Per-version suites: SSL3" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue