From 6bc6ca623b1785653ae2e0332957f0355f496509 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 16 Mar 2017 12:11:23 +0000 Subject: Add tests for the padding extension Check that the padding extension pads correctly for various scenarios. Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/2968) --- test/recipes/70-test_clienthello.t | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/recipes/70-test_clienthello.t') diff --git a/test/recipes/70-test_clienthello.t b/test/recipes/70-test_clienthello.t index ef0868f05a..ccb3a5a1e0 100644 --- a/test/recipes/70-test_clienthello.t +++ b/test/recipes/70-test_clienthello.t @@ -7,7 +7,7 @@ # https://www.openssl.org/source/license.html -use OpenSSL::Test; +use OpenSSL::Test qw/:DEFAULT srctop_file/; use OpenSSL::Test::Utils; setup("test_clienthello"); @@ -17,4 +17,5 @@ plan skip_all => "No TLS/SSL protocols are supported by this OpenSSL build" plan tests => 1; -ok(run(test(["clienthellotest"])), "running clienthellotest"); +ok(run(test(["clienthellotest", srctop_file("test", "session.pem")])), + "running clienthellotest"); -- cgit v1.2.3