mirror of
https://github.com/openssl/openssl.git
synced 2024-12-15 06:01:37 +08:00
7a08b764cc
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2667)
268 lines
8.2 KiB
Plaintext
268 lines
8.2 KiB
Plaintext
# Generated with generate_ssl_tests.pl
|
|
|
|
num_tests = 9
|
|
|
|
test-0 = 0-ECDSA CipherString Selection
|
|
test-1 = 1-RSA CipherString Selection
|
|
test-2 = 2-ECDSA CipherString Selection, no ECDSA certificate
|
|
test-3 = 3-ECDSA Signature Algorithm Selection
|
|
test-4 = 4-ECDSA Signature Algorithm Selection SHA384
|
|
test-5 = 5-ECDSA Signature Algorithm Selection, no ECDSA certificate
|
|
test-6 = 6-RSA Signature Algorithm Selection
|
|
test-7 = 7-RSA-PSS Signature Algorithm Selection
|
|
test-8 = 8-TLS 1.2 DSA Certificate Test
|
|
# ===========================================================
|
|
|
|
[0-ECDSA CipherString Selection]
|
|
ssl_conf = 0-ECDSA CipherString Selection-ssl
|
|
|
|
[0-ECDSA CipherString Selection-ssl]
|
|
server = 0-ECDSA CipherString Selection-server
|
|
client = 0-ECDSA CipherString Selection-client
|
|
|
|
[0-ECDSA CipherString Selection-server]
|
|
Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
|
CipherString = DEFAULT
|
|
ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
|
|
ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
|
|
MaxProtocol = TLSv1.2
|
|
PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
|
|
|
[0-ECDSA CipherString Selection-client]
|
|
CipherString = aECDSA
|
|
VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
|
VerifyMode = Peer
|
|
|
|
[test-0]
|
|
ExpectedResult = Success
|
|
ExpectedServerCertType = P-256
|
|
ExpectedServerSignType = EC
|
|
|
|
|
|
# ===========================================================
|
|
|
|
[1-RSA CipherString Selection]
|
|
ssl_conf = 1-RSA CipherString Selection-ssl
|
|
|
|
[1-RSA CipherString Selection-ssl]
|
|
server = 1-RSA CipherString Selection-server
|
|
client = 1-RSA CipherString Selection-client
|
|
|
|
[1-RSA CipherString Selection-server]
|
|
Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
|
CipherString = DEFAULT
|
|
ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
|
|
ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
|
|
MaxProtocol = TLSv1.2
|
|
PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
|
|
|
[1-RSA CipherString Selection-client]
|
|
CipherString = aRSA
|
|
VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
|
VerifyMode = Peer
|
|
|
|
[test-1]
|
|
ExpectedResult = Success
|
|
ExpectedServerCertType = RSA
|
|
ExpectedServerSignType = RSA-PSS
|
|
|
|
|
|
# ===========================================================
|
|
|
|
[2-ECDSA CipherString Selection, no ECDSA certificate]
|
|
ssl_conf = 2-ECDSA CipherString Selection, no ECDSA certificate-ssl
|
|
|
|
[2-ECDSA CipherString Selection, no ECDSA certificate-ssl]
|
|
server = 2-ECDSA CipherString Selection, no ECDSA certificate-server
|
|
client = 2-ECDSA CipherString Selection, no ECDSA certificate-client
|
|
|
|
[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]
|
|
CipherString = aECDSA
|
|
VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
|
VerifyMode = Peer
|
|
|
|
[test-2]
|
|
ExpectedResult = ServerFail
|
|
|
|
|
|
# ===========================================================
|
|
|
|
[3-ECDSA Signature Algorithm Selection]
|
|
ssl_conf = 3-ECDSA Signature Algorithm Selection-ssl
|
|
|
|
[3-ECDSA Signature Algorithm Selection-ssl]
|
|
server = 3-ECDSA Signature Algorithm Selection-server
|
|
client = 3-ECDSA Signature Algorithm Selection-client
|
|
|
|
[3-ECDSA Signature Algorithm Selection-server]
|
|
Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
|
CipherString = DEFAULT
|
|
ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
|
|
ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
|
|
MaxProtocol = TLSv1.2
|
|
PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
|
|
|
[3-ECDSA Signature Algorithm Selection-client]
|
|
CipherString = DEFAULT
|
|
SignatureAlgorithms = ECDSA+SHA256
|
|
VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
|
VerifyMode = Peer
|
|
|
|
[test-3]
|
|
ExpectedResult = Success
|
|
ExpectedServerCertType = P-256
|
|
ExpectedServerSignHash = SHA256
|
|
ExpectedServerSignType = EC
|
|
|
|
|
|
# ===========================================================
|
|
|
|
[4-ECDSA Signature Algorithm Selection SHA384]
|
|
ssl_conf = 4-ECDSA Signature Algorithm Selection SHA384-ssl
|
|
|
|
[4-ECDSA Signature Algorithm Selection SHA384-ssl]
|
|
server = 4-ECDSA Signature Algorithm Selection SHA384-server
|
|
client = 4-ECDSA Signature Algorithm Selection SHA384-client
|
|
|
|
[4-ECDSA Signature Algorithm Selection SHA384-server]
|
|
Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
|
CipherString = DEFAULT
|
|
ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
|
|
ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
|
|
MaxProtocol = TLSv1.2
|
|
PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
|
|
|
[4-ECDSA Signature Algorithm Selection SHA384-client]
|
|
CipherString = DEFAULT
|
|
SignatureAlgorithms = ECDSA+SHA384
|
|
VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
|
VerifyMode = Peer
|
|
|
|
[test-4]
|
|
ExpectedResult = Success
|
|
ExpectedServerCertType = P-256
|
|
ExpectedServerSignHash = SHA384
|
|
ExpectedServerSignType = EC
|
|
|
|
|
|
# ===========================================================
|
|
|
|
[5-ECDSA Signature Algorithm Selection, no ECDSA certificate]
|
|
ssl_conf = 5-ECDSA Signature Algorithm Selection, no ECDSA certificate-ssl
|
|
|
|
[5-ECDSA Signature Algorithm Selection, no ECDSA certificate-ssl]
|
|
server = 5-ECDSA Signature Algorithm Selection, no ECDSA certificate-server
|
|
client = 5-ECDSA Signature Algorithm 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]
|
|
CipherString = DEFAULT
|
|
SignatureAlgorithms = ECDSA+SHA256
|
|
VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
|
VerifyMode = Peer
|
|
|
|
[test-5]
|
|
ExpectedResult = ServerFail
|
|
|
|
|
|
# ===========================================================
|
|
|
|
[6-RSA Signature Algorithm Selection]
|
|
ssl_conf = 6-RSA Signature Algorithm Selection-ssl
|
|
|
|
[6-RSA Signature Algorithm Selection-ssl]
|
|
server = 6-RSA Signature Algorithm Selection-server
|
|
client = 6-RSA Signature Algorithm Selection-client
|
|
|
|
[6-RSA Signature Algorithm Selection-server]
|
|
Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
|
CipherString = DEFAULT
|
|
ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
|
|
ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
|
|
MaxProtocol = TLSv1.2
|
|
PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
|
|
|
[6-RSA Signature Algorithm Selection-client]
|
|
CipherString = DEFAULT
|
|
SignatureAlgorithms = RSA+SHA256
|
|
VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
|
VerifyMode = Peer
|
|
|
|
[test-6]
|
|
ExpectedResult = Success
|
|
ExpectedServerCertType = RSA
|
|
ExpectedServerSignHash = SHA256
|
|
ExpectedServerSignType = RSA
|
|
|
|
|
|
# ===========================================================
|
|
|
|
[7-RSA-PSS Signature Algorithm Selection]
|
|
ssl_conf = 7-RSA-PSS Signature Algorithm Selection-ssl
|
|
|
|
[7-RSA-PSS Signature Algorithm Selection-ssl]
|
|
server = 7-RSA-PSS Signature Algorithm Selection-server
|
|
client = 7-RSA-PSS Signature Algorithm Selection-client
|
|
|
|
[7-RSA-PSS Signature Algorithm Selection-server]
|
|
Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
|
CipherString = DEFAULT
|
|
ECDSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-ecdsa-cert.pem
|
|
ECDSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-ecdsa-key.pem
|
|
MaxProtocol = TLSv1.2
|
|
PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
|
|
|
[7-RSA-PSS Signature Algorithm Selection-client]
|
|
CipherString = DEFAULT
|
|
SignatureAlgorithms = RSA-PSS+SHA256
|
|
VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
|
VerifyMode = Peer
|
|
|
|
[test-7]
|
|
ExpectedResult = Success
|
|
ExpectedServerCertType = RSA
|
|
ExpectedServerSignHash = SHA256
|
|
ExpectedServerSignType = RSA-PSS
|
|
|
|
|
|
# ===========================================================
|
|
|
|
[8-TLS 1.2 DSA Certificate Test]
|
|
ssl_conf = 8-TLS 1.2 DSA Certificate Test-ssl
|
|
|
|
[8-TLS 1.2 DSA Certificate Test-ssl]
|
|
server = 8-TLS 1.2 DSA Certificate Test-server
|
|
client = 8-TLS 1.2 DSA Certificate Test-client
|
|
|
|
[8-TLS 1.2 DSA Certificate Test-server]
|
|
Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem
|
|
CipherString = ALL
|
|
DHParameters = ${ENV::TEST_CERTS_DIR}/dhp2048.pem
|
|
DSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-dsa-cert.pem
|
|
DSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-dsa-key.pem
|
|
MaxProtocol = TLSv1.2
|
|
MinProtocol = TLSv1.2
|
|
PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem
|
|
|
|
[8-TLS 1.2 DSA Certificate Test-client]
|
|
CipherString = ALL
|
|
SignatureAlgorithms = DSA+SHA256:DSA+SHA1
|
|
VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
|
|
VerifyMode = Peer
|
|
|
|
[test-8]
|
|
ExpectedResult = Success
|
|
|
|
|