From e0c53da1d03328ea7aa29116c4452c4632f286a2 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 5 Dec 2008 15:48:39 +0000 Subject: Implement login. --- doc/pkcs11-coverage.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'doc') diff --git a/doc/pkcs11-coverage.txt b/doc/pkcs11-coverage.txt index c58f687..e5e9847 100644 --- a/doc/pkcs11-coverage.txt +++ b/doc/pkcs11-coverage.txt @@ -44,6 +44,9 @@ C_GetMechanismList - Zero count but buffer present - Low count but buffer present +C_GetOperationState +- Not Implemented + C_GetSessionInfo - Invalid session - NULL arguments @@ -91,6 +94,19 @@ C_Initialize - Multiple initialize with C_Finalize between - Double initialize in a row +C_Login +- Login as SO not allowed with RO session +- Login as SO +- Login changes all session state +- Can't open RO session when logged in as SO +- Logout from SO +- Logout SO changes goes back to public + +C_Logout +- Invalid session +- Normal logout +- Logout changes all session state + C_OpenSession - Invalid slot - Null arguments @@ -99,6 +115,9 @@ C_OpenSession - Valid flags - Read write session +C_SetOperationState +- Not Implemented + C_SetPIN - Not Implemented -- cgit v1.2.3