2016-03-17 14:14:30 +00:00
|
|
|
# -*- mode: perl; -*-
|
2016-06-01 15:26:40 +00:00
|
|
|
# Copyright 2016-2016 The OpenSSL Project Authors. All Rights Reserved.
|
|
|
|
#
|
|
|
|
# Licensed under the OpenSSL license (the "License"). You may not use
|
|
|
|
# this file except in compliance with the License. You can obtain a copy
|
|
|
|
# in the file LICENSE in the source distribution or at
|
|
|
|
# https://www.openssl.org/source/license.html
|
|
|
|
|
2016-03-17 14:14:30 +00:00
|
|
|
|
2016-06-03 15:49:04 +00:00
|
|
|
## Test TLS version negotiation
|
2016-03-17 14:14:30 +00:00
|
|
|
|
|
|
|
package ssltests;
|
|
|
|
|
2016-06-03 15:49:04 +00:00
|
|
|
use strict;
|
|
|
|
use warnings;
|
2016-03-17 14:14:30 +00:00
|
|
|
|
2016-06-03 15:49:04 +00:00
|
|
|
use protocol_version;
|
2016-03-17 14:14:30 +00:00
|
|
|
|
2016-07-05 17:06:23 +00:00
|
|
|
our @tests = generate_version_tests("TLS");
|