| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244 | # Generated with generate_ssl_tests.plnum_tests = 9test-0 = 0-disable-encrypt-then-mac-server-shatest-1 = 1-disable-encrypt-then-mac-client-shatest-2 = 2-disable-encrypt-then-mac-both-shatest-3 = 3-disable-encrypt-then-mac-server-sha2test-4 = 4-disable-encrypt-then-mac-client-sha2test-5 = 5-disable-encrypt-then-mac-both-sha2test-6 = 6-disable-encrypt-then-mac-server-sha-tls1test-7 = 7-disable-encrypt-then-mac-client-sha-tls1test-8 = 8-disable-encrypt-then-mac-both-sha-tls1# ===========================================================[0-disable-encrypt-then-mac-server-sha]ssl_conf = 0-disable-encrypt-then-mac-server-sha-ssl[0-disable-encrypt-then-mac-server-sha-ssl]server = 0-disable-encrypt-then-mac-server-sha-serverclient = 0-disable-encrypt-then-mac-server-sha-client[0-disable-encrypt-then-mac-server-sha-server]Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pemCipherString = DEFAULTOptions = -EncryptThenMacPrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem[0-disable-encrypt-then-mac-server-sha-client]CipherString = AES128-SHAMaxProtocol = TLSv1.2VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pemVerifyMode = Peer[test-0]ExpectedResult = Success# ===========================================================[1-disable-encrypt-then-mac-client-sha]ssl_conf = 1-disable-encrypt-then-mac-client-sha-ssl[1-disable-encrypt-then-mac-client-sha-ssl]server = 1-disable-encrypt-then-mac-client-sha-serverclient = 1-disable-encrypt-then-mac-client-sha-client[1-disable-encrypt-then-mac-client-sha-server]Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pemCipherString = DEFAULTPrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem[1-disable-encrypt-then-mac-client-sha-client]CipherString = AES128-SHAMaxProtocol = TLSv1.2Options = -EncryptThenMacVerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pemVerifyMode = Peer[test-1]ExpectedResult = Success# ===========================================================[2-disable-encrypt-then-mac-both-sha]ssl_conf = 2-disable-encrypt-then-mac-both-sha-ssl[2-disable-encrypt-then-mac-both-sha-ssl]server = 2-disable-encrypt-then-mac-both-sha-serverclient = 2-disable-encrypt-then-mac-both-sha-client[2-disable-encrypt-then-mac-both-sha-server]Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pemCipherString = DEFAULTOptions = -EncryptThenMacPrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem[2-disable-encrypt-then-mac-both-sha-client]CipherString = AES128-SHAMaxProtocol = TLSv1.2Options = -EncryptThenMacVerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pemVerifyMode = Peer[test-2]ExpectedResult = Success# ===========================================================[3-disable-encrypt-then-mac-server-sha2]ssl_conf = 3-disable-encrypt-then-mac-server-sha2-ssl[3-disable-encrypt-then-mac-server-sha2-ssl]server = 3-disable-encrypt-then-mac-server-sha2-serverclient = 3-disable-encrypt-then-mac-server-sha2-client[3-disable-encrypt-then-mac-server-sha2-server]Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pemCipherString = DEFAULTOptions = -EncryptThenMacPrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem[3-disable-encrypt-then-mac-server-sha2-client]CipherString = AES128-SHA256MaxProtocol = TLSv1.2VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pemVerifyMode = Peer[test-3]ExpectedResult = Success# ===========================================================[4-disable-encrypt-then-mac-client-sha2]ssl_conf = 4-disable-encrypt-then-mac-client-sha2-ssl[4-disable-encrypt-then-mac-client-sha2-ssl]server = 4-disable-encrypt-then-mac-client-sha2-serverclient = 4-disable-encrypt-then-mac-client-sha2-client[4-disable-encrypt-then-mac-client-sha2-server]Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pemCipherString = DEFAULTPrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem[4-disable-encrypt-then-mac-client-sha2-client]CipherString = AES128-SHA256MaxProtocol = TLSv1.2Options = -EncryptThenMacVerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pemVerifyMode = Peer[test-4]ExpectedResult = Success# ===========================================================[5-disable-encrypt-then-mac-both-sha2]ssl_conf = 5-disable-encrypt-then-mac-both-sha2-ssl[5-disable-encrypt-then-mac-both-sha2-ssl]server = 5-disable-encrypt-then-mac-both-sha2-serverclient = 5-disable-encrypt-then-mac-both-sha2-client[5-disable-encrypt-then-mac-both-sha2-server]Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pemCipherString = DEFAULTOptions = -EncryptThenMacPrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem[5-disable-encrypt-then-mac-both-sha2-client]CipherString = AES128-SHA256MaxProtocol = TLSv1.2Options = -EncryptThenMacVerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pemVerifyMode = Peer[test-5]ExpectedResult = Success# ===========================================================[6-disable-encrypt-then-mac-server-sha-tls1]ssl_conf = 6-disable-encrypt-then-mac-server-sha-tls1-ssl[6-disable-encrypt-then-mac-server-sha-tls1-ssl]server = 6-disable-encrypt-then-mac-server-sha-tls1-serverclient = 6-disable-encrypt-then-mac-server-sha-tls1-client[6-disable-encrypt-then-mac-server-sha-tls1-server]Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pemCipherString = DEFAULT:@SECLEVEL=0Options = -EncryptThenMacPrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem[6-disable-encrypt-then-mac-server-sha-tls1-client]CipherString = AES128-SHA@SECLEVEL=0MaxProtocol = TLSv1MinProtocol = TLSv1VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pemVerifyMode = Peer[test-6]ExpectedResult = Success# ===========================================================[7-disable-encrypt-then-mac-client-sha-tls1]ssl_conf = 7-disable-encrypt-then-mac-client-sha-tls1-ssl[7-disable-encrypt-then-mac-client-sha-tls1-ssl]server = 7-disable-encrypt-then-mac-client-sha-tls1-serverclient = 7-disable-encrypt-then-mac-client-sha-tls1-client[7-disable-encrypt-then-mac-client-sha-tls1-server]Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pemCipherString = DEFAULT:@SECLEVEL=0PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem[7-disable-encrypt-then-mac-client-sha-tls1-client]CipherString = AES128-SHA@SECLEVEL=0MaxProtocol = TLSv1MinProtocol = TLSv1Options = -EncryptThenMacVerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pemVerifyMode = Peer[test-7]ExpectedResult = Success# ===========================================================[8-disable-encrypt-then-mac-both-sha-tls1]ssl_conf = 8-disable-encrypt-then-mac-both-sha-tls1-ssl[8-disable-encrypt-then-mac-both-sha-tls1-ssl]server = 8-disable-encrypt-then-mac-both-sha-tls1-serverclient = 8-disable-encrypt-then-mac-both-sha-tls1-client[8-disable-encrypt-then-mac-both-sha-tls1-server]Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pemCipherString = DEFAULT:@SECLEVEL=0Options = -EncryptThenMacPrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem[8-disable-encrypt-then-mac-both-sha-tls1-client]CipherString = AES128-SHA@SECLEVEL=0MaxProtocol = TLSv1MinProtocol = TLSv1Options = -EncryptThenMacVerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pemVerifyMode = Peer[test-8]ExpectedResult = Success
 |