mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Implement key exchange messages and PMS derivation
This completes the first working version. No interop testing done yet.
This commit is contained in:
parent
25dbeb002d
commit
0f1660ab4f
3 changed files with 80 additions and 1 deletions
|
|
@ -2532,7 +2532,7 @@ run_test "ECJPAKE: working, TLS" \
|
|||
"$P_SRV debug_level=3 ecjpake_pw=bla" \
|
||||
"$P_CLI debug_level=3 ecjpake_pw=bla \
|
||||
force_ciphersuite=TLS-ECJPAKE-WITH-AES-128-CCM-8" \
|
||||
1 \
|
||||
0 \
|
||||
-c "add ciphersuite: c0ff" \
|
||||
-c "adding ecjpake_kkpp extension" \
|
||||
-s "found ecjpake kkpp extension" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue