Re: How can I read labels of (certificates, private keys) from PKCS11 device?
Peter Gutmann <[email protected]>
| Newsgroups | gmane.comp.encryption.cryptlib |
|---|---|
| Message-ID | <[email protected]> |
"Peter Rybar" <[email protected]> writes: >Presently I am also engaged in creating virtual pkcs11 which will be able to >communicate with SIM application of mobile phone/device through SMS. Hmm, why not just use openCryptoki with your own back-end as a plugin? That would save having to do all the PKCS #11 stuff and all you'd need to provide is the backend glue code. >I hope also that some SMS delay will not break the cl32.dll PKCS11 interface >and such virtual PKCS11 will work also with cryptlib. What you could also do, if you want to use it only with cryptlib, is virtualise cryptlib itself (since it's totally message-based it doesn't care whether the messages are going to a local or remote instance of itself). This is what the RPC layer in cryptapi.c (USE_RPCAPI) does. Peter. _______________________________________________ Cryptlib mailing list [email protected] via Mail: [email protected] Archive: ftp://ftp.franken.de/pub/crypt/cryptlib/archives/ http://news.gmane.org/gmane.comp.encryption.cryptlib Posts from non-subscribed addresses are blocked to prevent spam, please subscribe in order to post messages.