|
1 <action> |
|
2 <actionname>Check that UTF8 issuer names of different cases do not match</actionname> |
|
3 <actiontype>Comparison</actiontype> |
|
4 <actionbody> |
|
5 <certificate1>\tx509\data\dnames\dn_utf8_mixed.der</certificate1> |
|
6 <certificate2>\tx509\data\dnames\dn_utf8_lc.der</certificate2> |
|
7 <matchexpected>false</matchexpected> |
|
8 </actionbody> |
|
9 <actionresult> |
|
10 <return>KErrNone</return> |
|
11 </actionresult> |
|
12 </action> |
|
13 <action> |
|
14 <actionname>Check that identical utf8 issuer names match</actionname> |
|
15 <actiontype>Comparison</actiontype> |
|
16 <actionbody> |
|
17 <certificate1>\tx509\data\dnames\dn_utf8_mixed.der</certificate1> |
|
18 <certificate2>\tx509\data\dnames\dn_utf8_mixed.der</certificate2> |
|
19 <matchexpected>true</matchexpected> |
|
20 </actionbody> |
|
21 <actionresult> |
|
22 <return>KErrNone</return> |
|
23 </actionresult> |
|
24 </action> |
|
25 <action> |
|
26 <actionname>Check that the matching of printable strings is case-insensitive</actionname> |
|
27 <actiontype>Comparison</actiontype> |
|
28 <actionbody> |
|
29 <certificate1>\tx509\data\dnames\dn_printable_mixed.der</certificate1> |
|
30 <certificate2>\tx509\data\dnames\dn_printable_lc.der</certificate2> |
|
31 <matchexpected>true</matchexpected> |
|
32 </actionbody> |
|
33 <actionresult> |
|
34 <return>KErrNone</return> |
|
35 </actionresult> |
|
36 </action> |
|
37 <action> |
|
38 <actionname>Check that the matching of e-mail address is case-insensitive</actionname> |
|
39 <actiontype>Comparison</actiontype> |
|
40 <actionbody> |
|
41 <certificate1>\tx509\data\dnames\dn_email_mixed.der</certificate1> |
|
42 <certificate2>\tx509\data\dnames\dn_email_lc.der</certificate2> |
|
43 <matchexpected>true</matchexpected> |
|
44 </actionbody> |
|
45 <actionresult> |
|
46 <return>KErrNone</return> |
|
47 </actionresult> |
|
48 </action> |
|
49 <action> |
|
50 <actionname>Check that the matching of unstructured name is case-insensitive</actionname> |
|
51 <actiontype>Comparison</actiontype> |
|
52 <actionbody> |
|
53 <certificate1>\tx509\data\dnames\dn_unstructuredname_lc.der</certificate1> |
|
54 <certificate2>\tx509\data\dnames\dn_unstructuredname_mixed.der</certificate2> |
|
55 <matchexpected>true</matchexpected> |
|
56 </actionbody> |
|
57 <actionresult> |
|
58 <return>KErrNone</return> |
|
59 </actionresult> |
|
60 </action> |
|
61 |
|
62 |
|
63 |
|
64 |
|
65 |