Imported Upstream version 2.5.11
[libapache-mod-security.git] / apache2 / t / tfn / md5.t
1 ### Empty
2 {
3         type => "tfn",
4         name => "md5",
5         input => "",
6         output => "\xd4\x1d\x8c\xd9\x8f\x00\xb2\x04\xe9\x80\x09\x98\xec\xf8\x42\x7e",
7         ret => 1,
8 },
9
10 ### Basic
11 {
12         type => "tfn",
13         name => "md5",
14         input => "TestCase",
15         output => "\xc9\xab\xa2\xc3\xe6\x01\x26\x16\x9e\x80\xe9\xa2\x6b\xa2\x73\xc1",
16         ret => 1,
17 },
18
19 ### Binary w/NUL
20 {
21         type => "tfn",
22         name => "md5",
23         input => "\x00\x01\x02\x03\x04\x05\x06\x07\x08",
24         output => "\xa6\xe7\xd3\xb4\x6f\xdf\xaf\x0b\xde\x2a\x1f\x83\x2a\x00\xd2\xde",
25         ret => 1,
26 },