mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 07:45:43 +01:00
Add a new keyUsage test for p256 using DTLS
This commit is contained in:
parent
ff434c2ef3
commit
c5118b7664
@ -4835,6 +4835,12 @@ run_test "keyUsage srv: ECDSA, digitalSignature -> ECDHE-ECDSA" \
|
||||
0 \
|
||||
-c "Ciphersuite is TLS-ECDHE-ECDSA-WITH-"
|
||||
|
||||
run_test "keyUsage srv: ECDSA, digitalSignature -> ECDHE-ECDSA p256" \
|
||||
"$P_SRV dtls=1 key_file=data_files/server11.key.der \
|
||||
crt_file=data_files/server11.crt.der" \
|
||||
"$P_CLI dtls=1 ca_file=data_files/test-ca3.crt.der" \
|
||||
0 \
|
||||
-c "Ciphersuite is TLS-ECDHE-ECDSA-WITH-"
|
||||
|
||||
run_test "keyUsage srv: ECDSA, keyAgreement -> ECDH-" \
|
||||
"$P_SRV key_file=data_files/server5.key \
|
||||
|
Loading…
Reference in New Issue
Block a user