X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=test%2Fssl-tests%2F26-tls13_client_auth.conf.in;h=02a1ee2d27398b4804c29234f7fe2406bbbce6a0;hb=a397aca43598ef20c84e69f6d6e5d95652aa0325;hp=e53cda2304e4fb80212eff9a0c8ad2dbcffcbfee;hpb=43a0f2733a943799060ea275516fcce00d89eb38;p=oweals%2Fopenssl.git diff --git a/test/ssl-tests/26-tls13_client_auth.conf.in b/test/ssl-tests/26-tls13_client_auth.conf.in index e53cda2304..02a1ee2d27 100644 --- a/test/ssl-tests/26-tls13_client_auth.conf.in +++ b/test/ssl-tests/26-tls13_client_auth.conf.in @@ -1,7 +1,7 @@ # -*- mode: perl; -*- # Copyright 2018 The OpenSSL Project Authors. All Rights Reserved. # -# Licensed under the OpenSSL license (the "License"). You may not use +# Licensed under the Apache License 2.0 (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 @@ -176,6 +176,9 @@ our @tests = ( "MaxProtocol" => "TLSv1.3", "Certificate" => test_pem("ee-client-chain.pem"), "PrivateKey" => test_pem("ee-key.pem"), + extra => { + "EnablePHA" => "Yes", + }, }, test => { "ExpectedResult" => "Success", @@ -201,6 +204,9 @@ our @tests = ( "MaxProtocol" => "TLSv1.3", "Certificate" => test_pem("ee-client-chain.pem"), "PrivateKey" => test_pem("ee-key.pem"), + extra => { + "EnablePHA" => "Yes", + }, }, test => { "ExpectedResult" => "Success", @@ -223,6 +229,9 @@ our @tests = ( "MaxProtocol" => "TLSv1.3", "Certificate" => test_pem("ee-client-chain.pem"), "PrivateKey" => test_pem("ee-key.pem"), + extra => { + "EnablePHA" => "Yes", + }, }, test => { "ExpectedResult" => "ServerFail", @@ -240,9 +249,9 @@ our @tests = ( client => { "MinProtocol" => "TLSv1.3", "MaxProtocol" => "TLSv1.3", - extra => { - "ForcePHA" => "Yes", - }, + extra => { + "EnablePHA" => "Yes", + }, }, test => { "ExpectedResult" => "Success", @@ -255,9 +264,9 @@ our @tests = ( "MinProtocol" => "TLSv1.3", "MaxProtocol" => "TLSv1.3", "VerifyMode" => "RequestPostHandshake", - extra => { - "ForcePHA" => "Yes", - }, + extra => { + "ForcePHA" => "Yes", + }, }, client => { "MinProtocol" => "TLSv1.3", @@ -274,16 +283,16 @@ our @tests = ( "MinProtocol" => "TLSv1.3", "MaxProtocol" => "TLSv1.3", "VerifyMode" => "RequestPostHandshake", - extra => { - "ForcePHA" => "Yes", - }, + extra => { + "ForcePHA" => "Yes", + }, }, client => { "MinProtocol" => "TLSv1.3", "MaxProtocol" => "TLSv1.3", - extra => { - "ForcePHA" => "Yes", - }, + extra => { + "EnablePHA" => "Yes", + }, }, test => { "ExpectedResult" => "Success",