HEX
Server: Apache/2.4.57 (Unix) OpenSSL/1.1.1w
System: Linux server.mediaphic.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: efhamali (1088)
PHP: 7.3.33
Disabled: exec,passthru,shell_exec,system,show_source,mail,sendmail,popen,symlink,phpinfo
Upload Files
File: //usr/local/src/openssl-1.1.1w/test/ssl-tests/24-padding.conf.in
# -*- mode: perl; -*-
# Copyright 2017 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


## SSL test configurations

package ssltests;

our @tests = (
    {
        name => "default",
        server => { "RecordPadding" => 64,
	            "MaxProtocol" => "TLSv1.3",
                    "MinProtocol" => "TLSv1.3" },
        client => { "RecordPadding" => 11,
	            "MaxProtocol" => "TLSv1.3",
                    "MinProtocol" => "TLSv1.3" },
        test   => { "ExpectedResult" => "Success" },
    },
);