mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-25 12:48:56 +00:00
Add test for ssl_set_dh_param_ctx()
This commit is contained in:
parent
736699c08c
commit
0cc7e31ad1
1 changed files with 19 additions and 0 deletions
|
@ -1243,6 +1243,25 @@ run_test "extKeyUsage cli-auth #4b (codeSign -> fail (hard))" \
|
||||||
-s "bad certificate (usage extensions)" \
|
-s "bad certificate (usage extensions)" \
|
||||||
-s "Processing of the Certificate handshake message failed"
|
-s "Processing of the Certificate handshake message failed"
|
||||||
|
|
||||||
|
# Tests for DHM parameters loading
|
||||||
|
|
||||||
|
run_test "DHM parameters #0 (reference)" \
|
||||||
|
"$P_SRV" \
|
||||||
|
"$P_CLI force_ciphersuite=TLS-DHE-RSA-WITH-AES-128-CBC-SHA \
|
||||||
|
debug_level=3" \
|
||||||
|
0 \
|
||||||
|
-c "value of 'DHM: P ' (2048 bits)" \
|
||||||
|
-c "value of 'DHM: G ' (2048 bits)"
|
||||||
|
|
||||||
|
run_test "DHM parameters #1 (other parameters)" \
|
||||||
|
"$P_SRV dhm_file=data_files/dhparams.pem" \
|
||||||
|
"$P_CLI force_ciphersuite=TLS-DHE-RSA-WITH-AES-128-CBC-SHA \
|
||||||
|
debug_level=3" \
|
||||||
|
0 \
|
||||||
|
-c "value of 'DHM: P ' (1024 bits)" \
|
||||||
|
-c "value of 'DHM: G ' (2 bits)"
|
||||||
|
|
||||||
|
|
||||||
# Final report
|
# Final report
|
||||||
|
|
||||||
echo "------------------------------------------------------------------------"
|
echo "------------------------------------------------------------------------"
|
||||||
|
|
Loading…
Reference in a new issue