[2-ECDSA CipherString Selection, no ECDSA certificate-server]
Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
CipherString = DEFAULT
+MaxProtocol = TLSv1.2
PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
[2-ECDSA CipherString Selection, no ECDSA certificate-client]
[5-ECDSA Signature Algorithm Selection, no ECDSA certificate-server]
Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
CipherString = DEFAULT
+MaxProtocol = TLSv1.2
PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
[5-ECDSA Signature Algorithm Selection, no ECDSA certificate-client]
},
{
name => "ECDSA CipherString Selection, no ECDSA certificate",
- server => { },
+ server => {
+ "MaxProtocol" => "TLSv1.2"
+ },
client => {
"CipherString" => "aECDSA"
},
},
{
name => "ECDSA Signature Algorithm Selection, no ECDSA certificate",
- server => { },
+ server => {
+ "MaxProtocol" => "TLSv1.2"
+ },
client => {
"SignatureAlgorithms" => "ECDSA+SHA256",
},
},
{
name => "TLS 1.3 ECDSA Signature Algorithm Selection, no ECDSA certificate",
- server => { },
+ server => {
+ "MinProtocol" => "TLSv1.3",
+ "MaxProtocol" => "TLSv1.3"
+ },
client => {
"SignatureAlgorithms" => "ECDSA+SHA256",
},