forked from open-eid/minidriver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcmck_config.xml
More file actions
108 lines (103 loc) · 3.82 KB
/
cmck_config.xml
File metadata and controls
108 lines (103 loc) · 3.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<CMCKConfig>
<Version>2</Version>
<CardDefaults>
<DefaultPins>
<PinEntry>
<RoleID>1</RoleID> <!-- authentication/ROLE_USER -->
<Type>AlphaNumericPinType</Type>
<Value>0x37 0x37 0x33 0x36</Value>
<Blocking>True</Blocking>
<AllowZeroLength>False</AllowZeroLength>
</PinEntry>
<PinEntry>
<RoleID>2</RoleID> <!-- PUK-ADMIN/ROLE_ADMIN -->
<Type>EmptyPinType</Type>
<Value>0x33 0x30 0x37 0x30 0x37 0x33 0x31 0x32</Value>
<Blocking>True</Blocking>
<AllowZeroLength>True</AllowZeroLength>
</PinEntry>
<PinEntry>
<RoleID>3</RoleID> <!-- signature -->
<Type>AlphaNumericPinType</Type>
<Value>0x39 0x32 0x34 0x36 0x38</Value>
<Blocking>True</Blocking>
<AllowZeroLength>False</AllowZeroLength>
</PinEntry>
<PinEntry>
<RoleID>4</RoleID>
<Type>EmptyPinType</Type>
<Value></Value>
<Blocking>True</Blocking>
<AllowZeroLength>False</AllowZeroLength>
</PinEntry>
<PinEntry>
<RoleID>5</RoleID>
<Type>EmptyPinType</Type>
<Value></Value>
<Blocking>True</Blocking>
<AllowZeroLength>False</AllowZeroLength>
</PinEntry>
<PinEntry>
<RoleID>6</RoleID>
<Type>EmptyPinType</Type>
<Value></Value>
<Blocking>True</Blocking>
<AllowZeroLength>False</AllowZeroLength>
</PinEntry>
<PinEntry>
<RoleID>6</RoleID>
<Type>EmptyPinType</Type>
<Value></Value>
<Blocking>True</Blocking>
<AllowZeroLength>False</AllowZeroLength>
</PinEntry>
</DefaultPins>
<CardSupports>
<MinimumVersion>6</MinimumVersion>
<CurrentVersion>6</CurrentVersion>
<LoadingUnderCAPI>True</LoadingUnderCAPI>
<LoadingUnderCNG>True</LoadingUnderCNG>
<KeyImport>True</KeyImport>
<KeyTypes>AT_SIGNATURE AT_KEYEXCHANGE</KeyTypes>
<OnCardPadding>False</OnCardPadding>
<PaddingAlgorithms>CARD_PADDING_PKCS1</PaddingAlgorithms>
<SignHashAlgorithms>CALG_MD5 CALG_SHA CALG_SHA1</SignHashAlgorithms>
<SignHashFlags></SignHashFlags>
<SignReturnBufferSize>True</SignReturnBufferSize>
<KDFTypes>HASH</KDFTypes>
<KDFHashAlgorithms>SHA1</KDFHashAlgorithms>
<KDFHMACflag>False</KDFHMACflag>
<SupportsCardGetChallenge>False</SupportsCardGetChallenge>
<SupportsCardAuthenticateChallenge>False</SupportsCardAuthenticateChallenge>
<SupportsCardGetChallengeEx>False</SupportsCardGetChallengeEx>
<SupportsCardUnblockPin>False</SupportsCardUnblockPin>
<SupportsCardChangeAuthenticator>False</SupportsCardChangeAuthenticator>
<SupportsCardChangeAuthenticatorEx>False</SupportsCardChangeAuthenticatorEx>
<SupportsCardConstructDHAgreement>False</SupportsCardConstructDHAgreement>
<SupportsCardDestroyDHAgreement>False</SupportsCardDestroyDHAgreement>
</CardSupports>
</CardDefaults>
<TestSuiteDefaults>
<Logging>
<LogFile>CMCK_log.xml</LogFile>
<LogToConsole>True</LogToConsole>
</Logging>
<TestParams>
<TestParam>
<Test>MultiThreaded</Test>
<Name>t</Name>
<Value>5</Value>
</TestParam>
<TestParam>
<Test>MultiThreaded</Test>
<Name>n</Name>
<Value>5</Value>
</TestParam>
<TestParam>
<Test>NonRepeatingChallenge</Test>
<Name>n</Name>
<Value>300</Value>
</TestParam>
</TestParams>
</TestSuiteDefaults>
</CMCKConfig>