1# Generated with generate_ssl_tests.pl 2 3num_tests = 1 4 5test-0 = 0-default 6# =========================================================== 7 8[0-default] 9ssl_conf = 0-default-ssl 10 11[0-default-ssl] 12server = 0-default-server 13client = 0-default-client 14 15[0-default-server] 16Certificate = ${ENV::TEST_CERTS_DIR}/servercert.pem 17CipherString = DEFAULT 18MaxProtocol = TLSv1.3 19MinProtocol = TLSv1.3 20PrivateKey = ${ENV::TEST_CERTS_DIR}/serverkey.pem 21RecordPadding = 64 22 23[0-default-client] 24CipherString = DEFAULT 25MaxProtocol = TLSv1.3 26MinProtocol = TLSv1.3 27RecordPadding = 11 28VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem 29VerifyMode = Peer 30 31[test-0] 32ExpectedResult = Success 33 34 35