]> git.ipfire.org Git - thirdparty/openssl.git/blame - test/ssl-tests/02-protocol-version.cnf.in
Use .cnf for config files, not .conf
[thirdparty/openssl.git] / test / ssl-tests / 02-protocol-version.cnf.in
CommitLineData
453dfd8d 1# -*- mode: perl; -*-
44c8a5e2
RS
2# Copyright 2016-2016 The OpenSSL Project Authors. All Rights Reserved.
3#
909f1a2e 4# Licensed under the Apache License 2.0 (the "License"). You may not use
44c8a5e2
RS
5# this file except in compliance with the License. You can obtain a copy
6# in the file LICENSE in the source distribution or at
7# https://www.openssl.org/source/license.html
8
453dfd8d 9
74726750 10## Test TLS version negotiation
453dfd8d
EK
11
12package ssltests;
13
74726750
EK
14use strict;
15use warnings;
453dfd8d 16
74726750 17use protocol_version;
453dfd8d 18
590ed3d7 19our @tests = generate_version_tests("TLS");