diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/pkcs11-coverage.txt | 15 |
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 + |