aboutsummaryrefslogtreecommitdiff
path: root/test/recipes/70-test_clienthello.t
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-08-08 11:33:10 +0200
committerRichard Levitte <levitte@openssl.org>2015-09-07 16:10:58 +0200
commit2a74b62e3ae1b6916190ff19276ed49a9b728b8f (patch)
treea3bf1067562afa905924aa8d2fe991a53f12f19c /test/recipes/70-test_clienthello.t
parentca904707b6df0f5077f9eff94f29bd8035d042a7 (diff)
downloadopenssl-2a74b62e3ae1b6916190ff19276ed49a9b728b8f.zip
openssl-2a74b62e3ae1b6916190ff19276ed49a9b728b8f.tar.gz
openssl-2a74b62e3ae1b6916190ff19276ed49a9b728b8f.tar.bz2
Add a few missing tests
test_clienthello test_packet test_verify_extra test_secmem Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test/recipes/70-test_clienthello.t')
-rw-r--r--test/recipes/70-test_clienthello.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/recipes/70-test_clienthello.t b/test/recipes/70-test_clienthello.t
new file mode 100644
index 0000000..60fc5e1
--- /dev/null
+++ b/test/recipes/70-test_clienthello.t
@@ -0,0 +1,5 @@
+#! /usr/bin/perl
+
+use OpenSSL::Test::Simple;
+
+simple_test("test_jpake", "clienthellotest");