summaryrefslogtreecommitdiff
path: root/doc/pkcs11-coverage.txt
blob: 39aa5dc5298a7d8701aa58add602a69b8f454f46 (plain)
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

C_Initialize
 -
 - Checks various locking styles.
 - Checks double initialization.
 - Various mutex functions have checks.

C_Finalize
 - Checks double calls.

C_GetInfo
 - Checks NULL argument.
 - Space padding in CK_INFO strings.
 - Cryptoki version matches that in CK_FUNCTION_LIST table.
 -

C_GetFunctionList
 - Checks NULL arguments.
 - Checks that results match library exported C_GetFunctionList.

C_GetSlotList
 - Calling with NULL arguments.
 - Calling with extra memory.
 - Calling with too little memory.

C_GetSlotInfo
 - Calling with NULL arguments.
 - Padding