I want to create signature with the private key from PKCS12 certificate in Smart Card Token extension. (Mac OS)
I am importing certificate through SecPKCS12Import() API in my app which adds the key to keychain also.
Later when I try to pair identity with user it hangs on calling SecKeyIsAlgorithmSupported() API.
The trace from Activity Monitor Sample shows this:
Please suggest where I am doing wrong Or am I following whole process correctly. I tried to find some samples but couldn't.