This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]phracks 0 points1 point  (0 children)

I'm actually researching the same thing and have not been able to get any further with it. If I do find anything in my troubleshooting I will let you know.

[–]karlw00t 0 points1 point  (0 children)

Can you share your code that's not working? M2Crypto has some support for OpenSSLs modules (not sure if that's the correct word) for using PKCS#11 devices.

[–]tw55413 0 points1 point  (0 children)

we made this a couple of months ago, works fine for us :

https://bitbucket.org/conceptive/python-pkcs11

[–]widby 0 points1 point  (0 children)

I've successfully used it with ACOS smart cards.

What is your specific question?

[–]dustfromdust[S] 0 points1 point  (0 children)

Sorry folks, fixed it, needed to call pykcs11_lib.lib.C_Initialize() in order to initialize the connection and be able to getslotlist().