Closed metekesler closed 3 years ago
Would moving these tests to use the ROUserSessionTest
fixture instead of ReadOnlySessionTest
fix things?
yes i think this change will fix it
Would moving these tests to use the
ROUserSessionTest
fixture instead ofReadOnlySessionTest
fix things?
Hi @daviddrysdale, any progress on this?
Does #51 cover it?
Does #51 cover it?
Yes, it does.
"ReadOnlySessionTest.WrapUnwrap" In this test case, it is requested to create a Private Key during R / W Public operation. It is written that this operation should not be allowed in the section "2.6.4 Permitted object accesses by sessions". Therefore, the transaction cannot be expected to be successful here. The return value of the function should be "CKR_USER_NOT_LOGGED_IN" but the expected value is "CKR_OK". Could there be a bug in this testing process?
2.6.4 Permitted object accesses by sessions
OUTPUT: