summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2008-12-05 17:49:21 +0000
committerStef Walter <stef@memberwebs.com>2008-12-05 17:49:21 +0000
commit48dc91d0a37f5b45559d017ef224ffcd24c65643 (patch)
tree0c16dd363f72b479672a1b81492b9c6c59695638 /doc
parent9d75f49f5818d4cf0f960f2fa113aaefff543df7 (diff)
Fix problems retrieving objects from FindObjects.
Diffstat (limited to 'doc')
-rw-r--r--doc/pkcs11-coverage.txt19
1 files changed, 17 insertions, 2 deletions
diff --git a/doc/pkcs11-coverage.txt b/doc/pkcs11-coverage.txt
index 295df9f..2c1abec 100644
--- a/doc/pkcs11-coverage.txt
+++ b/doc/pkcs11-coverage.txt
@@ -35,8 +35,6 @@ C_Finalize
C_FindObjects
- Invalid session
- Null object count
-- Retrieve count of objects, using NULL buffer
-- Retrieve count of objects
- Retrieve a single object before remainder
- Retrieve remaining objects
- Extra call after retrieving all objects.
@@ -52,6 +50,20 @@ C_FindObjectsInit
- Attribute count without buffer
- Double call.
+C_GetAttributeValue
+- Invalid session
+- Invalid object
+- No template
+- Buffer too small
+- Retrieve attribute length
+- Retrieve single attribute
+- With one invalid attribute, no buffer.
+- With one invalid attribute, with buffer.
+- Multiple attributes, no buffer.
+- Multiple attributes, some buffers
+- Multiple attributes, one small buffer
+- Multiple attributes, with buffers
+
C_GetFunctionList
- See if returns same data as library entry point
@@ -73,6 +85,9 @@ C_GetMechanismList
- Zero count but buffer present
- Low count but buffer present
+C_GetObjectSize
+- Not Implemented
+
C_GetOperationState
- Not Implemented