This website requires JavaScript.
Explore
Help
Sign in
wbrawner
/
openssl
Watch
1
Star
0
Fork
You've already forked openssl
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
6ba5dd341b
openssl
/
test
/
recipes
/
70-test_packet.t
6 lines
88 B
Perl
Raw
Normal View
History
Unescape
Escape
Add a few missing tests test_clienthello test_packet test_verify_extra test_secmem Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-08-08 09:33:10 +00:00
#! /usr/bin/perl
use
OpenSSL::Test::Simple
;
Correct test name Some tests were copied from test_jpake, but the title wasn't changed accordingly. This might seem like a small thing, but it does affect the log file name... Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-09-03 07:23:32 +00:00
simple_test
(
"test_packet"
,
"packettest"
)
;
Reference in a new issue
Copy permalink