summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2008-12-05 00:31:51 +0000
committerStef Walter <stef@memberwebs.com>2008-12-05 00:31:51 +0000
commitfb19dad45d9961903b947d77af52d12e928df342 (patch)
treec088acab7029221789d062e6c0e5261b8998f9b3 /doc
parent91d28a736abc1e1cd04b453f5c16f343feb91a3d (diff)
Implement mechanism info tests.
Diffstat (limited to 'doc')
-rw-r--r--doc/pkcs11-coverage.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/pkcs11-coverage.txt b/doc/pkcs11-coverage.txt
index 692af76..538d487 100644
--- a/doc/pkcs11-coverage.txt
+++ b/doc/pkcs11-coverage.txt
@@ -20,6 +20,18 @@ C_GetInfo
- Space padded strings in CK_INFO
- No flags set
+C_GetMechanismInfo
+- Invalid mechanism
+- Null arguments
+- Invalid slot id
+- Normal call
+
+C_GetMechanismList
+- Null arguments
+- Without buffer
+- Zero count but buffer present
+- Low count but buffer present
+
C_GetSlotInfo
- NULL argument
- Normal call
@@ -53,3 +65,6 @@ C_Initialize
- Multiple initialize with C_Finalize between
- Double initialize in a row
+C_WaitForSlotEvent
+- Not Implemented
+