# Generated with generate_ssl_tests.pl num_tests = 4 test-0 = 0-certstatus-good test-1 = 1-certstatus-bad test-2 = 2-certstatus-good-ext test-3 = 3-certstatus-bad-ext # =========================================================== [0-certstatus-good] ssl_conf = 0-certstatus-good-ssl [0-certstatus-good-ssl] server = 0-certstatus-good-server client = 0-certstatus-good-client [0-certstatus-good-server] Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem CipherString = DEFAULT PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem [0-certstatus-good-client] CipherString = DEFAULT VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem VerifyMode = Peer [test-0] ExpectedResult = Success Method = TLS server = 0-certstatus-good-server-extra [0-certstatus-good-server-extra] CertStatus = GoodResponse # =========================================================== [1-certstatus-bad] ssl_conf = 1-certstatus-bad-ssl [1-certstatus-bad-ssl] server = 1-certstatus-bad-server client = 1-certstatus-bad-client [1-certstatus-bad-server] Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem CipherString = DEFAULT PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem [1-certstatus-bad-client] CipherString = DEFAULT VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem VerifyMode = Peer [test-1] ExpectedResult = ClientFail Method = TLS server = 1-certstatus-bad-server-extra [1-certstatus-bad-server-extra] CertStatus = BadResponse # =========================================================== [2-certstatus-good-ext] ssl_conf = 2-certstatus-good-ext-ssl [2-certstatus-good-ext-ssl] server = 2-certstatus-good-ext-server client = 2-certstatus-good-ext-client [2-certstatus-good-ext-server] Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem CipherString = DEFAULT PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem [2-certstatus-good-ext-client] CipherString = DEFAULT VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem VerifyMode = Peer [test-2] ExpectedResult = Success Method = TLS server = 2-certstatus-good-ext-server-extra [2-certstatus-good-ext-server-extra] CertStatus = GoodResponseExt # =========================================================== [3-certstatus-bad-ext] ssl_conf = 3-certstatus-bad-ext-ssl [3-certstatus-bad-ext-ssl] server = 3-certstatus-bad-ext-server client = 3-certstatus-bad-ext-client [3-certstatus-bad-ext-server] Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem CipherString = DEFAULT PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem [3-certstatus-bad-ext-client] CipherString = DEFAULT VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem VerifyMode = Peer [test-3] ExpectedResult = ClientFail Method = TLS server = 3-certstatus-bad-ext-server-extra [3-certstatus-bad-ext-server-extra] CertStatus = BadResponseExt