This website requires JavaScript.
Explore
Help
Sign In
mirror
/
openssl
Watch
2
Star
0
Fork
0
You've already forked openssl
mirror of
https://github.com/openssl/openssl.git
synced
2024-12-09 05:51:54 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3f8f728278
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 17:33:10 +08: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 15:23:32 +08:00
simple_test
(
"test_packet"
,
"packettest"
)
;
Reference in New Issue
Copy Permalink