Hello,
I am certifying a minidriver-v5 that has not implemented all the functions (only it have the funtion used during the logon process). I am using the command "cmck exec <name function>" to pass the test of the implemented functions, but I found two errors:
1.- When started the autentication process, it try authenticate using chalenge-response authentication, but I have not this functionality, but I can find how I can disable this step. Any ideas?
2.- When I try to pass the tests of the function CardGetContainerInfo, it uses the function CreateContainer, but I have not implemented this function. I can pass the test of the function CardGetContainerInfo without using the function CreateContainer.
Thank you.